############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:isomiRs.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings isomiRs_1.38.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.22-bioc/meat/isomiRs.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 ‘isomiRs/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘isomiRs’ version ‘1.38.0’ * package encoding: UTF-8 * checking package namespace information ... OK * checking package dependencies ... INFO Imports includes 25 non-default packages. Importing from so many packages makes the package vulnerable to any of them becoming unavailable. Move as many as possible to Suggests and use conditionally. * checking if this is a source package ... OK * checking if there is a namespace ... OK * checking for hidden files and directories ... NOTE Found the following hidden files and directories: .travis.yml These were most likely included in error. See section ‘Package structure’ in the ‘Writing R Extensions’ manual. * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking whether package ‘isomiRs’ can be installed ... OK * checking installed package size ... OK * checking package directory ... OK * checking ‘build’ directory ... OK * checking DESCRIPTION meta-information ... NOTE License stub is invalid DCF. * 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 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 .clean_noise: no visible binding for global variable ‘total’ .clean_noise: no visible binding for global variable ‘hits’ .remove_gt_n_changes: no visible binding for global variable ‘changes’ isoAnnotate: no visible binding for global variable ‘pct’ isoCounts: no visible global function definition for ‘as.tibble’ isoPlot: no visible global function definition for ‘across’ isoPlot: no visible global function definition for ‘everything’ isoPlot: no visible binding for global variable ‘iso_sample’ isoPlot: no visible binding for global variable ‘.data’ isoPlotPosition: no visible global function definition for ‘across’ isoPlotPosition: no visible global function definition for ‘everything’ isoPlotPosition: no visible binding for global variable ‘iso_sample’ isoPlotPosition: no visible binding for global variable ‘.data’ isoSelect.IsomirDataSeq: no visible global function definition for ‘across’ isoSelect.IsomirDataSeq: no visible global function definition for ‘everything’ isoSelect,IsomirDataSeq: no visible global function definition for ‘across’ isoSelect,IsomirDataSeq: no visible global function definition for ‘everything’ Undefined global functions or variables: .data across as.tibble changes everything hits iso_sample pct total * 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 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 files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘isomiRs-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: isoPlot > ### Title: Plot the amount of isomiRs in different samples > ### Aliases: isoPlot > > ### ** Examples > > data(mirData) > isoPlot(mirData) Using 17048 isomiRs. Error: object is invalid: - every label must be named. Execution halted Examples with CPU (user + system) or elapsed time > 5s user system elapsed isoDE 5.103 0.047 5.208 * checking for unstated dependencies in ‘tests’ ... OK * checking tests ... Running ‘testthat.R’ ERROR Running the tests in ‘tests/testthat.R’ failed. Last 13 lines of output: - every label must be named. Backtrace: ▆ 1. ├─testthat::expect_s3_class(...) at test_basic.R:6:5 2. │ └─testthat::quasi_label(enquo(object), arg = "object") 3. │ └─rlang::eval_bare(expr, quo_get_env(quo)) 4. └─isomiRs::isoPlot(mirData, type = "iso5", column = "condition") 5. └─ggplot2::labs(...) 6. └─ggplot2::class_labels(args) 7. └─S7::new_object(labels) 8. └─S7::validate(object, recursive = !parent_validated) [ FAIL 1 | WARN 1 | SKIP 0 | PASS 6 ] Error: Test failures Execution halted * 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: 2 ERRORs, 3 NOTEs See ‘/Users/biocbuild/bbs-3.22-bioc/meat/isomiRs.Rcheck/00check.log’ for details.