Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
319 B

4 years ago
  1. #!/usr/bin/Rscript
  2. ## -*- mode: R -*-
  3. ## code to build ESSR environemnt.
  4. ## Assume that current directory is etc/ESSR
  5. ## run "./BUILDESSR" to create ../ESSR.rda
  6. ## exactly as in inferior-ess-r-load-ESSR in ess-r-d.el
  7. source('./R/.load.R', local=TRUE)
  8. ESSR <- .ess.load.ESSR('./R/')
  9. saveRDS(ESSR, file = "../ESSR.rds")