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
Lazy-loading
LazyData: true in DESCRIPTION
LazyData: true
lobstr::mem_used() #> 57.35 MB library(nycflights13) lobstr::mem_used() #> 59.28 MB invisible(flights) lobstr::mem_used() #> 99.98 MB
Note that use_data() automatically sets this.
use_data()