* using log directory ‘/srv/hornik/tmp/CRAN/easysvm.Rcheck’ * using R Under development (unstable) (2024-04-21 r86458) * using platform: x86_64-pc-linux-gnu * R was compiled by Debian clang version 17.0.6 (5) Debian flang-new version 17.0.6 (5) * running under: Debian GNU/Linux trixie/sid * using session charset: UTF-8 * checking for file ‘easysvm/DESCRIPTION’ ... OK * this is package ‘easysvm’ version ‘0.0.1’ * package encoding: UTF-8 * checking CRAN incoming feasibility ... [3s/3s] NOTE Maintainer: ‘Mohamad Taher Anan ’ New submission Possibly misspelled words in DESCRIPTION: dialogical (3:9) ialogical (12:67) The Title field should be in title case. Current version is: ‘Dealing with Support Vector Machine (SVM) Analysis using dialogical manner.’ In title case that is: ‘Dealing with Support Vector Machine (SVM) Analysis using Dialogical Manner.’ * checking package namespace information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for executable files ... OK * checking for hidden files and directories ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking serialization versions ... OK * checking whether package ‘easysvm’ can be installed ... [1s/1s] OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... NOTE Malformed Title field: should not end in a period. * checking top-level files ... OK * checking for left-over files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking code files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... [0s/0s] OK * checking whether the package can be loaded with stated dependencies ... [0s/0s] OK * checking whether the package can be unloaded cleanly ... [0s/0s] OK * checking whether the namespace can be loaded with stated dependencies ... [0s/0s] OK * checking whether the namespace can be unloaded cleanly ... [0s/0s] OK * checking loading without being on the library search path ... [0s/0s] OK * checking use of S3 registration ... OK * checking dependencies in R code ... NOTE 'library' or 'require' call to ‘e1071’ which was already attached by Depends. Please remove these calls from your code. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s/2s] NOTE ff: no visible global function definition for ‘predict’ Undefined global functions or variables: predict Consider adding importFrom("stats", "predict") to your NAMESPACE file. * checking Rd files ... [0s/0s] OK * checking Rd metadata ... OK * checking Rd line widths ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking Rd contents ... OK * checking for unstated dependencies in examples ... OK * checking examples ... [0s/0s] ERROR Running examples in ‘easysvm-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: ff > ### Title: SVM With Simulation > ### Aliases: ff > > ### ** Examples > > y=c(1,1,1,1,1,1,1,1,1,1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1) > x1=c(11,12,15,8,9,14,23,31,34,14,11,34,12,15,34,45,17,31,23,25) > x2=c(1,0,1,1,0,1,2,1,0,1,0,1,2,1,2,0,1,2,1,0) > x3=c(34,56,15,38,99,100,120,231,200,21,34,56,123,111,34,23,56,78,79,56) > dat=data.frame(y,x1,x2,x3) > y=c(0,0,0,0) > x1=c(11,15,21,14) > x2=c(1,2,0,1) > x3=c(34,56,13,47) > dat1=data.frame(y,x1,x2,x3) > ff(dat,dat1) Error in ff(dat, dat1) : could not find function "ff" Execution halted * checking PDF version of manual ... [2s/2s] OK * checking HTML version of manual ... [0s/0s] OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * DONE Status: 1 ERROR, 4 NOTEs