-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
5 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,10 @@ | ||
## Release summary | ||
This is a minor update of the previous version it addresses a breaking change in roxygen2 that resulted in missing aliases for the package overview help file. | ||
It also addresses CRAN check notes about removing an explicit C++11 specification. | ||
This is a minor update of the previous version it addresses a CRAN check warning about -Wformat-security issues in the Rcpp generated code. | ||
|
||
## Test environments | ||
* Windows Server 2022 x64 (build 20348) R version 4.3.1 (2023-06-16 ucrt), R-devel (2023-08-23 r85001 ucrt) | ||
* macOS Monterey 12.6.7 (on github-actions) R version 4.3.1 (2023-06-16) | ||
* Ubuntu 22.04.3 LTS (on github-actions) R version 4.2.3 (2023-03-15), R version 4.3.1 (2023-06-16), and R-devel (2023-08-20 r84995) | ||
* Windows Server 2022 x64 (build 20348) R version 4.3.2 (2023-10-31 ucrt), R-devel (2023-12-09 r85665 ucrt) | ||
* macOS Monterey 12.6.9 (on github-actions) R version 4.3.2 (2023-10-31) | ||
* Ubuntu 22.04.3 LTS (on github-actions) R version 4.2.3 (2023-03-15), R version 4.3.2 (2023-10-31), and R-devel (2023-12-09 r85665) | ||
|
||
## R CMD check results | ||
There were no ERRORs, WARNINGs, or NOTEs. |