# Generate R/rethrow-gen.R if needed
invisible(source("scripts/rethrow.R", local = TRUE))

# Forward to default .Rprofile
if (file.exists("~/.Rprofile")) {
  source("~/.Rprofile", chdir = TRUE)
}
