File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 4343# ' `quarto.quiet` \R option or `QUARTO_R_QUIET` environment variable can be used to globally override a function call
4444# ' (This can be useful to debug tool that calls `quarto_*` functions directly).
4545# '
46- # ' On Github Actions, it will always be `quiet= FALSE`.
46+ # ' On Github Actions, it will always be `quiet = FALSE`.
4747# ' @param profile [Quarto project
4848# ' profile(s)](https://quarto.org/docs/projects/profiles.html) to use. Either
4949# ' a character vector of profile names or `NULL` to use the default profile.
5757# ' background jobs. Use the `quarto.render_as_job` \R option to control
5858# ' the default globally.
5959# '
60- # ' @importFrom rmarkdown relative_to
61- # '
6260# ' @examples
6361# ' \dontrun{
6462# ' # Render R Markdown
Original file line number Diff line number Diff line change 1+ # ' @importFrom rmarkdown relative_to
12relative_to_wd <- function (path ) {
2- relative_to(getwd(), path )
3+ rmarkdown :: relative_to(getwd(), path )
34}
45
56# ' @importFrom yaml write_yaml
You can’t perform that action at this time.
0 commit comments