* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/Comp2ROC.Rcheck’ * using R Under development (unstable) (2024-03-16 r86144) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4) GNU Fortran (GCC) 13.2.1 20231011 (Red Hat 13.2.1-4) * running under: Fedora Linux 38 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘Comp2ROC/DESCRIPTION’ ... OK * this is package ‘Comp2ROC’ version ‘1.1.4’ * 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 whether package ‘Comp2ROC’ can be installed ... OK * checking package directory ... 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 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 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 data for ASCII and uncompressed saves ... OK * checking examples ... OK * checking examples with --run-donttest ... ERROR Running examples in ‘Comp2ROC-Ex.R’ failed The error most likely occurred in: > ### Name: Comp2ROC-package > ### Title: Comparation of Two ROC Curves that Intersect > ### Aliases: Comp2ROC-package Comp2ROC > ### Keywords: package Comp2ROC compare ROC > > ### ** Examples > > # This is a simple example on how to use the package with the given dataset ZHANG (paired samples): > nameE = "Zhang" > modality1DataColumn = "modality1" > modality2DataColumn = "modality2" > data(zhang) > results = roc.curves.boot(zhang, 10, 0.05, name=nameE, + mod1=modality1DataColumn, mod2=modality2DataColumn) ROC SAMPLING RESULTS Number of sampling lines: 100 Proportion modality1 : 0.2574257 Proportion modality2 : 0.3861386 Proportion ties: 0.3564356 > ## No test: > rocboot.summary(results, "modality1", "modality2") ------------------------------------------------ modality1 ------------------------------------------------ Area: 0.9197756 Standard Error: 0.006675427 Area through Trapezoidal Method: 0.9197105 CI Upper bound (Percentil Method): 0.925821 CI Lower bound (Percentil Method): 0.9059839 ------------------------------------------------ ------------------------------------------------ modality2 ------------------------------------------------ Area: 0.9258189 Standard Error: 0.004649383 Area through Trapezoidal Method: 0.9257568 CI Upper bound (Percentil Method): 0.9284004 CI Lower bound (Percentil Method): 0.9182582 ------------------------------------------------ Correlation Coefficient between areas: 0.6043706 TEST OF DIFFERENCES Z stats: -1.128807 p-value: 0.2589792 Sum of Global Areas Differences (TS): -0.006043373 CI Upper bound (Percentil Method): 0.002290273 CI Lower bound (Percentil Method): -0.02225742 Number of Crossings: 1 > ## End(No test) > ## No test: > # This is another simple example on how to use the package with the given > # dataset CAS2015 (unpaired samples): > nameE = "CAS2015" > modality1DataColumn = "CRIBM" > modality2DataColumn = "CRIBF" > paired = FALSE > data(cas2015) > results = roc.curves.boot(cas2015, 1000, 0.05, name=nameE, + mod1=modality1DataColumn, mod2=modality2DataColumn, paired) Error: 'predictions' contains NA. Execution halted * checking PDF version of manual ... OK * checking for non-standard things in the check directory ... OK * checking for detritus in the temp directory ... OK * checking for new files in some other directories ... OK * DONE Status: 1 ERROR See ‘/data/blackswan/ripley/R/packages/tests-devel/Comp2ROC.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 0:42.01, 34.68 + 6.91