# Can't add to .Renviron, because it overshadows ~/.Renvion
Sys.setenv(R_MAKEVARS_USER = "Makevars.debug")

if (file.exists("~/.Rprofile")) {
  source("~/.Rprofile")
}
