Skip to content

Commit

Permalink
Merge pull request #53 from neilstats/fix
Browse files Browse the repository at this point in the history
update github workflow for R-CMD-check
  • Loading branch information
neilstats authored Apr 14, 2021
2 parents d2cc05c + 22c5d09 commit d08e8bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
shell: Rscript {0}
- name: Check
run: |
Sys.setlocale('LC_ALL','C')
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}

0 comments on commit d08e8bf

Please sign in to comment.