-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I'm eager to try this out - as per a recommendation from good colleague Eric Archer. Unfortunately, I'm getting an install error I haven't been able to surmount. I'm running R Version 3.3.1 through RStudio Version 0.99.903.
Here is the code I'm running with the error:
rm(list = ls())
install.packages("devtools", dependencies=TRUE)
library(devtools)
install_github("NESCent/MINOTAUR", build_vignettes=TRUE)
Downloading GitHub repo NESCent/MINOTAUR@master
from URL https://api.github.com/repos/NESCent/MINOTAUR/zipball/master
Installing MINOTAUR
Downloading GitHub repo Bioconductor-mirror/BiocInstaller@master
from URL https://api.github.com/repos/Bioconductor-mirror/BiocInstaller/zipball/master
Installing BiocInstaller
'/Library/Frameworks/R.framework/Resources/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet \ CMD INSTALL
'/private/var/folders/tb/x8ht0yyn0fnb9j301ynw377r0000gn/T/RtmpenL3Be/devtools5f1722a9343/Bioconductor-mirror-BiocInstaller-9965cc7'
--library='/Library/Frameworks/R.framework/Versions/3.3/Resources/library' --install-tests
ERROR: this R is version 3.3.1, package 'BiocInstaller' requires R >= 3.4.0
Error: Command failed (1)
Any help would be greatly appreciated.
All the best,
Matt