Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow quarto_path() to return NULL #221

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Allow quarto_path() to return NULL #221

merged 2 commits into from
Jan 6, 2025

Conversation

jeroen
Copy link
Contributor

@jeroen jeroen commented Jan 6, 2025

Fixes #220

Copy link
Collaborator

@cderv cderv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you !

@cderv cderv merged commit 8b74c95 into quarto-dev:main Jan 6, 2025
14 checks passed
@@ -29,7 +31,7 @@
- New `is_using_quarto()` to check if a directory requires using Quarto (i.e. it has a `_quarto.yml` or at least one `*.qmd` file) (thanks, @hadley, #103).

- New `quarto_create_project()` calls `quarto create project <type> <name>` (thanks, @maelle, #87).

DESC
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this a typo?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

skip_if_no_quarto() and quarto_path() error when quarto is not found
3 participants