-
Notifications
You must be signed in to change notification settings - Fork 0
Quarto checks #99
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
Quarto checks #99
Conversation
…unction to print completion message
enryH
left a comment
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.
It's good. You could add the specification of the output directory to argument parser which is already in get_report.
| cd docs | ||
| vuegen -dir example_data/Earth_microbiome_vuegen_demo_notebook -rt pdf -qt_checks | ||
| vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt pdf | ||
| vuegen -c example_data/Earth_microbiome_vuegen_demo_notebook/Earth_microbiome_vuegen_demo_notebook_config.yaml -rt pdf -qt_checks |
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.
so here it is needed to install tinytex on the fly, right? but just not in the docker image?
It's good that this has to be activated, so that updates do not just happen. but we should document this as well.
No description provided.