how_to_update_package.R

library(devtools)
library(roxygen2)

roxygenise("C:/Users/freueden/Documents/GitHub")
document("C:/Users/freueden/Documents/GitHub")


### Install and load the package:
devtools::install_github("freuerde/puzzle", INSTALL_opts=c("--no-multiarch"))
library(puzzle)
freuerde/puzzle documentation built on March 27, 2022, 5:30 p.m.