* using log directory ‘/srv/hornik/tmp/CRAN/easysvm.Rcheck’ * using R Under development (unstable) (2024-04-22 r86468) * 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, 12:67) * 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 ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... [2s/2s] OK * 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,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3) > x1=c(11,12,15,14,13,14,17,14,15,22,25,27,21,23,25,20,27,28,29,30,33,34 + ,34,35,34,37,40,45,41,55) > x2=c(91,92,91,91,91,91,92,91,92,91, + 101,110,102,101,102,101,101,102,111,113,100,1,2,3,1,3,4,3,3,100) > x3=c(55,56,55,58,59,50,50,51,52,51,34,36,33,31,34,33,36,38,39, + 31,65,66,67,61,65,69,608,60,60,61) > 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, 2 NOTEs