Skip to content

Latest commit

 

History

History
69 lines (57 loc) · 2.7 KB

File metadata and controls

69 lines (57 loc) · 2.7 KB

Installing PHRAPL via conda

Mac-specific instructions

Create a Conda environment from a file we posted here to this GitHub repo:

conda env create -f https://raw.githubusercontent.com/SmithsonianWorkshops/Species_Delimitation_2021_08/main/conda_environment_yml_files/OX_env_phrapl.yml

Activate this environment:

conda activate OX_env_phrapl

Enter R to complete the last few installation steps:

R

In R, run these commands:

library(devtools)
devtools::install_url("https://cran.r-project.org/src/contrib/Archive/rPython/rPython_0.0-6.tar.gz", upgrade=FALSE)
devtools::install_url("https://cran.r-project.org/src/contrib/Archive/P2C2M/P2C2M_0.7.6.tar.gz", upgrade=FALSE)
devtools::install_github("bomeara/phrapl")
conda install -c r r
conda install -c conda-forge r-devtools
conda install -c conda-forge r-ape
conda install -c conda-forge r-partitions
conda install -c r r-lattice
conda install -c conda-forge r-polynom
conda install -c conda-forge r-gmp
conda install -c r r-rgenoud
conda install -c conda-forge parallel
conda install -c conda-forge r-optimx
conda install -c r r-igraph
conda install -c conda-forge r-numderiv
conda install -c conda-forge r-nloptr
conda install -c conda-forge r-matrix
conda install -c r r-rcolorbrewer
conda install -c conda-forge r-binom
conda install -c conda-forge r-diagram
conda install -c r r-rjsonio
conda install -c conda-forge r-stringr
conda install -c conda-forge r-ggplot2
conda install python=2.7