* using log directory 'd:/RCompile/CRANincoming/R-devel/easysvm.Rcheck' * using R version 4.4.0 RC (2024-04-16 r86468 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 13.2.0 GNU Fortran (GCC) 13.2.0 * running under: Windows Server 2022 x64 (build 20348) * 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 ... NOTE Maintainer: 'Mohamad Taher Anan ' New submission Possibly misspelled words in DESCRIPTION: Dialogical (3:9, 12:67) SVM (2:45, 13:65) * 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 hidden files and directories ... OK * checking for portable file names ... OK * checking serialization versions ... OK * checking whether package 'easysvm' can be installed ... OK * checking installed package size ... 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 ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking whether the package can be unloaded cleanly ... OK * checking whether the namespace can be loaded with stated dependencies ... OK * checking whether the namespace can be unloaded cleanly ... OK * checking loading without being on the library search path ... 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 ... OK * checking Rd files ... 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 ... 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 ... [12s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 2 NOTEs