How to install ggmsa under R 3.6
Opened this issue · 3 comments
binlu1981 commented
Hi,
Thanks for the nice tool. But I notice that it depends on the newest R 4.1. Is there a way to install ggmsa under old R version (R 3.6)?
Bin
nyzhoulang commented
Hi, Bin
ggmsa
is an R package published on Bioconductor
.
Bioconductor
is bound with a particular R version, and this is required by the Bioconductor policy.
Thus, we recommend that update the new version of R.
Lang
ramiromagno commented
Hi @binlu1981 :
Have you tried devtools::install_github("YuLab-SMU/ggmsa")
?
cms72 commented
Hi! I also have the same question - My Rstudio is under University license so I can't upgrade to 4.1. I've tried devtools::install_github("YuLab-SMU/ggmsa") but it doesn't work.