Files
emacs/lisp/ess/etc/ESSR/BUILDESSR
Daniel Weschke 82f05baffe pkg update and first config fix
org-brain not working, add org-roam
2022-12-19 23:02:34 +01:00

11 lines
323 B
R
Executable File

#!/usr/bin/env Rscript
## -*- mode: R -*-
## code to build ESSR environment.
## Assume that current directory is etc/ESSR
## run "./BUILDESSR" to create ../ESSR.rda
## exactly as in inferior-ess-r-load-ESSR in ess-r-d.el
source('./R/.load.R', local=TRUE)
ESSR <- .ess.ESSR.load('./R/')
saveRDS(ESSR, file = "../ESSR.rds")