From 3bb99e668f31a3a57c21f3bc8778dfa064eed9ae Mon Sep 17 00:00:00 2001 From: David Klein Date: Thu, 20 Jun 2024 12:01:19 +0200 Subject: [PATCH] Update .Rprofile Co-authored-by: orichters <90761609+orichters@users.noreply.github.com> --- .Rprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Rprofile b/.Rprofile index da9b92df8..3e1a88ed8 100644 --- a/.Rprofile +++ b/.Rprofile @@ -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")