Skip to content

Commit

Permalink
Update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
bumbanian committed Aug 4, 2023
1 parent ff30f3f commit 8eecd22
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 22 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: ubuntu-18.04, r: 'release'}
- {os: ubuntu-18.04, r: 'devel'}
- {os: ubuntu-18.04, r: '3.6'}
- {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel'}
- {os: ubuntu-latest, r: '3.6'}
steps:
- uses: actions/checkout@v3
- name: Set up R ${{ matrix.config.r }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ name: test-coverage

jobs:
test-coverage:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-r@master
- uses: r-lib/actions/setup-r@v2

- uses: r-lib/actions/setup-pandoc@master
- uses: r-lib/actions/setup-pandoc@v2

- name: Linux setup
run: |
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: isoWater
Type: Package
Title: Discovery, Retrieval, and Analysis of Water Isotope Data
Version: 1.1.1.9000
Version: 1.1.2
Authors@R: person("Gabe", "Bowen", email = "gabe.bowen@utah.edu",
role = c("aut", "cre"))
Maintainer: Gabe Bowen <gabe.bowen@utah.edu>
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# isoWater news

## isoWater 1.1.1.9000
## isoWater 1.1.2
* Bug fixes

## isoWater 1.1.1
* iso function now checks for and removes data with missing values
Expand Down
20 changes: 7 additions & 13 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,16 @@
## Version 1.1.1
Add new functions and data, bug and spelling fixes.
## Version 1.1.2
Bug fixes.

## Test environments
* local Windows 10 x64, R 4.2.0
* Ubuntu 18.04 (on GitHub Actions), R 4.2.1
* local Windows 10 x64, R 4.3.1
* Ubuntu 18.04 (on GitHub Actions), R 4.3.1
* Ubuntu 18.04 (on GitHub Actions), R 3.6.3
* Ubuntu 18.04 (on GitHub Actions), r82991
* Mac OS 11.7 (on GitHub Actions), R 4.2.1
* Windows x64, i386 (on win-builder), r82991
* Mac OS 12.6.7 (on GitHub Actions), R 4.3.1
* Windows x64 (on win-builder), r84853

## R CMD check results
No ERRORs, or WARNINGs

1 NOTE (on win-builder only):

Uses the non-portable package: 'R2WinBUGS'

This entry relates to a dependent package and has been acknowledged and cleared in previous submissions.
No ERRORs, WARNINGs, or NOTEs

## Downstream dependencies
There are currently no downstream dependencies for this package

0 comments on commit 8eecd22

Please sign in to comment.