Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 603 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 603 Bytes

Installation

(tested under Ubuntu 16.04)

Install "devtools" package and its dependencies

At the shell prompt:

sudo apt-get install libcurl4-openssl-dev libssl-dev

At the R prompt:

install.packages("devtools")

Install "genFun" package and its dependencies "miscFun" and "treeFun"

At the R prompt:

devtools::install_github("cbaumbach/miscFun")
devtools::install_github("cbaumbach/treeFun")
devtools::install_github("cbaumbach/genFun")