From ec66cc7ddc7551834dddd8d04f841e3bc2a8a854 Mon Sep 17 00:00:00 2001 From: Rich Bielby Date: Fri, 12 Jan 2024 08:52:13 +0000 Subject: [PATCH] Update .Rprofile --- .Rprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Rprofile b/.Rprofile index a0881b1..6bfa463 100644 --- a/.Rprofile +++ b/.Rprofile @@ -10,7 +10,7 @@ cat("Sourcing .Rprofile.", fill = TRUE) -source("renv/activate.R") +# source("renv/activate.R") # Function to run tests run_tests_locally <- function() {