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
Add in a function similar in behaviour to usethis::use_github_release() to help with semantic versioning of datasets in "releases".
usethis::use_github_release()
Requires the reading and writing of machine-readable metadata on versioning.
e.g. when changes are detected, would you like to revise dataset + create a new release?
Possible secondary function to plug into Datacite API to attach new DOI, link with old dataset and supercede.
The text was updated successfully, but these errors were encountered:
Possibly implement using dataset package, already formatted datacite metadata generation.
Function to adjust version: https://dataset.dataobservatory.eu/reference/version.html
Also see other relevant items: https://datacite-metadata-schema.readthedocs.io/en/4.5/properties/version/
Sorry, something went wrong.
thomaszwagerman
No branches or pull requests
Add in a function similar in behaviour to
usethis::use_github_release()
to help with semantic versioning of datasets in "releases".Requires the reading and writing of machine-readable metadata on versioning.
e.g. when changes are detected, would you like to revise dataset + create a new release?
Possible secondary function to plug into Datacite API to attach new DOI, link with old dataset and supercede.
The text was updated successfully, but these errors were encountered: