Skip to content

Commit

Permalink
Adding check on epiworldR
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 19, 2024
1 parent d177940 commit 28d632e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,17 @@ jobs:
cd tests
make main.o
./main.o
test-epiworld-r:
runs-on: ubuntu-latest
container: rocker/r-base:latest

steps:
- uses: actions/checkout@v4

- name: Getting epiworldR
run: |
git clone --depth=1 https://github.com/UofUEpiBio/epiworldR.git r-pkg
rsync -avz include/epiworld/ r-pkg/inst/include/epiworld/
R CMD build r-pkg
R CMD INSTALL epiworldR_*.tar.gz

0 comments on commit 28d632e

Please sign in to comment.