Skip to content

Commit

Permalink
fix: add xml2 to packg
Browse files Browse the repository at this point in the history
  • Loading branch information
quishqa committed Oct 1, 2023
1 parent 021d74f commit 32cc7a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck, any::XML
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Depends:
R (>= 2.10)
Imports:
httr,
XML
XML,
xml2
Suggests:
testthat (>= 3.0.0)
Config/testthat/edition: 3

0 comments on commit 32cc7a3

Please sign in to comment.