dev/01_fix_Rprofile.R

# This gets around a bug in {remotes}.
cat('if (base::file.exists("renv/activate.R")) {
  base::source("renv/activate.R")
}
', file = '.Rprofile')
bvancil/locus documentation built on Nov. 25, 2020, 3:15 p.m.