tools/rebuild.R

rm(list = ls(all.names = TRUE))
if ("cre.dcf" %in% loadedNamespaces()) pkgload::unload("cre.dcf")

#source("inst/extdata/cre_glossary.R") # glossary update

renv::status()
devtools::document()
devtools::load_all(quiet = TRUE)
#devtools::test()
#devtools::build_vignettes()
rcmdcheck::rcmdcheck(
  args = c("--as-cran","--run-donttest","--no-manual"),
  error_on = "error"
)

message("\n✓ Package reconstruit, tests et vignettes OK.\n")

Try the cre.dcf package in your browser

Any scripts or data that you put into this service are public.

cre.dcf documentation built on April 10, 2026, 5:08 p.m.