Skip to content

Commit

Permalink
reintroduce rmarkdown; fix typo in gh ref
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru committed Mar 14, 2024
1 parent 0d854d8 commit 93f5aef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
name: Scheduled 🕰️

on:
push:
branches:
- fix_verdepcheck
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:
Expand Down
3 changes: 2 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,15 @@ Suggests:
dplyr (>= 1.0.0),
knitr (>= 1.42),
lifecycle (>= 0.2.0),
rmarkdown (>= 2.19),
stringi (>= 1.6),
testthat (>= 3.0.4),
withr (>= 2.0.0)
VignetteBuilder:
knitr
Config/Needs/verdepcheck: insightsengineering/formatters,
tidyverse/tibble, mllg/checkmate, tidyverse/dplyr, yihui/knitr,
r-lib/lifecycle, gogolewski/stringi, r-lib/testthat, r-lib/withr
r-lib/lifecycle, rstudio/rmarkdown, gagolews/stringi, r-lib/testthat, r-lib/withr
Config/Needs/website: insightsengineering/nesttemplate
Config/testthat/edition: 3
Encoding: UTF-8
Expand Down

0 comments on commit 93f5aef

Please sign in to comment.