Open talpazi opened 2 weeks ago
Hello. This is the result of the taxize
package being archived by CRAN. I do not think it will be permanent, but in the meantime, you can download an archived version of taxize
to allow the installation of helminthR
.
url <- "https://cran.r-project.org/src/contrib/Archive/taxize/taxize_0.9.100.tar.gz"
download.file(url = url, destfile = 'taxize_0.9.100')
install.packages(pkgs=pkgFile, type="source", repos=NULL)
I encountered an issue while trying to install the helminthR package. The installation fails with the following error:
Steps to Reproduce:
Install the package from GitHub:
devtools::install_github("ropensci/helminthR")
Encounter the above error message indicating that thetaxize
dependency is missing or unavailable. Additional Details:Is this a known issue, or are there any compatibility issues with the latest R version? Could the dependency on taxize be causing installation conflicts? Are there alternative methods to access the London Natural History Museum's database if the package remains unavailable?
Thank you for your help!