
use_testthat(pkg = ".")use_test(name, pkg = ".")
use_rstudio(pkg = ".")
use_vignette(name, pkg = ".")
use_rcpp(pkg = ".")
use_travis(pkg = ".")
use_coverage(pkg = ".", type = c("codecov", "coveralls"))
use_appveyor(pkg = ".")
use_package_doc(pkg = ".")
use_revdep(pkg = ".")
use_cran_comments(pkg = ".")
use_code_of_conduct(pkg = ".")
use_cran_badge(pkg = ".")
use_mit_license(pkg = ".", copyright_holder = getOption("devtools.name",
""))
as.package
for more information.getOption("devtools.name")
.test
if needed.DESCRIPTION
, and creates draft vignette
in vignettes/
. It adds inst/doc
to .gitignore
so you don't accidentally check in the built vignettes.src/
and adds needed packages to DESCRIPTION
..travis.yml
to
.Rbuildignore
so it isn't included in the built package.appveyor.yml
to
.Rbuildignore
so it isn't included in the built package.revdep
directory and basic check template.cran-comments.md
template.use_build_ignore
,
use_data_raw
, use_data
,
use_news_md
, use_package
,
use_readme_rmd