[mirror] Opinionated R package quickstart
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update wordlist before finishing

VisruthSK 36b451ce 3016c09d

+4 -1
+1 -1
DESCRIPTION
··· 14 14 R (>= 4.2.0) 15 15 Imports: 16 16 fs, 17 + spelling, 17 18 usethis, 18 19 utils 19 20 Suggests: 20 - spelling, 21 21 testthat (>= 3.0.0) 22 22 Config/testthat/edition: 3 23 23 Encoding: UTF-8
+1
NAMESPACE
··· 8 8 export(setup_gha) 9 9 export(setup_precommit) 10 10 export(use_license) 11 + importFrom(spelling,update_wordlist) 11 12 importFrom(utils,person)
+1
R/bootstrapper-package.R
··· 2 2 "_PACKAGE" 3 3 4 4 ## usethis namespace: start 5 + #' @importFrom spelling update_wordlist 5 6 #' @importFrom utils person 6 7 ## usethis namespace: end 7 8
+1
R/bootstrapper.R
··· 115 115 try_air_jarl_format() 116 116 usethis::use_tidy_description() 117 117 cleanup_buildignore() 118 + spelling::update_wordlist(confirm = FALSE) 118 119 119 120 invisible(NULL) 120 121 }