Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobvjk committed Mar 13, 2024
1 parent b679d4d commit bd9b829
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 30 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/R-CMD-check.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,16 @@ jobs:
R-package:
name: R Package Checks
uses: RMI-PACTA/actions/.github/workflows/R.yml@main
with:
r-cmd-check-matrix: |
[
{"os": "macOS-latest", "r": "release"},
{"os": "windows-latest", "r": "release"},
{"os": "windows-latest", "r": "4.1"},
{"os": "ubuntu-latest", "r": "release"},
{"os": "ubuntu-latest", "r": "devel", "http-user-agent": "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"}
]
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: pacta.multi.loanbook.analysis
Title: Tools to Calculate Climate Metrics for Multiple Loanbooks
Version: 0.0.0.9000
Version: 0.0.0.9001
Authors@R:
c(person(given = "Jacob",
family = "Kastl",
Expand Down

0 comments on commit bd9b829

Please sign in to comment.