FluMapModel/workflowTestR/makePackage.R

7 строки
173 B
R

# "makefile" for building package and installing locally
# assumes working directory is package root
roxygen2::roxygenise()
devtools::build_vignettes()
devtools::install()