Skip to content

Commit

Permalink
update .Rprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Abel committed Oct 1, 2024
1 parent bb06d28 commit 35b1da2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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()

0 comments on commit 35b1da2

Please sign in to comment.