Skip to content

Commit

Permalink
Update .Rprofile
Browse files Browse the repository at this point in the history
Co-authored-by: orichters <[email protected]>
  • Loading branch information
dklein-pik and orichters authored Jun 20, 2024
1 parent 1346cb6 commit 3bb99e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if (file.exists("renv.lock") && file.exists("README.md") && !file.exists("renv/o
# do not check if library and renv.lock are in sync, because normally renv.lock does not exist
options(renv.config.synchronized.check = FALSE)

# always set the renv project to the current direcotry (formerly done by renv/activate.R under version 0.16.0)
# always set the renv project to the current directory (formerly done by renv/activate.R under version 0.16.0)
Sys.setenv("RENV_PROJECT" = getwd())

source("renv/activate.R")
Expand Down

0 comments on commit 3bb99e6

Please sign in to comment.