-
Notifications
You must be signed in to change notification settings - Fork 197
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
2 additions
and
33 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,36 +1,5 @@ | ||
This is a patch release in response to correspondence from Prof Brian Ripley (original deadline Feb 13) and Kurt Hornik (extending deadline to Feb 27). This release: | ||
|
||
* Removes the usage of `Rf_StringFalse` and `Rf_StringTrue` | ||
* Addresses the issue seen with gcc 15 | ||
* Update the embedded libxls library to fix some vulnerabilities | ||
* Fixes the NOTE about an Rd \link{} with missing package anchor | ||
|
||
This release does not address: | ||
|
||
* Compilation warning about "whitespace in a literal operator declaration", which is a known upstream issue in cpp11. | ||
* An "Additional issue" that has recently appeared in gcc-UBSAN. I'm still analyzing this. | ||
This is a patch release in response to correspondence from Prof Brian Ripley (deadline 2025-03-14). This release eliminates a warning seen with gcc-UBSAN. | ||
|
||
## revdepcheck results | ||
|
||
We checked 398 reverse dependencies, comparing R CMD check results across CRAN and dev versions of this package. | ||
|
||
* We saw 1 new problems | ||
* We failed to check 1 packages | ||
|
||
Issues with CRAN packages are summarised below. | ||
|
||
### New problems | ||
|
||
* readmoRe | ||
checking examples ... | ||
Error: Can't retrieve sheet in position 4, only 3 sheet(s) found. | ||
|
||
This example fails because a spreadsheet that ships with readxl now has one | ||
less sheet than previously. | ||
This package is not maintained on GitHub, so I can't send a pull request, but | ||
I have sent the maintainer an email with a suggestion of how to fix. | ||
|
||
### Failed to check | ||
|
||
* TestGenerator (NA) | ||
Fails with "Error: object ‘eunomia_dir’ is not exported by 'namespace:CDMConnector'" | ||
I did a patch release 1 week ago, so I did not repeat reverse dependency checks for this small internal change to readxl. |