* using log directory 'd:/Rcompile/CRANpkg/local/2.10/ez.Rcheck' * using R version 2.10.1 (2009-12-14) * using session charset: ISO8859-1 * checking for file 'ez/DESCRIPTION' ... OK * this is package 'ez' version '2.1-0' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'ez' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R 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 name space can be loaded with stated dependencies ... OK * checking for unstated 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 ... NOTE ezBootPlot: no visible binding for global variable 'value' ezBootPlot: no visible binding for global variable 'lo' ezBootPlot: no visible binding for global variable 'hi' ezCor: no visible binding for global variable 'x_lab' ezCor: no visible binding for global variable 'y_lab' ezCor: no visible binding for global variable 'rsq' ezCor: no visible binding for global variable 'p' ezCor: no visible binding for global variable 'ymax' ezCor: no visible binding for global variable 'ymin' ezCor: no visible binding for global variable 'label' ezDesign: no visible binding for global variable 'Count' ezPlot: no visible binding for global variable 'Mean' ezPlot: no visible binding for global variable 'ymin' ezPlot: no visible binding for global variable 'ymax' ezStats: no visible binding for global variable 'dummy' * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking data for non-ASCII characters ... OK * checking examples ... ERROR Running examples in 'ez-Ex.R' failed. The error most likely occurred in: > ### * ezMixed > > flush(stderr()); flush(stdout()) > > ### Name: ezMixed > ### Title: Provides tests for each fixed effect in an mixed effects model > ### Aliases: ezMixed > > ### ** Examples > > #Read in the ANT data (see ?ANT). > data(ANT) > head(ANT) subnum group block trial cue flank location direction rt 1 1 Treatment 1 1 None Neutral up left 398.6773 2 1 Treatment 1 2 Center Neutral up left 389.1822 3 1 Treatment 1 3 Double Neutral up left 333.2186 4 1 Treatment 1 4 Spatial Neutral up left 419.7640 5 1 Treatment 1 5 None Congruent up left 446.4754 6 1 Treatment 1 6 Center Congruent up left 338.9766 error 1 0 2 0 3 0 4 0 5 0 6 0 > ezPrecis(ANT) Data frame dimensions: 5760 rows, 10 columns type missing values min max subnum factor 0 20 1 20 group factor 0 2 Control Treatment block numeric 0 6 1 6 trial numeric 0 48 1 48 cue factor 0 4 None Spatial flank factor 0 3 Neutral Incongruent location factor 0 2 down up direction factor 0 2 left right rt numeric 0 5760 179.5972 657.6986 error numeric 0 2 0 1 > > #Run ezMixed on the accurate RT data > rt = ezMixed( + data = ANT[ANT$error==0,] + , dv = .(rt) + , random = .(subnum) + , fixed = .(cue,flank,group) + ) Error in recyclable(string, pattern, replacement) : could not find function "vapply" Calls: ezMixed -> str_detect -> check_pattern -> recyclable Execution halted