diff --git a/.Rprofile b/.Rprofile index e7e27ec..0a5ebc4 100644 --- a/.Rprofile +++ b/.Rprofile @@ -13,7 +13,10 @@ } else if (Sys.info()["sysname"] == "Darwin") { .libPaths(new = c(paste(getwd(), "libMac", sep = "/"), .libPaths())) } - options(repos = c(getOption("repos"), PANDORA = "https://Pandora-IsoMemo.github.io/drat/")) + options(repos = c(getOption("repos"), + PANDORA = "https://Pandora-IsoMemo.github.io/drat/", + INWTLab = "https://inwtlab.github.io/drat/" + )) } .First()