Skip to content

Commit

Permalink
drop R 4.0 from GHA workflows
Browse files Browse the repository at this point in the history
with 2d785f0
  • Loading branch information
achubaty committed Jan 31, 2024
1 parent 509be83 commit dffcf12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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 @@ -27,11 +27,9 @@ jobs:
- {os: windows-latest, r: 'devel'}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '4.1'}
- {os: windows-latest, r: '4.0'}
- {os: ubuntu-20.04, r: 'devel'}
- {os: ubuntu-20.04, r: 'release'}
- {os: ubuntu-20.04, r: 'oldrel'}
- {os: ubuntu-20.04, r: '4.0'}

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: amc
Type: Package
Title: Alex's Miscellaneous Code
Description: A collection of variously useful functions and utilities.
Version: 1.0.0
Date: 2023-08-18
Version: 1.0.1
Date: 2024-01-31
Authors@R: c(
person(c("Alex", "M"), "Chubaty", email = "[email protected]",
role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-7146-8135")),
Expand Down

0 comments on commit dffcf12

Please sign in to comment.