File tree Expand file tree Collapse file tree 3 files changed +73
-2
lines changed Expand file tree Collapse file tree 3 files changed +73
-2
lines changed Original file line number Diff line number Diff line change 155155- ` quarto_render() ` now correctly sets ` as_job ` when not inside RStudio
156156 IDE and required ** rstudioapi** functions are not available (#203 ).
157157
158- - ` quarto_render(as_job = TRUE) ` is now wrapable (thanks, @salim-b , #105 ).
158+ - ` quarto_render(as_job = TRUE) ` is now wrappable (thanks, @salim-b , #105 ).
159159
160160- ` quarto.quiet ` option added to allow more verbose error messages when
161161 ` quarto_* ` functions are used inside other packages. For example, inside
Original file line number Diff line number Diff line change 1+ Bookdown
2+ CLI
3+ CLI's
4+ CMD
5+ Codecov
6+ DT
7+ GHA
8+ Github
9+ Hostname
10+ JS
11+ Jupyter
12+ Knitr
13+ Lifecycle
14+ MathJax
15+ ORCID
16+ PBC
17+ Pandoc
18+ Prerelease
19+ RPubs
20+ RStudio
21+ Rmd
22+ ShinyApps
23+ Tidyverse
24+ Typst
25+ bookdown
26+ callout
27+ cli
28+ dev
29+ divs
30+ exm
31+ exr
32+ flextable
33+ frontmatter
34+ funder
35+ ggiraph
36+ ggplot
37+ grey
38+ gt's
39+ hardcoded
40+ heatmaply
41+ io
42+ ipynb
43+ js
44+ jupyter
45+ kable
46+ kableExtra
47+ keepalive
48+ knitr
49+ lem
50+ octals
51+ papermill
52+ params
53+ pkgdown
54+ plotly
55+ preprended
56+ prerelease
57+ prp
58+ qmd
59+ rsconnect
60+ rstudioapi
61+ shinyapps
62+ shortcode
63+ shortcodes
64+ symlink
65+ theming
66+ tinytable
67+ tinytable's
68+ versionning
69+ webshot
70+ yaml
71+ yml
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ test_that("quarto_args in quarto_render", {
6666 )
6767})
6868
69- test_that(" `quarto_render(as_job = TRUE)` is wrapable " , {
69+ test_that(" `quarto_render(as_job = TRUE)` is wrappable " , {
7070 # this tests background jobs, a feature only available in interactive RStudio IDE sesssions
7171 # This is here for manual testing. This test should not run otherwise.
7272 skip_on_cran()
You can’t perform that action at this time.
0 commit comments