Skip to content

Commit

Permalink
More fixes for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ash committed Mar 14, 2024
1 parent 44b7f5d commit 82c4ccf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
7 changes: 3 additions & 4 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Imports:
prettyunits,
qs,
readr (>= 2.0.1),
rlang,
rmarkdown,
sf,
spdep (>= 1.1),
Expand Down Expand Up @@ -75,11 +76,9 @@ LinkingTo:
TMB
Remotes:
bergant/datamodelr,
mrc-ide/eppasm,
first90=mrc-ide/first90release,
reside-ic/traduire,
mrc-ide/naomi.options,
mrc-ide/mockr,
mrc-ide/testthat.buildkite
mrc-ide/testthat.buildkite,
mrc-ide/eppasm@import-unzip
Config/testthat/edition: 3
Config/testthat/parallel: true

0 comments on commit 82c4ccf

Please sign in to comment.