Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed May 21, 2024
1 parent 07f0815 commit 9e6a0d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,3 @@ jobs:
r-cmd:
name: R CMD Check 🧬
uses: insightsengineering/r.pkg.template/.github/workflows/build-check-install.yaml@main
validation:
name: R Package Validation report 📃
uses: insightsengineering/r.pkg.template/.github/workflows/validation.yaml@main
8 changes: 5 additions & 3 deletions .github/workflows/simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,9 @@ on:
# When asked to, please add the steps from the list above:
env:
ENABLED_STEPS: |
checkout_repository
get_package_name
build_and_check
checkout_...
get_package_...
build_r_...
run_r_...
upload_...
Expand All @@ -51,9 +52,10 @@ jobs:
env:
NAME: "Your name"

build-r-package:
build-and-check:
name: Build R package
runs-on: ubuntu-latest
if: contains(env.ENABLED_STEPS, 'build_and_check')
container:
# image: rocker/r-ubuntu:latest
image: rocker/verse:4.4.0
Expand Down

0 comments on commit 9e6a0d4

Please sign in to comment.