Skip to content

Commit

Permalink
added installation via devtools
Browse files Browse the repository at this point in the history
  • Loading branch information
brandmaier authored Mar 24, 2024
1 parent 6e90ff6 commit 90a9333
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/R-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,19 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v3
# - uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::testthat
needs: pr-document
extra-packages: |
any::testthat
any::devtools
# needs: pr-document
- name: install package
run: devtools::install_package("brandmaier/semtree")

- name: run test
run: testthat::test_dir("tests/testthat/")
Expand Down

0 comments on commit 90a9333

Please sign in to comment.