Skip to content

Commit

Permalink
do not check if library and renv.lock are in sync, because normally r…
Browse files Browse the repository at this point in the history
…env.lock does not exist
  • Loading branch information
dklein-pik committed Jun 13, 2024
1 parent 98a2a1f commit c5d2dca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ if (file.exists("renv.lock") && file.exists("README.md") && !file.exists("renv/o
message("moved legacy renv.lock to renv/old_renv.lock")
}

# do not check if library and renv.lock are in sync, because normally renv.lock does not exist
options(renv.config.synchronized.check = FALSE)

source("renv/activate.R")

renvVersion <- "1.0.7"
Expand Down

0 comments on commit c5d2dca

Please sign in to comment.