* using log directory 'd:/RCompile/CRANincoming/R-devel/easysvm.Rcheck' * using R version 4.4.0 RC (2024-04-16 r86458 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: SVM (2:45, 13:65) 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 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 ... 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 ... 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 ... 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,-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 ... [13s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR, 4 NOTEs