From 1715be1129176365b45d662e8ceb87a87adb190e Mon Sep 17 00:00:00 2001 From: Martin Petr Date: Tue, 29 Oct 2024 14:09:15 +0000 Subject: [PATCH] Workaround annoying RStudio pwd bug --- .Rprofile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.Rprofile b/.Rprofile index 46bf078..429bbce 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1,3 +1,5 @@ +setwd("/project") + source("renv/activate.R") options(browserNLdisabled = TRUE)