diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-23 17:38:00 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-23 17:38:00 +0100 |
| commit | f07f599b117d893ac2db04945ef28dfbfb5d84f4 (patch) | |
| tree | 9d20b767cfd64bd7feefc8078b722b7bec81bcca | |
| parent | Replace dontrun with donttest (diff) | |
| download | rgensvm-f07f599b117d893ac2db04945ef28dfbfb5d84f4.tar.gz rgensvm-f07f599b117d893ac2db04945ef28dfbfb5d84f4.zip | |
bump version and update cran comments
| -rw-r--r-- | DESCRIPTION | 2 | ||||
| -rw-r--r-- | cran-comments.md | 23 |
2 files changed, 5 insertions, 20 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index a219cfa..422bce7 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,5 +1,5 @@ Package: gensvm -Version: 0.1.0 +Version: 0.1.1 Date: 2018-04-04 Title: A Generalized Multiclass Support Vector Machine Authors@R: c(person("Gertjan", "van den Burg", role=c("aut", "cre"), diff --git a/cran-comments.md b/cran-comments.md index fb4490f..9d38b7b 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,14 +1,6 @@ -## Resubmission -This is a resubmission. In this version I have: - -* Added the URL to the paper in the Description field. - -* NOT replaced \dontrun{} by \donttest{} as then the checks take longer than 5 - seconds. - ## Test environments * local Arch linux install, R 3.4.4 -* win-builder (devel and release) +* win-builder (devel, release, and old-release) ## R CMD check results There were no ERRORs or WARNINGs. @@ -18,15 +10,8 @@ There was 1 NOTEs: * checking CRAN incoming feasibility ... NOTE Maintainer: 'Gertjan van den Burg <gertjanvandenburg@gmail.com>' - New submission - - Possibly mis-spelled words in DESCRIPTION: - GenSVM (8:18, 10:61, 15:2, 16:26, 19:11) - Multiclass (4:22) - SVMs (14:25, 15:42) - misclassifications (11:49) - multiclass (8:53, 14:14, 15:31) + Days since last update: 4 - This is a new submission and these words are not mis-spelled, just not in - the dictionary. + This updated version addresses CRAN check errors on Solaris and + oldrel-windows. |
