From cae5926682ea21098e8d98e0f8e3854eb0efbbc7 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Fri, 4 Sep 2020 19:24:01 +0100 Subject: Bump version and update cran-comments, news --- DESCRIPTION | 4 ++-- NEWS.md | 4 ++++ cran-comments.md | 7 +++---- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fc847d9..dcee490 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: gensvm -Version: 0.1.3 -Date: 2019-12-02 +Version: 0.1.4 +Date: 2020-09-04 Title: A Generalized Multiclass Support Vector Machine Authors@R: c(person("Gertjan", "van den Burg", role=c("aut", "cre"), email="gertjanvandenburg@gmail.com"), diff --git a/NEWS.md b/NEWS.md index faa8747..7a17b40 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # NEWS file for the GenSVM R package +## Version 0.1.4 + +* Fix return without () in preparation of future checks. + ## Version 0.1.3 * Updated C library to support ``-fno-common`` flag for GCC. diff --git a/cran-comments.md b/cran-comments.md index 254dd11..5605532 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,9 +1,8 @@ ## Test environments -* local Arch linux install, R 3.6.1 * Travis: Ubuntu Xenial (devel, release, and old-release) -* Travis: MacOS 10.13.3 (devel, release, and old-release) -* win-builder (release, and old-release) -* R-hub: Windows (devel), Solaris (32-bit, R 3.6.0) +* 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 CMD check results There were no ERRORs or WARNINGs or NOTEs. -- cgit v1.2.3