stRoke/setup help.R

10 lines
199 B
R
Raw Normal View History

2022-09-22 14:20:46 +02:00
usethis::use_description(list(License = "GPL-3"))
usethis::use_namespace()
dir.create("R")
usethis::use_package_doc()
usethis::use_roxygen_md()
usethis::use_package()
spelling::spell_check_setup()