Make .Rprofile to load ProjectTemplate and lod.project, as well as a relevant start-up message to be displayed in binder.
Perhaps add condition such that ot is in fact only displayed on binder.
if (grepl("thamortpred", Sys.info()["nodename"])) {
# Create cahce folder (empty). See #1
library(ProjectTemplate)
load.project()
message("...")
}
Make .Rprofile to load ProjectTemplate and lod.project, as well as a relevant start-up message to be displayed in binder. Perhaps add condition such that ot is in fact only displayed on binder.