README.md

DAAG

Development version of DAAG R package

The package can be installed, from a local computer, by typing

install.packages("remotes")
remotes::install_github('jhmaindonald/DAAG', build = TRUE, build_opts = c("--no-resave-data", "--no-manual"))

Alternatively, with devtools >= 2.0.0, specifydevtoolsin place ofremotes. (The arguments and defaults fordevtools::install_githubchanged with version 2.0.0 ofdevtools`.)

# Assumes devtools >= 2.0.0
devtools::install_github('jhmaindonald/DAAG', build = TRUE, build_opts = c("--no-resave-data", "--no-manual"))

Omit build_opts = c("--no-resave-data", "--no-manual") if you do not wish the vignettes to be built, thus reducing the time taken for installation.



jhmaindonald/DAAG documentation built on May 3, 2019, 3:13 p.m.