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

Use lowercase DOI and PMID #317

Merged
merged 6 commits into from
May 24, 2024
Merged

Use lowercase DOI and PMID #317

merged 6 commits into from
May 24, 2024

Conversation

joshwlambert
Copy link
Member

This PR addresses issue #301. This issue is related to accessing elements from <bibentry> objects using upper or lower case list element names. For most OSs and R versions there does not seem to be an issue but in some cases accessing the DOI using the wrong case can result in an error. This issue meant the <multi_epidist> print method was erroring. For a full explanation of the possible reason for this issue see #301.

This PR resolves the issue by changing all instances of DOI and PMID in the package to use lowercase. This includes the epidemiological parameter library (parameters.json), data dictionary (data_dictionary.json) and in all R functions and vignettes.

@joshwlambert joshwlambert merged commit f812943 into main May 24, 2024
9 checks passed
@joshwlambert joshwlambert deleted the fix_doi branch May 24, 2024 16:44
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

Successfully merging this pull request may close these issues.

1 participant