-
Notifications
You must be signed in to change notification settings - Fork 2
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
PRQL code blocks are not rendered correctly with Quarto CLI 1.3 (preview) #109
Comments
I am wondering if I need to add a test to check the rendering results by Quarto. There is also the issue of whether the Quarto R package should be added as a dependency...... |
Yes you can do that (changing the In next version, the |
IMO you need only to add it (as Suggests) if you want to be thorough while adding a tests for Quarto in testthat while using Otherwise you could have a specific workflow that do a check without being a tests in R for example and in that case no need to add as a dependency, and no need to run very frequently your test. By experience, hard to test everything that are output features. We'll check the knitr handling anyway. |
Indeed, this might be more appropriate here. |
The
lang
option seems to be ignored.I think a workaround is to use
engine
option instead oflang
option here.https://github.com/eitsupi/prqlr/blob/1ed9ca80bdcb20df4247959cd3baf584ba7f6011/R/knitr-engine.R#L22
The text was updated successfully, but these errors were encountered: