Skip to content

Commit

Permalink
two-species model partially coded for filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Aug 25, 2024
1 parent 028f4ac commit 1c9d920
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/r-cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ on:
push:
branches:
- '*'
paths:
- Rpkg/DESCRIPTION
- Rpkg/NAMESPACE
- Rpkg/R/**
- Rpkg/src/**
- Rpkg/tests/**
- Rpkg/man/**
- Rpkg/data/**
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -37,6 +45,8 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true
extra-repositories: |
https://kingaa.github.io/
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 1c9d920

Please sign in to comment.