charlatan icon indicating copy to clipboard operation
charlatan copied to clipboard

update github actions

Open RMHogervorst opened this issue 11 months ago • 3 comments

We could change the github actions to check the package to something like dplyr: https://github.com/tidyverse/dplyr/tree/main/.github/workflows

ideas:

  • of course R cmd check like we already do
  • linting step in merge requests
  • possibly a cool thing like the styler command inside dplyr .github
  • spellcheck?

RMHogervorst avatar Sep 12 '23 20:09 RMHogervorst

also add codemetar update https://docs.ropensci.org/codemetar/#keep-codemetajson-up-to-date and auto spelling check?

RMHogervorst avatar Sep 30 '23 12:09 RMHogervorst

add https://docs.ropensci.org/pkgcheck/ too?

RMHogervorst avatar Sep 30 '23 12:09 RMHogervorst

Also new version of rhub https://blog.r-hub.io/2024/04/11/rhub2/

Install or update the rhub package. Run rhub::rhub_setup() to set up R-hub v2 for your package. Run rhub::rhub_check() to run R-hub checks.

RMHogervorst avatar Apr 25 '24 20:04 RMHogervorst