Queer European MD passionate about IT

.Rprofile 133 B

12345
  1. if (file.exists("renv/activate.R")) {
  2. source("renv/activate.R")
  3. } else {
  4. message("The file 'renv/activate.R' does not exist.")
  5. }