-
Notifications
You must be signed in to change notification settings - Fork 5
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
15 additions
and
14 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,24 +1,25 @@ | ||
# Submission of 1.2-0 | ||
|
||
This update was required by 2024-09-20, in order to accommodate the change from | ||
the Calloc() and Free() macros to R_Calloc() and R_Free(). The only other | ||
change from the previous CRAN version is the addition of the function | ||
`gsw_infunnel()`, and this addition does not affect any previous behaviours of | ||
the package. | ||
This update was required by 2024-09-20, in order to accommodate the | ||
CRAN-requested change (on that date) relating to the need to replace the | ||
Calloc() and Free() calls with R_Calloc() and R_Free() calls. I wish to thank | ||
the CRAN team for sending that email, since I do not check the CRAN-results | ||
pages as frequently as I ought to, for this mainly-stable package. | ||
|
||
The only other change from the previous CRAN version is the addition of the | ||
function `gsw_infunnel()`. This is mainly for developers' use and, in any | ||
case, its provision does not affect the actions of the rest of the package, so | ||
it should not affect users adversely. | ||
|
||
# Tests | ||
|
||
## Local Tests | ||
|
||
R 4.4.1 on macOS Beta 15.0 Beta (24A5298h) revealed no ERRORs, no WARNINGs, | ||
or NOTEs. One NOTE was about the author name and the other about the package | ||
size (a known issue; see above). These tests included those in the CRAN test | ||
suite, along with other tests of datasets that are not provided with the | ||
package. | ||
|
||
* No problems on macOS (12.5 beta, intel) with R-4.2.1 (2022-06-23). | ||
I saw no problems with R 4.4.1 on macOS Beta 15.0 Beta (24A5298h) revealed no | ||
ERRORs, no WARNINGs, or NOTEs (apart from the usual NOTE about the author | ||
name). | ||
|
||
## Remote tests | ||
|
||
* No problems on win-builder (devel and release). | ||
* No problems on Github R-CMD-check action tests. | ||
* I saw no problems on win-builder (devel and release). | ||
* I saw no problems on Github R-CMD-check action tests. |