-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GitHub Actions: test on macOS, Windows and other R versions
- Loading branch information
1 parent
27661e5
commit ae6c019
Showing
3 changed files
with
12 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |