* using log directory ‘/data/blackswan/ripley/R/packages/tests-devel/augmentedRCBD.Rcheck’ * using R Under development (unstable) (2025-12-20 r89211) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) GNU Fortran (GCC) 14.2.1 20240912 (Red Hat 14.2.1-3) * running under: Fedora Linux 40 (Workstation Edition) * using session charset: UTF-8 * checking for file ‘augmentedRCBD/DESCRIPTION’ ... OK * this is package ‘augmentedRCBD’ version ‘0.1.7’ * package encoding: UTF-8 * 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 ‘augmentedRCBD’ can be installed ... [13s/13s] OK * checking package directory ... OK * checking ‘build’ 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 whether startup messages can be suppressed ... 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 ... [21s/21s] 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 sizes of PDF files under ‘inst/doc’ ... OK * checking installed files from ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... [13s/13s] OK * checking examples with --run-donttest ... [20s/20s] ERROR Running examples in ‘augmentedRCBD-Ex.R’ failed The error most likely occurred in: > ### Name: report.augmentedRCBD > ### Title: Generate MS Word or Excel Report from 'augmentedRCBD' Output > ### Aliases: report.augmentedRCBD > > ### ** Examples > > # Example data > blk <- c(rep(1,7),rep(2,6),rep(3,7)) > trt <- c(1, 2, 3, 4, 7, 11, 12, 1, 2, 3, 4, 5, 9, 1, 2, 3, 4, 8, 6, 10) > y1 <- c(92, 79, 87, 81, 96, 89, 82, 79, 81, 81, 91, 79, 78, 83, 77, 78, 78, + 70, 75, 74) > y2 <- c(258, 224, 238, 278, 347, 300, 289, 260, 220, 237, 227, 281, 311, 250, + 240, 268, 287, 226, 395, 450) > data <- data.frame(blk, trt, y1, y2) > # Convert block and treatment to factors > data$blk <- as.factor(data$blk) > data$trt <- as.factor(data$trt) > # Results for variable y1 (checks inferred) > out <- augmentedRCBD(data$blk, data$trt, data$y1, method.comp = "lsd", + alpha = 0.05, group = TRUE, console = FALSE) > > ## No test: > report.augmentedRCBD(aug = out, + target = file.path(tempdir(), + "augmentedRCBD output.docx"), + file.type = "word", + check.col = c("brown", "darkcyan", + "forestgreen", "purple")) Warning in gva.augmentedRCBD(aug, k = k) : P-value for "Treatment: Test" is > 0.05. Genetic variability analysis may not be appropriate for this trait. File created at /tmp/RtmpQFiiKx/working_dir/RtmpckKd18/augmentedRCBD output.docx > report.augmentedRCBD(aug = out, + target = file.path(tempdir(), + "augmentedRCBD output.xlsx"), + file.type = "excel", + check.col = c("brown", "darkcyan", + "forestgreen", "purple")) Error in insertImage(wb = wb, sheet = sheet, file = fileName, width = width, : File does not exist. Calls: report.augmentedRCBD -> insertPlot -> insertImage Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... [39s/39s] OK * 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/augmentedRCBD.Rcheck/00check.log’ for details. Command exited with non-zero status 1 Time 3:10.42, 165.71 + 23.02