Skip to content

Commit

Permalink
Fix snaps (#254)
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelru authored Jul 1, 2024
1 parent c196c37 commit 9a571b8
Show file tree
Hide file tree
Showing 157 changed files with 107 additions and 170,760 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
secrets:
REPO_GITHUB_TOKEN: ${{ secrets.REPO_GITHUB_TOKEN }}
with:
install-deps-from-package-repositories: "R-universe=https://pharmaverse.r-universe.dev/,CRAN=https://cloud.r-project.org/"
package-subdirectory: package
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
NOT_CRAN=true
QUARTO_PROFILE=development
concurrency-group: development
r-cmd-stable:
Expand All @@ -42,8 +43,8 @@ jobs:
install-deps-from-package-repositories: "R-universe=https://insightsengineering.r-universe.dev/,CRAN=https://cloud.r-project.org/"
package-subdirectory: package
additional-env-vars: |
_R_CHECK_CRAN_INCOMING_REMOTE_=false
QUARTO_PROFILE=stable
NOT_CRAN=true
QUARTO_PROFILE=stable
concurrency-group: stable
linter:
if: github.event_name != 'push'
Expand All @@ -53,6 +54,8 @@ jobs:
if: github.event_name != 'push'
name: Check URLs 🌐
uses: insightsengineering/r.pkg.template/.github/workflows/links.yaml@main
with:
package-subdirectory: package
vbump:
name: Version Bump 🤜🤛
if: github.event_name == 'push'
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 9a571b8

Please sign in to comment.