Skip to content

Commit 1994347

Browse files
Three OS tests added + 3 badges
1 parent a115d83 commit 1994347

File tree

6 files changed

+35
-2
lines changed

6 files changed

+35
-2
lines changed

.github/workflows/macos-latest.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: macos-latest
2+
on: push
3+
4+
jobs:
5+
ubuntu-latest-build:
6+
uses: ./.github/workflows/main.yml
7+
with:
8+
os: macos-latest
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919

2020
jobs:
2121
build:
22-
runs-on: [macos-latest]
22+
runs-on: ${{ inputs.os }}
2323
strategy:
2424
matrix:
2525
r-version: ['4.5.0']
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: ubuntu-latest
2+
on: push
3+
4+
jobs:
5+
ubuntu-latest-build:
6+
uses: ./.github/workflows/main.yml
7+
with:
8+
os: ubuntu-latest
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: windows-latest
2+
on: push
3+
4+
jobs:
5+
windows-latest-build:
6+
uses: ./.github/workflows/main.yml
7+
with:
8+
os: windows-latest

ChangeLog

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,6 @@ Dec 30 2020
104104
23 Nov 2025
105105
* Package tests passsed and testing action (r.yaml) running on Github
106106
* codecoverage report added to GitHub
107+
108+
24 Nov 2025
109+
* Tests added for three OS's (Windows, Ubuntu, Mac) plus badges for each.

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
<!-- badges: start -->
22

3-
[![CRANversion](http://www.r-pkg.org/badges/version/AWAPer)](https://cran.r-project.org/package=AWAPer) [![R testing](https://github.com/peterson-tim-j/AWAPer/actions/workflows/r.yml/badge.svg)](https://github.com/peterson-tim-j/AWAPer/actions/workflows/r.yml) [![Codecov](https://img.shields.io/codecov/c/github/peterson-tim-j/AWAPer?logo=CODECOV)](https://app.codecov.io/github/peterson-tim-j/AWAPer) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/AWAPer)](https://cran.r-project.org/package=AWAPer) [![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/AWAPer)](https://cran.r-project.org/package=AWAPer)
3+
[![CRANversion](http://www.r-pkg.org/badges/version/AWAPer)](https://cran.r-project.org/package=AWAPer)
4+
![Windows](https://github.com/peterson-tim-j/AWAPer/actions/workflows/windows-latest.yml/badge.svg)
5+
![Ubuntu](https://github.com/peterson-tim-j/AWAPer/actions/workflows/ubuntu-latest.yml/badge.svg)
6+
![Macos](https://github.com/peterson-tim-j/AWAPer/actions/workflows/macos-latest.yml/badge.svg)
7+
[![Codecov](https://img.shields.io/codecov/c/github/peterson-tim-j/AWAPer?logo=CODECOV)](https://app.codecov.io/github/peterson-tim-j/AWAPer)
8+
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/grand-total/AWAPer)](https://cran.r-project.org/package=AWAPer)
9+
[![CRAN RStudio mirror downloads](http://cranlogs.r-pkg.org/badges/AWAPer)](https://cran.r-project.org/package=AWAPer)
410
<!-- badges: end -->
511

612
# _AWAPer_ - an R-package for catchment-weighted climate data anywhere in Australia

0 commit comments

Comments
 (0)