-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add pkgcheck to repository #4
Conversation
This is needed to pass the test coverage check of pkgcheck
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.
Nice! The repository is getting more and more complete. Two things that I think should be added as well are:
- a CITATION.cff file (see e.g. here)
- a GitHub action running a code linter, it is always nice to get static code analysis and check the code against code style (I see you mentioned this in the CONTRIBUTING file). Maybe
lintr
? I see that a GitHub action can be easily created withusethis
.
I guess these could also be addressed in new PRs.
Yes, let's address these in separate PRs as they are not formally part of pkgcheck. |
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.
The error it raises is linked to the fact that the package only contains a dummy file and no public functions, correct? In that case I think this can also be merged!
I am not sure, but in any case I would explore this error in the context of the (now) more complete main branch. I will merge. |
I also added
pkgcheck
which needs to be passed if we want to submit the package for review on rOpenSci, as indicated in the proposal.