-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
33 lines (21 loc) · 1.05 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Install
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")
Most R packages at Rapporteket will depend on the "rapbase" package. If not
already present, install the "rapbase" package from github:
devtools::install_github("Rapporteket/rapbase")
To install the current package, first time or at any future upgrade, do:
devtools::install_github("Rapporteket/[package-name]", ref = "rel")
NOTE: Communicating through a proxy might cause the above install command to
fail. If so, try the following prior to the above install command:
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
# Develop
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