From ed7f2e1d3477ab41894b66af35701b60a57889b5 Mon Sep 17 00:00:00 2001 From: BaptisteBR Date: Thu, 15 Aug 2024 18:14:50 +0100 Subject: [PATCH] Update .Rprofile Change "here" to the base package Co-authored-by: Milan Malfait <38256462+milanmlft@users.noreply.github.com> --- .Rprofile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.Rprofile b/.Rprofile index 58e90cb..db760ca 100644 --- a/.Rprofile +++ b/.Rprofile @@ -14,7 +14,7 @@ if (interactive()) { source("renv/activate.R") # Path to download Eunomia datasets -Sys.setenv(EUNOMIA_DATA_FOLDER = here::here("dev/test_db/eunomia")) +Sys.setenv(EUNOMIA_DATA_FOLDER = file.path("dev/test_db/eunomia")) # Name of the synthetic dataset to use Sys.setenv(TEST_DB_NAME = "GiBleed") # OMOP CDM version