* using log directory 'd:/RCompile/CRANincoming/R-devel/negligible.Rcheck' * using R Under development (unstable) (2023-11-01 r85459 ucrt) * using platform: x86_64-w64-mingw32 * R was compiled by gcc.exe (GCC) 12.3.0 GNU Fortran (GCC) 12.3.0 * running under: Windows Server 2022 x64 (build 20348) * using session charset: UTF-8 * checking for file 'negligible/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'negligible' version '0.1.4' * package encoding: UTF-8 * checking CRAN incoming feasibility ... Note_to_CRAN_maintainers Maintainer: 'Robert Cribbie ' * 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 'negligible' can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking for future file timestamps ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking for left-over 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 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 contents of 'data' directory ... OK * checking data for non-ASCII characters ... OK * checking LazyData ... OK * checking data for ASCII and uncompressed saves ... OK * checking examples ... ERROR Running examples in 'negligible-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: neg.cat > ### Title: Equivalence Testing for Categorical Variables > ### Aliases: neg.cat print.neg.cat > > ### ** Examples > > sex<-rep(c("m","f"),c(12,22)) > haircol<-rep(c("bld","brn","bld","brn"),c(9,7,11,7)) > d <- data.frame(sex,haircol) > tab<-table(sex,haircol) > neg.cat(tab=tab, alpha=.05, nbootpd=5) ******************** ** Negligible Effect Test of the Relationship ** ** Between Two Categorical Variables ** ******************** Nominal Type I error rate (alpha): 0.05 ******************** Cramer's V: 0.243 90% CI for Cramer's V: (0, 0.525) ******************* Proportion of Shared Variability: 0.059 ******************* Upper Bound of the Equivalence Interval (Correlation Metric): 0.2 Upper Bound of the 90% CI for Cramer's V: 0.525 NHST Decision: The null hypothesis that the relationship between the categorical variables is substantial CANNOT be rejected. There is insufficient evidence to conclude a negligible effect. Be sure to interpret the magnitude (and precision) of the effect size. ******************* Proportional Distance Proportional Distance: 1.215 Confidence Interval for the Proportional Distance: (0.553,2.074) Note: Confidence Interval for the Proportional Distance may not be precise with small N ******************* Error in grid.Call.graphics(C_text, as.graphicsAnnot(x$label), x$x, x$y, : conversion failure on 'The Proportional Distance (Cramer's V-λ' / |EI-λ'|)' in 'mbcsToSbcs': for λ Calls: ... drawDetails -> drawDetails.text -> grid.Call.graphics Execution halted * checking PDF version of manual ... [14s] OK * checking HTML version of manual ... OK * DONE Status: 1 ERROR