From 3a176e3200eec768a9dd34e79084756a8833ea28 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 11 Sep 2020 00:06:32 +0100 Subject: Bump version and update changelog --- DESCRIPTION | 2 +- NEWS.md | 4 ++++ 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"), diff --git a/NEWS.md b/NEWS.md index 7a17b40..871ee31 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 ' + + 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 -- cgit v1.2.3