Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:dklein-pik/remind into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dklein-pik committed Jun 20, 2024
2 parents b7d0ef3 + 3bb99e6 commit af60c29
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 af60c29

Please sign in to comment.