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

Remove dependency on taxize package if it is orphaned #137

Open
6 tasks
dlebauer opened this issue Oct 1, 2024 · 1 comment
Open
6 tasks

Remove dependency on taxize package if it is orphaned #137

dlebauer opened this issue Oct 1, 2024 · 1 comment

Comments

@dlebauer
Copy link
Collaborator

dlebauer commented Oct 1, 2024

ropensci/taxize#936

If the taxize package is orphaned:

Message from CRAN:

Package 'taxize' required the archived (and oft-failing) package
'bold', and a request to change that was ignored. We have fixed
'taxize' but orphaned it, so your package now shows a warning about
requiring an orphaned package (which is not allowed by
the CRAN policy). Please remove the requirement or change to
Suggests and use conditionally
.

Steps to resolve

  • Identify and remove uses of taxize from code & DESCRIPTION
    • remove from imports
    • traits-package.r
    • taxa_search.R
      • uses of taxa_search()
      • Remove or refactor functions get_tb, get_blife, and selector
  • Update docs
  • Increment package version
  • R CMD check
  • Update NEWS
  • Submit to CRAN
@dlebauer dlebauer changed the title Remove dependency on taxize package Remove dependency on taxize package if it is orphaned Oct 1, 2024
dlebauer added a commit that referenced this issue Jan 25, 2025
Fixes #138 , temporary fix for #137 due to taxize and then traits being removed from CRAN ropensci/taxize#938
@zachary-foster
Copy link
Contributor

I am the maintainer of taxize. I am preparing to submit a new version of CRAN in the next few days, so hopefully this resolves this problem. Sorry about the wait.

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

2 participants