-
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.
- Loading branch information
Showing
1 changed file
with
25 additions
and
3 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,10 +1,32 @@ | ||
|
||
# Update 0.0.6 | ||
|
||
## Test environments | ||
|
||
* local OS X install, R 3.6.1 | ||
* ubuntu 14.04 (on travis-ci), R 3.6.1 | ||
* win-builder (devel and release) | ||
|
||
## R CMD check results | ||
## Test results | ||
|
||
No errors. | ||
|
||
One PREPERROR on `Debian Linux, R-devel, GCC ASAN/UBSAN`: | ||
|
||
> PREPERROR ERROR: dependency ‘glmnet’ is not available for package ‘goffda’ | ||
but `glmnet` is a massively used package likely to be available soon on such platform. | ||
|
||
One note on `Fedora Linux, R-devel, clang, gfortran`: | ||
|
||
> Possibly mis-spelled words in DESCRIPTION: | ||
> García (20:6) | ||
> González (20:59) | ||
> Liébana (20:32) | ||
> Manteiga (20:68) | ||
> Portugués (20:13) | ||
> Pérez (20:49) | ||
> Álvarez (20:24, 20:41) | ||
0 errors | 0 warnings | 1 note | ||
but words are properly spelled. | ||
|
||
* This is a new release. |