From 09dc119cad2d08a59ff083e66a2c321e4a4473e6 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Apr 2018 17:32:34 -0400 Subject: rename cran comments file --- cran-comments.md | 40 ++++++++++++++++++++++++++++++++++++++++ cran_comments.md | 40 ---------------------------------------- 2 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 cran-comments.md delete mode 100644 cran_comments.md diff --git a/cran-comments.md b/cran-comments.md new file mode 100644 index 0000000..551bfcf --- /dev/null +++ b/cran-comments.md @@ -0,0 +1,40 @@ +## Test environments +* local Arch linux install, R 3.4.4 +* win-builder (devel and release) + +## R CMD check results +There were no ERRORs or WARNINGs. + +There were 2 NOTEs: + +* checking CRAN incoming feasibility ... NOTE + Maintainer: 'Gertjan van den Burg ' + + 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) + + + This is a new submission and these words are not mis-spelled. + +* checking compiled code ... NOTE + File ‘gensvm/libs/gensvm_wrapper.so’: + Found ‘rand’, possibly from ‘rand’ (C) + Objects: ‘gensvm/src/gensvm_cv_util.o’, ‘gensvm/src/gensvm_init.o’, + ‘gensvm/lib/libgensvm.a’ + Found ‘srand’, possibly from ‘srand’ (C) + Objects: ‘gensvm/src/gensvm_train.o’, ‘gensvm/lib/libgensvm.a’ + + Compiled code should not call entry points which might terminate R nor + write to stdout/stderr instead of to the console, nor use Fortran I/O + nor system RNGs. + + + rand() and srand() are kept to maintain compatibility between the GenSVM C + library and the Python package. They are not used for cryptographic + purposes. diff --git a/cran_comments.md b/cran_comments.md deleted file mode 100644 index 551bfcf..0000000 --- a/cran_comments.md +++ /dev/null @@ -1,40 +0,0 @@ -## Test environments -* local Arch linux install, R 3.4.4 -* win-builder (devel and release) - -## R CMD check results -There were no ERRORs or WARNINGs. - -There were 2 NOTEs: - -* checking CRAN incoming feasibility ... NOTE - Maintainer: 'Gertjan van den Burg ' - - 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) - - - This is a new submission and these words are not mis-spelled. - -* checking compiled code ... NOTE - File ‘gensvm/libs/gensvm_wrapper.so’: - Found ‘rand’, possibly from ‘rand’ (C) - Objects: ‘gensvm/src/gensvm_cv_util.o’, ‘gensvm/src/gensvm_init.o’, - ‘gensvm/lib/libgensvm.a’ - Found ‘srand’, possibly from ‘srand’ (C) - Objects: ‘gensvm/src/gensvm_train.o’, ‘gensvm/lib/libgensvm.a’ - - Compiled code should not call entry points which might terminate R nor - write to stdout/stderr instead of to the console, nor use Fortran I/O - nor system RNGs. - - - rand() and srand() are kept to maintain compatibility between the GenSVM C - library and the Python package. They are not used for cryptographic - purposes. -- cgit v1.2.3