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

pkgcheck results - main #25

Closed
github-actions bot opened this issue Jun 15, 2022 · 4 comments
Closed

pkgcheck results - main #25

github-actions bot opened this issue Jun 15, 2022 · 4 comments

Comments

@github-actions
Copy link

Checks for simodels (v0.0.4)

git hash: f354669a

  • ✔️ Package is already on CRAN.
  • ✖️ does not have a 'codemeta.json' file.
  • ✖️ does not have a 'contributing' file.
  • ✔️ uses 'roxygen2'.
  • ✔️ 'DESCRIPTION' has a URL field.
  • ✔️ 'DESCRIPTION' has a BugReports field.
  • ✔️ Package has at least one HTML vignette
  • ✔️ All functions have examples.
  • ✔️ Package has continuous integration checks.
  • ✖️ Package coverage is 0% (should be at least 75%).
  • ✔️ R CMD check found no errors.
  • ✔️ R CMD check found no warnings.

Important: All failing checks above must be addressed prior to proceeding

Package License: AGPL (>= 3)

@mpadge
Copy link

mpadge commented Jun 15, 2022

Nice one!! Glad it worked. Each new check will now (by default, but configurable if you want...) be appended to this issue, regardless of whether it's open or closed, so feel free to close if you want.

@Robinlovelace
Copy link
Owner

One check per commit? That could result in a looong issue! Suggestion: make the action trigger only under some conditions, e.g. when the commit contains a text string like check. Can share a working example of this of you want...

@mpadge
Copy link

mpadge commented Jun 15, 2022

You can easily do that by modifying the workflow yourself to add an if clause like this:

jobs:
  pkgcheck:
    runs-on: ubuntu-latest
    if: "contains(github.event.head_commit.message, 'pkgcheck')"
    steps:

I've just opened this issue on improving the docs, and will link from there back to this issue to ensure that is demonstrated in a straightforward way.

@github-actions
Copy link
Author

Checks for simodels (v0.0.5)

git hash: edb70f35

  • ✔️ Package is already on CRAN.
  • ✖️ does not have a 'codemeta.json' file.
  • ✖️ does not have a 'contributing' file.
  • ✔️ uses 'roxygen2'.
  • ✔️ 'DESCRIPTION' has a URL field.
  • ✔️ 'DESCRIPTION' has a BugReports field.
  • ✔️ Package has at least one HTML vignette
  • ✔️ All functions have examples.
  • ✔️ Package has continuous integration checks.
  • ✖️ Package coverage is 0% (should be at least 75%).
  • ✖️ R CMD check process failed with message: 'Build process failed'.

Important: All failing checks above must be addressed prior to proceeding

Package License: AGPL (>= 3)

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

No branches or pull requests

2 participants