Skip to content

Commit

Permalink
updated error handling messages. set vignettes to fales.
Browse files Browse the repository at this point in the history
  • Loading branch information
mduncans committed Sep 6, 2024
1 parent 930a989 commit f32351f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/RunChecks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: |
metrumresearchgroup/mrgmisc
metrumresearchgroup/mrgmisec
metrumresearchgroup/nmrec
metrumresearchgroup/bbr
any::rcmdcheck
Expand All @@ -74,3 +74,4 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
vignettes: 'FALSE'
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
result <- tryCatch(
{processx::run("squeue", args = "--version")},
error = function(e) {
message("Warning: 'squeue' command not found or failed to run.")
warning("'squeue' command not found or failed to run.")
return(NULL)
}
)
Expand Down

0 comments on commit f32351f

Please sign in to comment.