Skip to content

Commit

Permalink
GitHub Actions: test on macOS, Windows and other R versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofachada committed May 23, 2022
1 parent 27661e5 commit ae6c019
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release'}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'oldrel-1'}
# - {os: macOS-latest, r: 'release'}
# - {os: windows-latest, r: 'release'}
# - {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
# - {os: ubuntu-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: '3.5.0'}

env:
R_KEEP_PKG_SOURCE: yes
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# micompr 1.1.2

* Remove dependency from deseasonalize, which was removed from CRAN.
* Update URL of development version in GitHub.
* Use GitHub Actions for CI instead of Travis.
* Update URL of development version in GitHub.

# micompr 1.1.1

Expand Down
17 changes: 7 additions & 10 deletions cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,19 @@
## Test environments

* Ubuntu 20.04.2 + R 4.1.0
* Windows 10 + R 3.5.3
* Windows Server 2008 + R-4.0.5 / R-4.1.0 / R-devel (http://win-builder.r-project.org/)
* Ubuntu 20.04.4 (R: devel, release, oldrel-1, 3.5.0)
* Windows 11 (R: release)
* macOS 12 (R: release)

## R CMD check results

There were no ERRORs, WARNINGs or NOTES, with the following exception under
Windows Server 2008 + R-4.1.0 and R-devel:

* "checking CRAN incoming feasibility ... NOTE"
There were no ERRORs, WARNINGs or NOTES.

## Downstream dependencies

There are currently no downstream dependencies for this package.

## Other

* Second submission attempt for version 1.1.1
* List of changes in NEWS.md (update to conform with new version of upstream
package, small documentation updates)
* First submission attempt for version 1.1.2
* List of changes in NEWS.md (update to conform with removal of upstream
package, CI updates, URL updates)

0 comments on commit ae6c019

Please sign in to comment.