usethis
load_all()
test()
base::on.exit()
withr::defer()
withr
tools/
DESCRIPTION
Imports
Suggests
usethis::use_package()
Depends
Linking to
NAMESPACE
R/
Config/Needs/*
testthat
test_that
on.exit()
skip()
README.md
.Rmd
.md
usethis::use_readme_rmd()
NEWS.md
usethis::use_news_md()
NEWS
my_pkg_data <- sample(1000) usethis::use_data(my_pkg_data)
Stay tuned for where the data-creation code goes. Should not go in your R/ directory.
Other types of files not recommended.