diff --git a/REDCapCAST.Rproj b/REDCapCAST.Rproj index cba1b6b..4b56c89 100644 --- a/REDCapCAST.Rproj +++ b/REDCapCAST.Rproj @@ -18,4 +18,4 @@ StripTrailingWhitespace: Yes BuildType: Package PackageUseDevtools: Yes PackageInstallArgs: --no-multiarch --with-keep.source -PackageRoxygenize: rd,collate,namespace +PackageRoxygenize: rd,collate,namespace,vignette diff --git a/inst/WORDLIST b/inst/WORDLIST deleted file mode 100644 index 88aafb6..0000000 --- a/inst/WORDLIST +++ /dev/null @@ -1,64 +0,0 @@ -Assesment -CMD -Codecov -DOI -DataDictionary -Dependens -GStat -GithubActions -JSON -Lifecycle -METACRAN -POSIXct -Pivotting -README -REDCap -REDCapR -REDCapRITS -Whishes -al -api -attr -da -dafault -datetime -demonstrational -descirption -desireable -dmy -doi -dplyr -ds -dta -et -gues -hms -ical -ics -immprovements -jbi -keyring -labelled -labelling -mRS -matadata -md -mdy -natively -ncol -og -param -pegeler -perl -pos -readr -sel -stRoke -stata -strsplit -thorugh -tibble -tidyverse -uri -wil -ymd diff --git a/tests/spelling.R b/tests/spelling.R deleted file mode 100644 index 6713838..0000000 --- a/tests/spelling.R +++ /dev/null @@ -1,3 +0,0 @@ -if(requireNamespace('spelling', quietly = TRUE)) - spelling::spell_check_test(vignettes = TRUE, error = FALSE, - skip_on_cran = TRUE) diff --git a/tests/spelling.Rout.save b/tests/spelling.Rout.save deleted file mode 100644 index 17bf7b4..0000000 --- a/tests/spelling.Rout.save +++ /dev/null @@ -1,25 +0,0 @@ - -R version 3.4.1 (2017-06-30) -- "Single Candle" -Copyright (C) 2017 The R Foundation for Statistical Computing -Platform: x86_64-apple-darwin15.6.0 (64-bit) - -R is free software and comes with ABSOLUTELY NO WARRANTY. -You are welcome to redistribute it under certain conditions. -Type 'license()' or 'licence()' for distribution details. - -R is a collaborative project with many contributors. -Type 'contributors()' for more information and -'citation()' on how to cite R or R packages in publications. - -Type 'demo()' for some demos, 'help()' for on-line help, or -'help.start()' for an HTML browser interface to help. -Type 'q()' to quit R. - -> if(requireNamespace('spelling', quietly = TRUE)) -+ spelling::spell_check_test(vignettes = TRUE, error = FALSE, -+ skip_on_cran = TRUE) -All Done! -> -> proc.time() - user system elapsed - 0.372 0.039 0.408