Skip to content

Commit

Permalink
Fix failing
Browse files Browse the repository at this point in the history
  • Loading branch information
haziqj committed May 30, 2024
1 parent f0e4552 commit 63a4291
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,13 @@ jobs:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
args: 'c("--no-tests", "--no-manual")' # skip tests on Ubuntu
error-on: '"error"'

- name: Check R Package (Non-Ubuntu)
if: matrix.config.os != 'ubuntu-latest'
uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
error-on: '"error"'

5 changes: 4 additions & 1 deletion man/inlavaan.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions man/isem.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 63a4291

Please sign in to comment.