inst/extdata/EmptyProject/Rprofile.R

.remove_user_lib <- FALSE  ## if changing this, restart R for change to take effect
packrat::opts$ignored.packages("IQRtools")

if (file.exists(file.path("~", ".Rprofile"))) source(file.path("~", ".Rprofile"))
if (!file.exists("packrat")) {
  packrat::init()
  } else {}
  message("Project Library configured")
Ollegst/MSDproject documentation built on May 23, 2019, 9:37 a.m.