-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme, news, cran comments for release
- Loading branch information
Showing
6 changed files
with
14 additions
and
11 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 |
---|---|---|
|
@@ -15,3 +15,4 @@ cran-comments.md | |
^docs$ | ||
^pkgdown$ | ||
^codecov\.yml$ | ||
^cran-comments\.md$ |
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
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,12 +1,5 @@ | ||
## Submission | ||
|
||
This is a patch to fix the test errors generated on Solaris OS. | ||
This is a major release that fixes gcc-UBSAN errors recently detected in r-devel and changes the minimum R version to be >= 4.0. | ||
|
||
* Checks reran on all other platforms as well | ||
|
||
* The test errors were due to incorrect comparison solutions being generated by another R package on Solaris. | ||
I now pre-generate comparison solutions and have removed the dependency on the other R package previously | ||
used to generate the comparisons. The changes did not require any modifications to the src code. | ||
|
||
* Removed glmnet from 'Suggests' in Description as package is no longer needed for tests. This allowed | ||
for the minimum R version to be changed from 3.6 back down to 3.5 to accomodate the old release as well. | ||
* Checks reran on all other platforms as well Rdevel to verify gcc-UBSAN errors were fixed for the case where we try to create a mapped matrix via a pointer to and empty matrix. The mapped matrix is now correctly created in the case the input is an empty matrix. |
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 |
---|---|---|
|
@@ -4,3 +4,4 @@ checks.noindex | |
library.noindex | ||
data.sqlite | ||
*.html | ||
cloud.noindex |