Skip to content

Commit

Permalink
pkgType=both fails on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
black-snow committed Aug 1, 2023
1 parent 67a0cf0 commit 38abdc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .Rprofile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
options(repos = c(
# RSPM = "https://packagemanager.posit.co/cran/latest",
RSPM = "https://packagemanager.posit.co/cran/latest",
CRAN = "https://cran.r-project.org"
))
options(pkgType = "both")
if (.Platform$OS.type %in% c("windows", "mac", "darwin")) {
options(pkgType = "both")
}
source("renv/activate.R")

0 comments on commit 38abdc3

Please sign in to comment.