diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 17:32:34 -0400 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-04-05 17:32:34 -0400 |
| commit | 09dc119cad2d08a59ff083e66a2c321e4a4473e6 (patch) | |
| tree | 5df1b3ece7a369f1edb48a59148213b15ce5a057 /cran-comments.md | |
| parent | fix spelling (diff) | |
| download | rgensvm-09dc119cad2d08a59ff083e66a2c321e4a4473e6.tar.gz rgensvm-09dc119cad2d08a59ff083e66a2c321e4a4473e6.zip | |
rename cran comments file
Diffstat (limited to 'cran-comments.md')
| -rw-r--r-- | cran-comments.md | 40 |
1 files changed, 40 insertions, 0 deletions
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 <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) + + + 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. |
