Skip to content

Commit

Permalink
ci: revert action to main branch and update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 4, 2023
1 parent 84777ea commit c1d01b2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ on:
- cron: '45 3 * * 0'
workflow_dispatch:
# Section to be removed before action is merged
# note: branch below needs to point to main instead of new-verdepcheck-strategy
push:
branches:
- verdepcheck_action
Expand All @@ -18,7 +17,7 @@ jobs:
fail-fast: false
matrix:
test-strategy: ["min_cohort", "min_isolated", "release", "max"]
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@new-verdepcheck-strategy
uses: insightsengineering/r.pkg.template/.github/workflows/verdepcheck.yaml@main
name: Dependency Test - ${{ matrix.test-strategy }} 🔢
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
Expand Down
16 changes: 7 additions & 9 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,20 +29,13 @@ Imports:
yaml (>= 2.1.19)
Suggests:
diffdf,
knitr (>= 1.34),
rmarkdown (>= 2.19),
knitr (>= 1.42),
testthat (>= 3.0.4)
VignetteBuilder:
knitr
RdMacros:
lifecycle
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Config/Needs/verdepcheck:
mllg/checkmate,
tidyverse/dplyr,
Expand All @@ -56,5 +49,10 @@ Config/Needs/verdepcheck:
yaml=vubiostat/r-yaml,
gowerc/diffdf,
yihui/knitr,
rstudio/rmarkdown,
r-lib/testthat
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3

0 comments on commit c1d01b2

Please sign in to comment.