############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:GladiaTOX.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings GladiaTOX_1.25.1.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/GladiaTOX.Rcheck’ * using R version 4.5.1 Patched (2025-09-10 r88807) * using platform: x86_64-apple-darwin20 * R was compiled by Apple clang version 14.0.0 (clang-1400.0.29.202) GNU Fortran (GCC) 14.2.0 * running under: macOS Monterey 12.7.6 * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘GladiaTOX/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘GladiaTOX’ version ‘1.25.1’ * 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 for sufficient/correct file permissions ... OK * checking whether package ‘GladiaTOX’ can be installed ... OK * checking installed package size ... INFO installed size is 5.3Mb sub-directories of 1Mb or more: sql 3.8Mb * 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 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 ... NOTE glCheckInput: no visible global function definition for ‘read.csv’ glLoadInput: no visible global function definition for ‘read.csv’ glPlotPosCtrlMEC: no visible binding for global variable ‘aenm_wrap’ glPlotPosCtrlMEC: no visible binding for global variable ‘modl_acc’ Undefined global functions or variables: aenm_wrap modl_acc read.csv Consider adding importFrom("utils", "read.csv") to your NAMESPACE file. * checking Rd files ... OK * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: gtoxLoadData.Rd: data.table gtoxLoadUnit.Rd: data.table Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘GladiaTOX-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: glPlotPosCtrlMEC > ### Title: Box plot for positive control check > ### Aliases: glPlotPosCtrlMEC > > ### ** Examples > > ## Store the current config settings, so they can be reloaded at the end > ## of the examples > conf_store <- gtoxConfList() > gtoxConfDefault() > > ## Create boxplot for all endpoints and chemicals tested. Useful to save > ## plots in a pdf file. > pp <- glPlotPosCtrlMEC(asid = 1L) Warning in set(x, j = name, value = value) : Tried to assign NULL to column 'replicate', but this column does not exist to remove Warning in gtoxLoadUnit(dat[, unique(aeid)]) : The given aeid(s) do not have response units. Warning in geom_point(shape = dat$replicate, size = 2) : Ignoring empty aesthetic: `shape`. Warning in geom_label_repel(aes(label = u_boxtrack), size = 2, data = dat2, : Ignoring empty aesthetic: `fill`. Warning in geom_label_repel(aes(label = u_boxtrack), size = 2, data = dat, : Ignoring empty aesthetic: `fill`. > pp[[1]] Error in S7::prop(x, "meta")[[i]] : subscript out of bounds Calls: [[ -> [[.ggplot2::gg Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed assignDefaultMthds 23.206 11.993 18.74 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ OK * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking running R code from vignettes ... SKIPPED * checking re-building of vignette outputs ... SKIPPED * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 2 NOTEs See ‘/Users/biocbuild/bbs-3.22-bioc/meat/GladiaTOX.Rcheck/00check.log’ for details.