Skip to content

Commit

Permalink
ci debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
katosh committed Jun 1, 2024
1 parent 19ba4d3 commit 549f4b4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ jobs:
remotes::install_local()
shell: Rscript {0}

- name: Test Debugging
run: |
install.packages('devtools')
devtools::test()
shell: Rscript {0}

- name: Check package
run: |
R CMD check --no-manual --as-cran .
Expand Down

0 comments on commit 549f4b4

Please sign in to comment.