diff --git a/.Rprofile b/.Rprofile index ec4ba33..e0817ce 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1,6 +1,4 @@ -a <- readline("Do you want to use `renv::activate`? (Warning: not useable within Docker!) [Y/n]\n") - -if (a != "n") {source("renv/activate.R")} else {message("renv not activated, continuing...")} +if (readline() == "a") {source("renv/activate.R")} else {message("renv not activated, continuing...")} message('You are in your Teen Preg project') pts <- function(size) return(size*5/14)