-
Notifications
You must be signed in to change notification settings - Fork 26
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
Add param profile
to quarto_inspect()
and quarto_render()
#123
Conversation
profile
to quarto_inspect()
profile
to quarto_inspect()
and quarto_render()
This reverts commit daa5f05. We'll handle arg check improvement separately in another PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I'll do some tweaks and merge
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think I will handle the arg check improvement separately. I want to add test as is before. Thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. I'll do some tweaks and merge
[skip ci]
Also makes
quarto_render()
arg checks more robust (for the case where aNULL
value is explicitly supplied).Note that
profile
isn't checked for validity/existence, but forwarded 1:1 toquarto inspect --profile
. This means that if aprofile
is specified that doesn't exist, Quarto silently falls back to the default profile.Fixes #95.