Skip to content

Commit

Permalink
update R-CMD-check to install the dev version of phylolm
Browse files Browse the repository at this point in the history
remember to delete it once the new version is on CRAN
  • Loading branch information
melina-leite committed Oct 1, 2024
1 parent cd744b3 commit dabd8c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ jobs:
needs: check
working-directory: DHARMa
# second check with different rcmdcheck arguments.

- name: Install latest phylolm
run: |
devtools::install_github("lamho86/phylolm")
# this is just for the tests before the dev version is released on CRAN
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down

0 comments on commit dabd8c9

Please sign in to comment.