Skip to content

Commit ec80a1a

Browse files
committed
Add WORDLIST and use spellcheck
1 parent 26ba1b1 commit ec80a1a

File tree

3 files changed

+73
-2
lines changed

3 files changed

+73
-2
lines changed

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
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

inst/WORDLIST

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
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

tests/testthat/test-render.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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()

0 commit comments

Comments
 (0)