Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

taxize has been kicked off CRAN #938

Open
slager opened this issue Oct 14, 2024 · 10 comments
Open

taxize has been kicked off CRAN #938

slager opened this issue Oct 14, 2024 · 10 comments

Comments

@slager
Copy link

slager commented Oct 14, 2024

https://cran.r-project.org/package=taxize

@maelle

@zachary-foster
Copy link
Collaborator

Hello! I am aware of this and am working on an update. A few of the APIs have changed since the last update and it is proving times consuming to understand these changes and update the assocaited functions. I have also been sick this last week, but I should have more time to look into it now.

@maelle
Copy link
Member

maelle commented Oct 17, 2024

Any help needed @zachary-foster? In any case, take care 🍵

@zachary-foster
Copy link
Collaborator

Thank you @maelle! Help could be useful if there was someone familiar with the changes to the Global Names Resolver API, but I expect I have now spent enough time looking into it that it would be most efficient overall for me to continue the changes. The main issue is that I was not familiar with the last API so its difficult to understand how it changed and the intended output of the functions when the old API was working. If I get stuck I will let you know.

@andresc2020
Copy link

any update on this?
I am trying to install taxize but I am becoming crazy

@RobLBaker
Copy link

@andresc2020 You could try this solution as a temporary fix. Won't solve the underlying issues, but will allow you to install taxize:

library(remotes)

install_github("ropensci/taxize")

@zachary-foster
Copy link
Collaborator

I am still working on this, but its hard to give a time estimate. I was going to say the same as @RobLBaker. Installing from GitHub should work.

@albanmathieu-pro
Copy link

Hi, i have the same first error ,
and trying to download from fithub gave me this:

`install_github("ropensci/taxize")
Using GitHub PAT from the git credential store.
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials

Rate limit remaining: 55/60
Rate limit reset at: 2024-10-29 22:25:17 UTC
`

@zachary-foster
Copy link
Collaborator

The code to install from github works for me. All of this output is unusual:

Using GitHub PAT from the git credential store.
Error: Failed to install 'unknown package' from GitHub:
HTTP error 401.
Bad credentials

Rate limit remaining: 55/60
Rate limit reset at: 2024-10-29 22:25:17 UTC

This might be an issue with whatever server you are using R on rather than with the package code. I have installed a lot of R packages from github over the years and never seen anything messages like that.

@joelnitta
Copy link

Inability to install taxize also seems to be related to {bold} being removed from CRAN

> renv::install("ropensci/taxize")
Error:                                                                      
! error in pak subprocess
Caused by error: 
! Could not solve package dependencies:
* ropensci/taxize: Can't install dependency bold (>= 0.8.6)
* bold: Can't find package called bold.

@thokall
Copy link

thokall commented Nov 3, 2024

It should then be enough to also install bold directly from github before trying to install taxize. Hopefully both of these packages will soon be available from cran again.

install_github("ropensci/bold")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants