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("ewaff")

system("R CMD INSTALL ewaff")
reload(inst("ewaff"))
perishky/ewaff documentation built on Jan. 31, 2024, 11:29 p.m.