Skip to content

Commit

Permalink
isotree: Needs R >= 4.3.0 🤬
Browse files Browse the repository at this point in the history
  • Loading branch information
‘topepo’ committed Apr 24, 2024
1 parent e68f188 commit 413f4ec
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 13 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
# usethis::use_github_action("check-standard") will install it.
on:
push:
branches: [main, master]
branches:
- develop
- main
pull_request:
branches: [main, master]
branches:
- develop
- main

name: R-CMD-check

Expand All @@ -25,17 +29,11 @@ jobs:
- {os: macos-latest, r: 'release'}

- {os: windows-latest, r: 'release'}
# Use 3.6 to trigger usage of RTools35
- {os: windows-latest, r: '3.6'}
# use 4.1 to check with rtools40's older compiler
- {os: windows-latest, r: '4.1'}

- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
- {os: ubuntu-latest, r: 'oldrel-2'}
- {os: ubuntu-latest, r: 'oldrel-3'}
- {os: ubuntu-latest, r: 'oldrel-4'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
11 changes: 8 additions & 3 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches:
- develop
- main
pull_request:
branches: [main, master]
branches:
- develop
- main
release:
types: [published]
types:
- published
workflow_dispatch:

name: pkgdown
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master]
branches:
- develop
- main
pull_request:
branches: [main, master]
branches:
- develop
- main

name: test-coverage

Expand Down

0 comments on commit 413f4ec

Please sign in to comment.