script_to_update_package.R

library(devtools)
library(roxygen2)

# Script to use on my computer for when the documentation needs to be updated and the package reinstalled from my computer

# documentation

setwd("~/rel")
document()

#install
setwd("..")
install("rel")
aurielfournier/rel documentation built on Jan. 9, 2020, 12:06 p.m.