-
Notifications
You must be signed in to change notification settings - Fork 5
Hotfixes: fix check_value()
error messaging + remove duplicate receiver_ids
+ write_dwc(rights_holder = NULL)
sql bug
#357
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
Conversation
Found bug : #358 |
check_value()
error messagingcheck_value()
error messaging + remove duplicate receiver_ids`
check_value()
error messaging + remove duplicate receiver_ids`check_value()
error messaging + remove duplicate receiver_ids +
write_dwc(rights_holder = NULL)` sql bug
check_value()
error messaging + remove duplicate receiver_ids +
write_dwc(rights_holder = NULL)` sql bugcheck_value()
error messaging + remove duplicate receiver_ids
+ write_dwc(rights_holder = NULL)
sql bug
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Longest feature branch name ever 😉.
@@ -1,6 +1,6 @@ | |||
Package: etn | |||
Title: Access Data from the European Tracking Network | |||
Version: 2.2.1 | |||
Version: 2.2.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you bump here, don't forget to bump in CITATION.cff before you release. Same with DOI in CITATION.cff, which is tricky, since you don't know it yet. I have no solution for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I used the general, all version DOI in my citation.cff. Was that a mistake?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, didn't catch that. That works! 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about this action, if it triggers on release, do I still need to do anything?
https://github.com/inbo/etn/blob/main/.github/workflows/update-citation-cff.yaml
Hotfixes
AI Summary
Bug Fixes and Improvements:
check_value()
where error messages failed to format correctly whenNA
values were present in the reference list. The logic for removingNA
values was corrected.list_receiver_ids()
whereNA
values were included in the results. The function now explicitly filters outNA
values.write_dwc()
where the function would fail ifrights_holder
was not provided. A default value ofNA_character_
is now assigned whenrights_holder
is missing.Test Enhancements:
check_value()
to verify it handlesNA
values in the reference list and produces appropriate error messages.list_receiver_ids()
to ensure it returns a unique, non-NA
character vector and includes known values.write_dwc()
to validate the behavior of therights_holder
parameter, including cases where it is explicitly set or left as default.Documentation and Metadata:
2.2.2
inDESCRIPTION
to reflect the new changes.NEWS.md
summarizing the fixes and improvements in this release.