gversmee / dbgap2x

Apache License 2.0
8 stars 7 forks source link

add installation steps for fresh R installation #11

Closed gversmee closed 5 years ago

gversmee commented 5 years ago

library(devtools)
library(BiocInstaller)
biocLite("XML")
install.packages("data.table")
install.packages("htmlTable")```
gversmee commented 5 years ago

Pre-requisites (tested with docker image r-base):

install the following libraries: libcurl4-openssl-dev libssl-dev libxml2-dev

install the R package devtools.

example:

apt-get update
apt-get install libcurl4-openssl-dev libssl-dev libxml2-dev -y
gversmee commented 5 years ago

Steps added to README.md