Skip to content
Open
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
4 changes: 1 addition & 3 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@
^\.Rproj\.user$
man-roxygen
^appveyor\.yml$
^\.lintr$
^inst\/\.lintr$
\.lintr
^inst\/JOSS\/.*$
^codecov\.yml$
^README\.html$
Expand All @@ -20,4 +19,3 @@ man-roxygen
physiology\.Rcheck
physiology_.*\.tar\.gz
^\.github$
^\.lintr$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Encoding: UTF-8
Language: en-US
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.1
RoxygenNote: 7.3.1
1 change: 1 addition & 0 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Nadler
Nephrol
Nephron
Numa
ORCID
PACO
PAO
Palenik
Expand Down
1 change: 0 additions & 1 deletion man/physiology-package.Rd

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

4 changes: 2 additions & 2 deletions tests/spelling.R
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
if (requireNamespace("spelling", quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = TRUE,
if(requireNamespace('spelling', quietly = TRUE))
spelling::spell_check_test(vignettes = TRUE, error = FALSE,
skip_on_cran = TRUE)