jinyizju / V.PhyloMaker

This R package makes phylogenetic hypotheses for a user-specified list of species at a faster speed than S.PhyloMaker
32 stars 12 forks source link

Failed to install for R version 4.2.0 #17

Closed alekseymaro closed 1 year ago

alekseymaro commented 2 years ago

Warning in install.packages : package ‘V.PhyloMaker’ is not available for this version of R

Help! I want that mega-tree

alekseymaro commented 1 year ago

I see, you can't install this package using the install.packages() function. You HAVE to load it through github:

library("devtools") devtools::install_github("jinyizju/V.PhyloMaker")

Might as well upgrade to V.PhyloMaker2 anyway, which also only loads through github:

devtools::install_github("jinyizju/V.PhyloMaker2")