aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-04 19:24:01 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-09-04 19:24:01 +0100
commitcae5926682ea21098e8d98e0f8e3854eb0efbbc7 (patch)
treeed7259f674686b1fd7a855c7cc5aab12fa5333c9
parentPoint to https url at jmlr (diff)
downloadrgensvm-cae5926682ea21098e8d98e0f8e3854eb0efbbc7.tar.gz
rgensvm-cae5926682ea21098e8d98e0f8e3854eb0efbbc7.zip
Bump version and update cran-comments, news
-rw-r--r--DESCRIPTION4
-rw-r--r--NEWS.md4
-rw-r--r--cran-comments.md7
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.