richfitz / diversitree

diversitree: comparative phylogenetic analyses of diversification
http://www.zoology.ubc.ca/prog/diversitree
30 stars 9 forks source link

More urgent cran demands #42

Closed richfitz closed 11 months ago

richfitz commented 1 year ago

Checked with the LTO container from r-hub, as no instructions given in the original demand.

docker pull rhub/debian-gcc-devel-lto
docker run -it --rm rhub/debian-gcc-devel-lto bash
apt-get update && apt-get -y install git libfftw3-dev libgsl-devR

/opt/R-devel/bin/R -e 'install.packages(c("Rcpp", "ape", "deSolve", "subplex"))'

git clone https://github.com/richfitz/diversitree

/opt/R-devel/bin/R CMD INSTALL diversitree