diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-11 00:06:32 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-09-11 00:06:32 +0100 |
| commit | 3a176e3200eec768a9dd34e79084756a8833ea28 (patch) | |
| tree | 870265342142114f405422b97b5f61ac0f0e34b7 | |
| parent | Update c library (diff) | |
| download | rgensvm-3a176e3200eec768a9dd34e79084756a8833ea28.tar.gz rgensvm-3a176e3200eec768a9dd34e79084756a8833ea28.zip | |
Bump version and update changelog
| -rw-r--r-- | DESCRIPTION | 2 | ||||
| -rw-r--r-- | NEWS.md | 4 | ||||
| -rw-r--r-- | cran-comments.md | 17 |
3 files changed, 17 insertions, 6 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 64c0765..e68031e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: gensvm -Version: 0.1.4 +Version: 0.1.5 Date: 2020-09-04 Title: A Generalized Multiclass Support Vector Machine Authors@R: c(person("Gertjan", "van den Burg", role=c("aut", "cre"), @@ -1,5 +1,9 @@ # NEWS file for the GenSVM R package +## Version 0.1.5 + +* Fix segmentation fault on Solaris. + ## Version 0.1.4 * Fix return without () in preparation of future checks. diff --git a/cran-comments.md b/cran-comments.md index 8a1d0a8..837e5e7 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,12 +1,19 @@ -## Resubmission - -* This is a resubmission. In this version I have changed the http URLs to https. ## Test environments * Travis: Ubuntu Xenial (devel, release, and old-release) * Travis: MacOS 10.13.6 (devel, release, and old-release) * win-builder (devel, release, and old-release) -* R-hub: Solaris (32-bit, R 4.0.2), CentOS (64-bit, R 3.5.2), Fedora (gcc, R devel 2020-08-30 r79091) +* R-hub: Solaris (32-bit, release), CentOS (64-bit, R 3.5.2), Fedora (gcc, R-devel) ## R CMD check results -There were no ERRORs or WARNINGs or NOTEs. +There were no ERRORs or WARNINGs. + +There was 1 NOTE: + +* checking CRAN incoming feasibility ... NOTE + Maintainer: 'Gertjan van den Burg <gertjanvandenburg@gmail.com>' + + Days since last update: 3 + +This update fixes an error that occurred on a particular Solaris build, which +unfortunately was not addressed in the last version.
\ No newline at end of file |
