Skip to content

Commit

Permalink
Merge branch 'main' into choose-between-staged-dependencies-and-setup…
Browse files Browse the repository at this point in the history
…-r-dependencies
  • Loading branch information
walkowif authored Sep 9, 2024
2 parents 1aad0ff + 037472a commit 28e5ada
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,11 @@ jobs:
job-config: ${{ matrix.config.job-config }}

- name: Prepare DESCRIPTION file
uses: insightsengineering/setup-r-dependencies@main
uses: insightsengineering/setup-r-dependencies@v1
with:
lookup-refs: ${{ inputs.lookup-refs }}
skip-install: true
github-token: ${{ steps.github-token.outputs.token }}

- uses: r-hub/actions/setup-deps@v1
with:
Expand Down Expand Up @@ -145,10 +146,11 @@ jobs:
job-config: ${{ matrix.config.job-config }}

- name: Setup R dependencies
uses: insightsengineering/setup-r-dependencies@main
uses: insightsengineering/setup-r-dependencies@v1
with:
lookup-refs: ${{ inputs.lookup-refs }}
skip-install: true
github-token: ${{ steps.github-token.outputs.token }}

- uses: r-hub/actions/setup-deps@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Type: Package
Package: r.pkg.template
Title: R Package Template
Version: 0.1.0.9178
Date: 2024-08-19
Version: 0.1.0.9179
Date: 2024-08-20
Authors@R:
person("insightsengineering", , , "[email protected]", role = c("aut", "cre"))
Description: R package template with GitHub Actions workflows included.
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# r.pkg.template 0.1.0.9178
# r.pkg.template 0.1.0.9179

### New features

Expand Down

0 comments on commit 28e5ada

Please sign in to comment.