We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As per rOpenSci review
The text was updated successfully, but these errors were encountered:
71ece03
Here's the code I used to add this info and also to add a CITATION file at inst/CITATION
CITATION
inst/CITATION
library(cffr) cffr::cff_write() geotargets_cff <- cff_read("CITATION.cff") new_cff <- geotargets_cff |> # date of geotargets v2 release # https://github.com/njtierney/geotargets/releases/tag/v0.2.0 cff_modify("date-released" = "2024-11-29") cff_validate(new_cff) cff_write_citation(new_cff, file = "inst/CITATION")
Sorry, something went wrong.
No branches or pull requests
As per rOpenSci review
The text was updated successfully, but these errors were encountered: