[codex] Add CITATION.cff - #39
Merged
Merged
Conversation
|
Thank you for your contribution @gvegayon 🚀! The pkgdown site preview is ready for review 👉 Download here 👈! |
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
CITATION.cff has incomplete authorship and an incorrect reference link.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Adds machine-readable citation metadata for GitHub and CFF consumers while preserving existing R citation behavior.
Changes:
- Adds root
CITATION.cff. - Excludes it from R source tarballs.
- Adds a pinned, read-only validation workflow.
File summaries
| File | Summary | Review findings |
|---|---|---|
CITATION.cff |
Defines structured citation metadata. | Moderate: add Paul Marjoram to the authors list and correct the Haario (2001) DOI/source URL. |
.Rbuildignore |
Excludes repository-only metadata from builds. | None. |
.github/workflows/validate-citation-cff.yml |
Validates CFF metadata automatically. | None. |
Review details
Suppressed comments (1)
CITATION.cff:21
- The top-level
authorslist omits Paul Marjoram even though the package metadata identifies him as a contributor and both the preferred and manual citations include him. CFF consumers that use the software-level author list will therefore report incomplete authorship; add him here as well.
authors:
- family-names: Vega Yon
given-names: George
email: g.vegayon@gmail.com
orcid: https://orcid.org/0000-0002-3171-0844
- Files reviewed: 3/3 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| specify automatic convergence checker, personalized transition kernels, and out-of-the-box | ||
| multiple MCMC chains using parallel computing. Most of the methods implemented in | ||
| this package can be found in Brooks et al. (2011, ISBN 9781420079425). Among the | ||
| methods included, we have: Haario (2001) <https://doi.org/10.1007/s11222-011-9269-5> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
GitHub cannot presently discover structured citation metadata for this R package. This pull request adds a root
CITATION.cff, preserves the repository's existing citation preference, excludes the repository-only file from the R source tarball, and adds a read-only schema-validation workflow.The existing
inst/CITATIONremains authoritative forcitation(); the new CFF enables GitHub and other CFF consumers without changing package behavior.Validated with
cffconvert --validate,cffr::cff_validate(), andR CMD build --no-build-vignettes; the source tarball excludesCITATION.cff.Note: This pull request was prepared by GPT-5.6 Terra on behalf of gvegayon.