Skip to content

Commit

Permalink
Adding required packages
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 19, 2024
1 parent 4b8db1b commit c2ad590
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

name: Tests

on: [push, pull_request]
on:
push:
branches: [ master ]
pull_request:

jobs:
test-macos:
Expand Down Expand Up @@ -67,6 +70,7 @@ jobs:

- name: Getting epiworldR
run: |
install2.r knitr rmarkdown tinytest netplot igraph data.table
cp -r include/epiworld/ r-pkg/inst/include/epiworld/
R CMD build r-pkg
R CMD INSTALL epiworldR_*.tar.gz

0 comments on commit c2ad590

Please sign in to comment.