title | output |
---|---|
Release notes for `CLPFUDatabase` |
html_document |
Cite all releases with doi 10.5281/zenodo.10359832, which always resolves to the latest release.
- Change order of authors in CITATION.cff to match order of authors on JOSS paper.
- No new tests.
- Still at 17 tests, all passing.
- Remove a ":" in the title field of the CITATION.cff file. Apparently, that character is illegal and prevents Zenodo from generating a DOI. Who knew?
- Metadata for this package now matches the title of the JOSS paper.
- Add ORCIDs for all authors.
- Add Zeke and Emmanuel as authors, as this is a metapackage and they are authors on several imported packages.
- Add CITATION.cff file for Zenodo.
- Fixed a typo in the README.md file.
CLPFUDatbase
-->CLPFUDatabase
- Now skipping the installation test on CI platforms. A GITHUB_PAT is not available on the CI platforms. Without GITHUB_PAT set in .Renviron, installation fails due to exceeding GitHub API limits. Now the package passes on GitHub actions, so the badge works!
- Add
FAOSTAT
,Rilostat
, andfuture.callr
to dependencies, further facilitating automatic installation of all packages.
- Respond to package name changes for
PFUDatabase
-->PFUPipeline
PFUAggDatabase
-->PFUAggPipeline
- Added a test for the installation process.
- Added a statement of need to
README.Rmd
.
- Added dependencies.
- Added contributing guidelines and code of conduct.
- Initial release