Skip to content

Commit

Permalink
Separate build of R source package
Browse files Browse the repository at this point in the history
  • Loading branch information
rikardn committed Aug 27, 2024
1 parent 81c3e44 commit 3d32810
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/actions/check-pharmr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ runs:
devtools::document()
shell: Rscript {0}

- name: Build source package
run: R CMD build pharmr_repo

- name: Check pharmr
working-directory: pharmr_repo
env:
Expand Down

0 comments on commit 3d32810

Please sign in to comment.