Skip to content

Commit

Permalink
Add install.packages
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer committed Oct 4, 2023
1 parent 55885a2 commit 9e3546a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Binary file added .RData
Binary file not shown.
Empty file added .Rhistory
Empty file.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v1
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true
r-version: '4'
- run: Rscript -e 'install.packages("sirus")'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down

0 comments on commit 9e3546a

Please sign in to comment.