liamrevell / phytools

GNU General Public License v3.0
207 stars 56 forks source link

Problems installing in R version 3.4.1 (2017-06-30) #15

Closed oeco28 closed 7 years ago

oeco28 commented 7 years ago

Hi Liam, I am running into some issues installing from source locally (or via repository). Installing package into ‘/usr/local/lib/R/site-library’ (as ‘lib’ is unspecified) inferring 'repos = NULL' from 'pkgs'

There seem to be some uncommented code in neworder_phylo or neworder_pruningwise that causes installation to fail. but I am not sure what could it be. Have you seen anything like this? I would appreciate any insight. Thanks!

Omar

oeco28 commented 7 years ago

Sorry Liam, just to provide some additional information. If I try using devtools I obtain the same output:

devtools::install_github("liamrevell/phytools") Downloading GitHub repo liamrevell/phytools@master from URL https://api.github.com/repos/liamrevell/phytools/zipball/master Installing phytools '/usr/lib/R/bin/R' --no-site-file --no-environ --no-save --no-restore --quiet \ CMD INSTALL \ '/media/venezuela4/tmp/RtmpuxGLkD/devtools21af2c8f52c4/liamrevell-phytools-762158a' \ --library='/usr/local/lib/R/site-library' --install-tests

liamrevell commented 7 years ago

What is your ape package version?

oeco28 commented 7 years ago

ape_4.1

oeco28 commented 7 years ago

Ey Liam, I see what you meant. I found a thread (https://www.mail-archive.com/r-sig-phylo@r-project.org/msg04929.html). There are some issues with ape after updating R. The recommendation is to re-install ape and the problem disappear. I re-installed ape and then installed phytools successfully. thank you, Omar

liamrevell commented 7 years ago

Great. Thank you for reporting.

oeco28 commented 7 years ago

no problem!