Installation is virtually guarranteed via Anaconda/miniconda:
If it is R-devtools then either one of the following
conda install -c conda-forge r-devtools
conda install -c conda-forge/label/gcc7 r-devtools
conda install -c conda-forge/label/cf201901 r-devtools
conda install -c conda-forge/label/cf202003 r-devtools
Last upload: 2 months and 25 days ago
For Monocle 3,
conda install -c bioconda r-monocle3
Alternatively downgrade to use R 3.5.1, then
install.packages(“devtools”)
devtools::install_github(‘cole-trapnell-lab/monocle3’)
A number of issues were raised about installation on OSX but they were not anything like the error code encountered here, one issue appeared specific to 10.13
Finally the following post used a comparable strategy download from GitHub but the error codes appears to differ
Their solution was,
In Terminal:
sudo apt-get install gdal-bin proj-bin libgdal-dev libproj-dev
In R:
install.packages("rgdal", repos="http://R-Forge.R-project.org")
In R:
devtools::install_github('cole-trapnell-lab/monocle3')
The easiest is an Anaconda installation
See relevant SO post, need to fix proxy:
Alternatives:
remotes::install_github("cole-trapnell-lab/monocle3")