Skip to content

Commit

Permalink
test github action with rJava
Browse files Browse the repository at this point in the history
  • Loading branch information
mkoohafkan committed Dec 14, 2023
1 parent 701456c commit c799bbe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ jobs:
with:
extra-packages: any::rcmdcheck
needs: check

- name: Import data
run: Rscript -e 'library(rJava);.jinit()'

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit c799bbe

Please sign in to comment.