Skip to content

Commit 0f5bf8d

Browse files
kaybrodersenalhauser
authored andcommitted
Bump R dependency to 4.5.0 (due to boom) and update test matrix
1 parent 4bcc133 commit 0f5bf8d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/R-CMD-check.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
- {os: macOS-latest, r: 'release'}
2222
- {os: windows-latest, r: 'release'}
2323
- {os: ubuntu-latest, r: 'release'}
24-
- {os: ubuntu-latest, r: 'oldrel-1'}
2524

2625
env:
2726
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Version: 1.4.1
2020
VignetteBuilder: knitr
2121
License: Apache License 2.0 | file LICENSE
2222
Imports: assertthat (>= 0.2.0), Boom, ggplot2, zoo
23-
Depends: bsts (>= 0.9.0)
23+
Depends: R (>= 4.5.0), bsts (>= 0.9.0)
2424
Config/testthat/edition: 3
2525
Suggests:
2626
covr,

0 commit comments

Comments
 (0)