Skip to content

Commit

Permalink
Add message about downloading renv/activate.R
Browse files Browse the repository at this point in the history
  • Loading branch information
dklein-pik committed Jun 13, 2024
1 parent 88c3439 commit 98a2a1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ renvVersion <- "1.0.7"
if (packageVersion("renv") != renvVersion) {
renvLockExisted <- file.exists(renv::paths$lockfile())
renv::install(paste0("renv@", renvVersion))
message("Downloading 'renv/activate.R' of renv version 1.0.7")
download.file("https://raw.githubusercontent.com/remindmodel/remind/b83bb1811ff08d8ee5ba8e834af5dd0080d10e66/renv/activate.R", "renv/activate.R")
if (!renvLockExisted) {
unlink(renv::paths$lockfile())
Expand Down

0 comments on commit 98a2a1f

Please sign in to comment.