Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/check-bibliography-dois.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: '4.6'
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@HEAD
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/copilot-setup-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: 'release'
r-version: '4.6'
use-public-rspm: true

# Install R packages needed for linting and Quarto rendering
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.6'
use-public-rspm: true

- name: Install lintr and dependencies
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.6'
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:

- uses: r-lib/actions/setup-r@v2
with:
r-version: '4.6'
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RoxygenNote: 7.3.3
URL: https://github.com/UCD-SERG/qwt
BugReports: https://github.com/UCD-SERG/qwt/issues
Depends:
R (>= 4.1.0)
R (>= 4.6.0)
Suggests:
knitr,
rmarkdown,
Expand Down
Loading