Skip to content

Commit

Permalink
Update .Rprofile
Browse files Browse the repository at this point in the history
Change "here" to the base package

Co-authored-by: Milan Malfait <[email protected]>
  • Loading branch information
BaptisteBR and milanmlft authored Aug 15, 2024
1 parent a208b57 commit ed7f2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .Rprofile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ed7f2e1

Please sign in to comment.