The current package can be fetched directly from your R session. If not already present, first install the devtools-package from your R terminal:
install.packages("devtools")
Then, install the rapbase package:
devtools::install_github("Rapporteket/rapbase")
When installed at Rapporteket make sure clean-up is performed:
devtools::install_github("Rapporteket/rapbase", args=c("--clean"))
This will add local configuration after the package has been installed
Install this package:
devtools::install_github("Rapporteket/norgast")
Communicating through a proxy might cause the above install commands to fail. If so, try the following prior to the above install commands:
library(httr)
set_config(
use_proxy(url="18.91.12.23", port=8080, username="user",password="passwd")
)
replacing the example parameter values with whatever applies for the system the package is being installed on
Contributors submit their code to the rel (release) branch which is subject to testing at Rapporteket. Upon acceptance rel will me merged to the master branch and tagged