From 8b10f38a2b60a7f072b00cd72d6341befb3612f2 Mon Sep 17 00:00:00 2001 From: Pawel Rucki <12943682+pawelru@users.noreply.github.com> Date: Wed, 9 Oct 2024 17:29:55 +0200 Subject: [PATCH] update --- .Rbuildignore | 1 + .github/workflows/scheduled.yaml | 19 ++++++++++--------- DESCRIPTION | 2 +- 3 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.Rbuildignore b/.Rbuildignore index 0ce030ac..dc5035ac 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -21,3 +21,4 @@ images ^.revdeprefs\.yaml$ ^revdep$ ^\.covrignore$ +^inst/training_202307$ diff --git a/.github/workflows/scheduled.yaml b/.github/workflows/scheduled.yaml index 32599115..f876439f 100644 --- a/.github/workflows/scheduled.yaml +++ b/.github/workflows/scheduled.yaml @@ -48,14 +48,15 @@ jobs: uses: insightsengineering/r.pkg.template/.github/workflows/branch-cleanup.yaml@main secrets: REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }} - revdepcheck: - if: > - github.event_name == 'schedule' || ( - github.event_name == 'workflow_dispatch' && - inputs.chosen-workflow == 'revdepcheck' - ) - name: revdepcheck ↩️ - uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main + # disable until the first release + # revdepcheck: + # if: > + # github.event_name == 'schedule' || ( + # github.event_name == 'workflow_dispatch' && + # inputs.chosen-workflow == 'revdepcheck' + # ) + # name: revdepcheck ↩️ + # uses: insightsengineering/r.pkg.template/.github/workflows/revdepcheck.yaml@main rhub: if: > github.event_name == 'schedule' || ( @@ -63,4 +64,4 @@ jobs: inputs.chosen-workflow == 'rhub' ) name: R-hub 🌐 - uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@main + uses: insightsengineering/r.pkg.template/.github/workflows/rhub.yaml@rhub_skip_quarto diff --git a/DESCRIPTION b/DESCRIPTION index 9d3711d6..e70fe34d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -17,7 +17,7 @@ Depends: Imports: cli (>= 3.6.0), desc (>= 1.2), - gh, + gh (>= 1.1.0), jsonlite, pkgcache (>= 2.2.2.9000), pkgdepends (>= 0.5.0),