Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pkg-r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,16 @@ Suggests:
later,
rmarkdown,
shinytest2,
spelling,
testthat (>= 3.0.0),
withr
VignetteBuilder:
knitr,
rmarkdown
Config/needs/check: spelling
Config/Needs/website: pkgdown, tidyverse/tidytemplate
Config/roxygen2/version: 8.1.0
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
2 changes: 1 addition & 1 deletion pkg-r/R/input-handler.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' The contract, stated in terms of the JSON the React hook sent:
#'
#' * **Array of objects** (`[{a: 1}, {b: 2}]`) — kept as a list of records
#' This is the case shiny's default handler gets wrong.
#' This is the case Shiny's default handler gets wrong.
#' * **Array of scalars** (`[0, 100]`, `["a", "b"]`) — flattened to an atomic
#' vector, exactly as shiny does by default.
#' * **Empty array** (`[]`) — `list()`, matching Python's `[]`. Shiny's default
Expand Down
50 changes: 50 additions & 0 deletions pkg-r/inst/WORDLIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
Buie
DOM
HMR
JS
JSX
Lifecycle
Matchers
ORCID
PBC
ROR
ReactDOM
Shiny's
TSX
TypeScript
UI
Vite
Vue's
btw
bundler
bundler's
codebase
debounce
dep
deserializer
dev
funder
jQuery
js
jsonlite
lifecycle
matcher
mtime
namespaced
npm
passthrough
renderer's
renderers
runnable
serializable
shinyreact's
shinytest
stylesheet
templating
theming
truthy
tsx
ui
untyped
websocket
zzz
2 changes: 1 addition & 1 deletion pkg-r/man/default_input_handler.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions pkg-r/tests/spelling.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
if (requireNamespace('spelling', quietly = TRUE)) {
spelling::spell_check_test(
vignettes = TRUE,
error = FALSE,
skip_on_cran = TRUE
)
}