| Back to Multiple platform build/check report for BioC 3.23: simplified long |
|
This page was generated on 2026-01-14 11:35 -0500 (Wed, 14 Jan 2026).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) | x86_64 | R Under development (unstable) (2025-12-22 r89219) -- "Unsuffered Consequences" | 4848 |
| kjohnson3 | macOS 13.7.7 Ventura | arm64 | R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences" | 4627 |
| Click on any hostname to see more info about the system (e.g. compilers) (*) as reported by 'uname -p', except on Windows and Mac OS X | ||||
| Package 2012/2343 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| singIST 0.99.85 (landing page) Aitor Moruno-Cuenca
| nebbiolo1 | Linux (Ubuntu 24.04.3 LTS) / x86_64 | OK | OK | OK | |||||||||
| kjohnson3 | macOS 13.7.7 Ventura / arm64 | OK | OK | OK | OK | |||||||||
|
To the developers/maintainers of the singIST package: - Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/singIST.git to reflect on this report. See Troubleshooting Build Report for more information. - Use the following Renviron settings to reproduce errors and warnings. - If 'R CMD check' started to fail recently on the Linux builder(s) over a missing dependency, add the missing dependency to 'Suggests:' in your DESCRIPTION file. See Renviron.bioc for more information. |
| Package: singIST |
| Version: 0.99.85 |
| Command: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:singIST.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings singIST_0.99.85.tar.gz |
| StartedAt: 2026-01-13 22:33:52 -0500 (Tue, 13 Jan 2026) |
| EndedAt: 2026-01-13 22:38:09 -0500 (Tue, 13 Jan 2026) |
| EllapsedTime: 257.1 seconds |
| RetCode: 0 |
| Status: OK |
| CheckDir: singIST.Rcheck |
| Warnings: 0 |
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:singIST.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings singIST_0.99.85.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/Users/biocbuild/bbs-3.23-bioc/meat/singIST.Rcheck’
* using R Under development (unstable) (2025-11-04 r88984)
* using platform: aarch64-apple-darwin20
* R was compiled by
Apple clang version 16.0.0 (clang-1600.0.26.6)
GNU Fortran (GCC) 14.2.0
* running under: macOS Ventura 13.7.8
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘singIST/DESCRIPTION’ ... OK
* this is package ‘singIST’ version ‘0.99.85’
* 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 hidden files and directories ... OK
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘singIST’ can be installed ... OK
* checking installed package size ... 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 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 ... OK
* 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 files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
singIST_treat 3.675 0.204 6.144
helpers 3.086 0.261 75.374
* 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: OK
singIST.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL singIST ### ############################################################################## ############################################################################## * installing to library ‘/Library/Frameworks/R.framework/Versions/4.6-arm64/Resources/library’ * installing *source* package ‘singIST’ ... ** this is package ‘singIST’ version ‘0.99.85’ ** using staged installation ** R ** inst ** byte-compile and prepare package for lazy loading ** help *** installing help indices ** building package indices ** installing vignettes ** testing if installed package can be loaded from temporary location ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (singIST)
singIST.Rcheck/tests/testthat.Rout
R Under development (unstable) (2025-11-04 r88984) -- "Unsuffered Consequences"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-apple-darwin20
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
> # This file is part of the standard setup for testthat.
> # It is recommended that you do not modify it.
> #
> # Where should you do additional test configuration?
> # Learn more about the roles of various files in:
> # * https://r-pkgs.org/testing-design.html#sec-tests-files-overview
> # * https://testthat.r-lib.org/articles/special-files.html
>
> library(testthat)
> library(singIST)
>
> test_check("singIST")
[ FAIL 0 | WARN 0 | SKIP 25 | PASS 12 ]
══ Skipped tests (25) ══════════════════════════════════════════════════════════
• On CRAN (25): 'test-CIP_GIP.R:2:5', 'test-asmbPLSDAcvloo.R:2:5',
'test-biological_link_function.R:2:5', 'test-celltype_mapping.R:2:5',
'test-celltype_recap.R:2:5', 'test-derive_contributions.R:2:5',
'test-derive_scores.R:2:5', 'test-diff_expressed.R:2:5',
'test-gene_contrib.R:2:5', 'test-hyperparameters.R:2:5',
'test-mappingorganism.R:2:5', 'test-matrixToBlock.R:2:5',
'test-multiple_check.R:2:5', 'test-multiple_fitOptimal.R:2:5',
'test-multiple_singISTrecapitulations.R:2:5', 'test-orthology_mapping.R:2:5',
'test-pathway.R:2:5', 'test-permut_asmbplsda.R:2:5',
'test-setGeneSetsCelltype.R:2:5', 'test-singIST_treat.R:2:5',
'test-singISTrecapitulations.R:2:5', 'test-superpathway_recap.R:2:5',
'test-superpathwayfitmodel.R:2:5', 'test-superpathwayinput.R:2:5',
'test-wilcox_CIP_GIP.R:2:5'
[ FAIL 0 | WARN 0 | SKIP 25 | PASS 12 ]
>
> proc.time()
user system elapsed
7.573 0.521 8.398
singIST.Rcheck/singIST-Ex.timings
| name | user | system | elapsed | |
| CIP_GIP | 0.011 | 0.004 | 0.016 | |
| CIP_GIP_test | 0.051 | 0.018 | 0.074 | |
| Results_comparison_measure | 0.000 | 0.000 | 0.001 | |
| asmbPLSDA.cv.kcv | 0.054 | 0.007 | 0.064 | |
| asmbPLSDA.cv.loo | 1.934 | 0.076 | 2.169 | |
| biological_link_function | 0.011 | 0.005 | 0.018 | |
| celltype_mapping | 0.025 | 0.010 | 0.043 | |
| celltype_recap | 0.011 | 0.001 | 0.012 | |
| check_hyperparameters | 0.030 | 0.018 | 0.124 | |
| check_mapping_organism | 0.001 | 0.001 | 0.001 | |
| check_pathway | 0 | 0 | 0 | |
| check_superpathway | 0.001 | 0.000 | 0.001 | |
| check_superpathway_input | 0.001 | 0.000 | 0.001 | |
| clean_mfa_data | 0 | 0 | 0 | |
| create_fit_model | 0.001 | 0.000 | 0.002 | |
| create_hyperparameters | 0 | 0 | 0 | |
| create_mapping_organism | 0.001 | 0.000 | 0.001 | |
| create_pathway | 0.000 | 0.001 | 0.000 | |
| create_superpathway | 0 | 0 | 0 | |
| create_superpathway_input | 0.001 | 0.000 | 0.001 | |
| derive_contributions | 0.011 | 0.002 | 0.013 | |
| derive_scores | 0.010 | 0.001 | 0.012 | |
| diff_expressed | 0.200 | 0.040 | 0.254 | |
| fitOptimal | 0.276 | 0.098 | 0.386 | |
| fit_mfa_imputer | 0.013 | 0.002 | 0.017 | |
| gene_contrib | 0.011 | 0.002 | 0.020 | |
| helpers | 3.086 | 0.261 | 75.374 | |
| matrixToBlock-method | 0.009 | 0.011 | 0.029 | |
| multiple_check | 0.000 | 0.000 | 0.001 | |
| multiple_fitOptimal | 0 | 0 | 0 | |
| multiple_singISTrecapitulations | 0 | 0 | 0 | |
| orthology_mapping | 0 | 0 | 0 | |
| permut_asmbplsda | 0.016 | 0.001 | 0.017 | |
| pullGeneSet | 0 | 0 | 0 | |
| setGeneSetsCelltype | 0.001 | 0.000 | 0.000 | |
| singIST_treat | 3.675 | 0.204 | 6.144 | |
| singISTrecapitulations | 0.010 | 0.001 | 0.011 | |
| superpathway_recap | 0.011 | 0.001 | 0.012 | |
| update_group_sizes | 0 | 0 | 0 | |
| wilcox_CIP_GIP | 0.001 | 0.001 | 0.000 | |