Skip to content

Commit

Permalink
Add revdepcheck configuration (#1228)
Browse files Browse the repository at this point in the history
Add propagations from:
* insightsengineering/idr-tasks#712
* insightsengineering/idr-tasks#764

---------

Signed-off-by: walkowif <59475134+walkowif@users.noreply.github.com>
Co-authored-by: Pawel Rucki <12943682+pawelru@users.noreply.github.com>
Co-authored-by: cicdguy <26552821+cicdguy@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 29, 2024
1 parent eef15a6 commit 8eac4e2
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ pkgdown
# others
^renv$
^renv\.lock$
^.revdeprefs\.yaml$
^revdep$
^\.covrignore$
12 changes: 12 additions & 0 deletions .github/workflows/on-demand.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
name: On-demand 🧑‍🔬

on:
schedule:
- cron: '45 3 * * 0'
workflow_dispatch:

jobs:
revdepcheck:
name: revdepcheck ↩️
uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,6 @@ InputVads.Rdata
t_ae_ctc_SE.out
t_ae_ctc_ATEZOREL_SENBX.out
temp/

tests/testthat/_snaps/**/*.new.md
tests/testthat/_snaps/**/*.new.svg
1 change: 1 addition & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ repos:
.*\.svg|
.*\.xml|
(.*/|)\_pkgdown.y[a]?ml|
(.*/|)\.covrignore|
(.*/|)\.gitignore|
(.*/|)\.gitlab-ci\.y[a]?ml|
(.*/|)\.lintr|
Expand Down
2 changes: 2 additions & 0 deletions .revdeprefs.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- insightsengineering/chevron
- insightsengineering/teal.modules.clinical
7 changes: 7 additions & 0 deletions revdep/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
checks
library
checks.noindex
library.noindex
cloud.noindex
data.sqlite
*.html

0 comments on commit 8eac4e2

Please sign in to comment.