-
Notifications
You must be signed in to change notification settings - Fork 61
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
Comments
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. |
Any help needed @zachary-foster? In any case, take care 🍵 |
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. |
any update on this? |
@andresc2020 You could try this solution as a temporary fix. Won't solve the underlying issues, but will allow you to install taxize:
|
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. |
Hi, i have the same first error , `install_github("ropensci/taxize") Rate limit remaining: 55/60 |
The code to install from github works for me. All of this output is unusual:
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. |
Inability to install taxize also seems to be related to {bold} being removed from CRAN
|
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.
|
Thanks, that enables me to run the get_gbifid function from taxize:
|
Any idea for a workarround for R packages that depend on taxize? |
You should be able to install taxize using devtools and then install packages that depend on it normally. |
The package taxize is still problematic for me. I have updated R and RStudio to the latest versions but the issue persists.
|
have you prior to this installed taxize with using the remotes package?
|
I am wondering if there are any updates on getting taxize back on CRAN? And, specifially, have the dev versions of taxize (and bold) been updated on github such that they function as expected once taxize returns to CRAN? I'm also happy to help out with any testing and/or contributions as needed! |
@thokall It worked thank you ! :) |
Still not working right? |
This is also an option for installation that does not depend on taxize being on CRAN:
|
https://cran.r-project.org/package=taxize
@maelle
The text was updated successfully, but these errors were encountered: