Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Sep 6, 2023
2 parents ac834d8 + f388f90 commit 3fd6104
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -199,7 +198,6 @@ jobs:
# End custom: R 3.5

# Begin custom: R 3.4
- {os: ubuntu-22.04, r: 'oldrel-4'}
# End custom: R 3.4

# Begin custom: matrix elements
Expand Down
9 changes: 9 additions & 0 deletions .github/workflows/custom/before-install/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: 'Custom steps to run before R packages are installed'

runs:
using: "composite"
steps:
- name: Define R CMD check error condition
run: |
echo '_R_CHECK_PKG_SIZES_=FALSE' | tee -a $GITHUB_ENV
shell: bash

0 comments on commit 3fd6104

Please sign in to comment.