regenerate.r

#' The steps below are needed to regenerate
#' the data objects and documentation files
#' included with the package and then
#' run all tests.

#' install.packages("devtools")
#' devtools::install_github("klutometis/roxygen")
library(devtools)
library(roxygen2)

document("dmrff")

system("R CMD INSTALL dmrff")
reload(inst("dmrff"))
perishky/dmrff documentation built on Jan. 4, 2024, 10:23 p.m.