diff --git a/.Rprofile b/.Rprofile index 81b960f..842c02d 100644 --- a/.Rprofile +++ b/.Rprofile @@ -1 +1,5 @@ source("renv/activate.R") + +if (Sys.getenv("LOAD_MONITOS_PACKAGE") == "true") { + devtools::load_all(".") +} diff --git a/.nfs00000000c96b82be00002795 b/.nfs00000000c96b82be00002795 deleted file mode 100644 index 81b960f..0000000 --- a/.nfs00000000c96b82be00002795 +++ /dev/null @@ -1 +0,0 @@ -source("renv/activate.R")