diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 39ed495..d21991d 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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 diff --git a/NEWS.md b/NEWS.md index 41c090e..f24d5c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 diff --git a/cran-comments.md b/cran-comments.md index cf90e32..444af1a 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,15 +1,12 @@ ## 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 @@ -17,6 +14,6 @@ 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)