Skip to content

Commit

Permalink
Merge pull request #88 from stitam/taxize
Browse files Browse the repository at this point in the history
Pull taxize from GitHub instead of CRAN
  • Loading branch information
stitam authored Feb 2, 2025
2 parents 705192e + f4e1899 commit e0d74e6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ on:
pull_request:
branches: [main, master]

name: R-check
name: R-CMD-check.yaml

permissions: read-all

jobs:
R-check:
R-CMD-check:
runs-on: ${{ matrix.config.os }}

name: ${{ matrix.config.os }} (${{ matrix.config.r }})
Expand All @@ -30,7 +32,7 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-pandoc@v2

Expand All @@ -42,10 +44,14 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
r-version: 'release'
extra-packages: |
ropensci/taxize
ropensci/bold
any::rcmdcheck
needs: check

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

build_args: 'c("--no-manual","--compact-vignettes=gs+qpdf")'
46 changes: 0 additions & 46 deletions .github/workflows/build-docs.yml

This file was deleted.

7 changes: 4 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,9 @@ Imports:
readr (>= 1.1.1),
dbplyr (>= 1.0.0),
magrittr (>= 1.5),
hoardr (>= 0.1.0)
Suggests:
testthat,
hoardr (>= 0.1.0),
taxize
Suggests:
testthat
Remotes: ropensci/bold, ropensci/taxize
RoxygenNote: 7.3.2

0 comments on commit e0d74e6

Please sign in to comment.