Open
Conversation
There was a problem hiding this comment.
Pull request overview
This PR prepares the whep R package for rOpenSci peer review by adding standard metadata files, updating the README, and creating a contributing guide. These are common requirements for rOpenSci submission.
Changes:
- Added
inst/CITATION,codemeta.json, and.pkgcheckfiles required for rOpenSci review and proper citation support. - Replaced the inline contributing instructions in both
README.RmdandREADME.mdwith a link to a new.github/CONTRIBUTING.mdguide, and added Citation and Code of Conduct sections. - Added a repostatus badge and excluded
codemeta.jsonfrom the R package build via.Rbuildignore.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
inst/CITATION |
New CITATION file with two entries: the whep package itself and the FABIO paper |
codemeta.json |
Auto-generated CodeMeta metadata for the package |
README.Rmd |
Updated with contributing link, citation section, code of conduct, and repostatus badge |
README.md |
Rendered version of README.Rmd with the same changes |
.github/CONTRIBUTING.md |
New contributing guide with code style, testing, and development workflow instructions |
.pkgcheck |
rOpenSci pkgcheck configuration disabling certain summary checks |
.Rbuildignore |
Added codemeta.json to build ignore list |
715e050 to
6998ed3
Compare
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.
No description provided.