daijiang / phyr

Functions for phylogenetic analyses
https://daijiang.github.io/phyr/
GNU General Public License v3.0
30 stars 10 forks source link

Unable to install package #85

Open halabikeren opened 1 year ago

halabikeren commented 1 year ago

Hi,

I am trying to install the package in a linux environment using: options(repos = c( phyr = 'https://daijiang.r-universe.dev', CRAN = 'https://cloud.r-project.org')) install.packages('phyr')

And I get an error:

-- Configuring incomplete, errors occurred! make: No targets specified and no makefile found. Stop. make: No rule to make target 'install'. Stop. mv: cannot stat 'nlopt/lib': No such file or directory cp: cannot stat 'nlopt/include/': No such file or directory configure: creating ./config.status config.status: creating src/Makevars ** libs Error in if (nzchar(SHLIB_LIBADD)) SHLIB_LIBADD else character() : argument is of length zero

The downloaded source packages are in ‘/tmp/RtmpEVxjR2/downloaded_packages’ Updating HTML index of packages in '.Library' Making 'packages.html' ... done There were 11 warnings (use warnings() to see them)

The package has not been installed:

library("phyr") Error in library("phyr") : there is no package called ‘phyr’

The problem is not reproducible in Windows

Cheers!