Skip to content

Commit

Permalink
docs: revert back to main branch on CI action and remove rmarkdown
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Sep 1, 2023
1 parent 1b4485d commit b92639c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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
15 changes: 2 additions & 13 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Imports:
colourpicker,
dplyr (>= 1.0.5),
DT (>= 0.13),
ggplot2,
ggplot2 (>= 3.4.0),
grDevices,
lifecycle (>= 0.2.0),
logger (>= 0.2.0),
Expand All @@ -51,25 +51,15 @@ Imports:
teal.widgets (>= 0.2.0),
tidyr (>= 0.8.3)
Suggests:
knitr (>= 1.34),
knitr (>= 1.42),
nestcolor (>= 0.1.0),
rmarkdown (>= 2.19),
stringr (>= 1.4.1),
teal.data (>= 0.2.0),
tern (>= 0.7.10),
testthat (>= 3.0.4),
utils
VignetteBuilder:
knitr
Remotes:
insightsengineering/goshawk@*release,
insightsengineering/teal.code@*release,
insightsengineering/teal.logger@*release,
insightsengineering/teal.reporter@*release,
insightsengineering/teal.transform@*release,
insightsengineering/teal.widgets@*release,
insightsengineering/teal@*release,
insightsengineering/tern@*release
Config/Needs/verdepcheck:
insightsengineering/goshawk,
rstudio/shiny,
Expand All @@ -92,7 +82,6 @@ Config/Needs/verdepcheck:
tidyverse/tidyr,
yihui/knitr,
insightsengineering/nestcolor,
rstudio/rmarkdown,
insightsengineering/scda,
insightsengineering/scda.2022,
tidyverse/stringr,
Expand Down

0 comments on commit b92639c

Please sign in to comment.