Back to Multiple platform build/check report for BioC 3.22:   simplified   long
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2025-11-12 11:58 -0500 (Wed, 12 Nov 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" 4902
taishanLinux (openEuler 24.03 LTS)aarch644.5.0 (2025-04-11) -- "How About a Twenty-Six" 4668
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 119/2361HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
autonomics 1.18.0  (landing page)
Aditya Bhagwat
Snapshot Date: 2025-11-11 13:45 -0500 (Tue, 11 Nov 2025)
git_url: https://git.bioconductor.org/packages/autonomics
git_branch: RELEASE_3_22
git_last_commit: c22fce2
git_last_commit_date: 2025-10-29 11:06:51 -0500 (Wed, 29 Oct 2025)
nebbiolo2Linux (Ubuntu 24.04.3 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
taishanLinux (openEuler 24.03 LTS) / aarch64  OK    OK    ERROR  


CHECK results for autonomics on taishan

To the developers/maintainers of the autonomics package:
- Allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/autonomics.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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: autonomics
Version: 1.18.0
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings autonomics_1.18.0.tar.gz
StartedAt: 2025-11-11 07:05:45 -0000 (Tue, 11 Nov 2025)
EndedAt: 2025-11-11 07:42:12 -0000 (Tue, 11 Nov 2025)
EllapsedTime: 2186.9 seconds
RetCode: 1
Status:   ERROR  
CheckDir: autonomics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings autonomics_1.18.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/autonomics.Rcheck’
* using R version 4.5.0 (2025-04-11)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘autonomics/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘autonomics’ version ‘1.18.0’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 32 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:
  .BBSoptions
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 ‘autonomics’ 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 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 cross-references ... NOTE
Non-topic package-anchored link(s) in Rd file 'reexports.Rd':
  ‘[magrittr:compound]{%<>%}’ ‘[magrittr:pipe]{%>%}’
  ‘[magrittr:aliases]{extract}’

See section 'Cross-references' in the 'Writing R Extensions' manual.
* 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 ‘autonomics-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: is_compounddiscoverer_output
> ### Title: Is compounddiscoverer output?
> ### Aliases: is_compounddiscoverer_output
> 
> ### ** Examples
> 
> file <- NULL;                                                                      is_compounddiscoverer_output(file)
[1] FALSE
attr(,"cause")
[1] file is NULL
attr(,"class")
[1] "scalar_with_cause" "logical"          
> file <- 3;                                                                         is_compounddiscoverer_output(file)
[1] FALSE
attr(,"cause")
[1] file is not a string
attr(,"class")
[1] "scalar_with_cause" "logical"          
> file <- 'blabla.tsv';                                                              is_compounddiscoverer_output(file)
[1] FALSE
attr(,"cause")
[1] file does not exist
attr(,"class")
[1] "scalar_with_cause" "logical"          
> file <- download_data('dilution.report.tsv');                                      is_compounddiscoverer_output(file)
Downloading dilution.report.tsv
trying URL 'https://bitbucket.org/graumannlabtools/autonomics/downloads/dilution.report.tsv'
Content type 'application/octet-stream' length 152899897 bytes (145.8 MB)
=====
Examples with CPU (user + system) or elapsed time > 5s
                            user system elapsed
awblinmod                 62.316  0.200  64.069
LINMOD                    33.515  0.303  34.698
default_formula           24.674  0.446  25.197
analyze                   19.548  0.108  19.990
explore-transforms        15.334  0.052  15.425
fit_survival              15.109  0.100  15.257
fcluster                  12.759  0.064  12.845
ftype                     10.906  0.716  18.265
biplot_covariates         10.555  0.008  10.619
code                       6.706  0.020   6.749
extract_contrast_features  6.508  0.054   6.629
biplot                     5.321  0.008   5.470
biplot_corrections         4.916  0.016   5.088
annotate_uniprot_rest      0.107  0.008   6.029
hdlproteins                0.106  0.001  53.276
* 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
  ‘/home/biocbuild/bbs-3.22-bioc/meat/autonomics.Rcheck/00check.log’
for details.


Installation output

autonomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL autonomics
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0/site-library’
* installing *source* package ‘autonomics’ ...
** this is package ‘autonomics’ version ‘1.18.0’
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Note: wrong number of arguments to 'seq_along' 
Note: wrong number of arguments to 'sqrt' 
** 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 (autonomics)

Tests output

autonomics.Rcheck/tests/testthat.Rout


R version 4.5.0 (2025-04-11) -- "How About a Twenty-Six"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu

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.

> library(testthat)
> library(autonomics)

Attaching package: 'autonomics'

The following objects are masked from 'package:stats':

    biplot, loadings

The following object is masked from 'package:base':

    beta

> 
> test_check("autonomics")
trying URL 'https://bitbucket.org/graumannlabtools/autonomics/downloads/integer64.proteinGroups.txt'
Content type 'text/plain' length 57496 bytes (56 KB)
==================================================
downloaded 56 KB

[ FAIL 0 | WARN 3 | SKIP 0 | PASS 158 ]

[ FAIL 0 | WARN 3 | SKIP 0 | PASS 158 ]
> 
> proc.time()
   user  system elapsed 
192.913 131.177 600.064 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS000
COMPOUNDDISCOVERER_PATTERNS0.0000.0010.000
LINMOD33.515 0.30334.698
LINMODENGINES000
MAXQUANT_PATTERNS0.0010.0000.001
TAXON_TO_ORGNAME000
TESTS000
X1.6740.0071.686
abstract_fit1.4650.0121.496
add_adjusted_pvalues0.7380.0520.813
add_assay_means0.5520.0360.869
add_facetvars1.9530.0333.010
add_opentargets_by_uniprot0.5910.0111.202
add_psp0.6920.0150.770
add_smiles0.6490.0430.731
all_non_numeric0.8260.0151.284
analysis0.5200.0040.526
analyze19.548 0.10819.990
annotate_maxquant1.3670.0601.434
annotate_uniprot_rest0.1070.0086.029
assert_is_valid_sumexp0.7220.0270.752
awblinmod62.316 0.20064.069
biplot5.3210.0085.470
biplot_corrections4.9160.0165.088
biplot_covariates10.555 0.00810.619
block2limma0.0020.0000.002
block2lm0.0040.0000.004
block2lme0.0030.0000.002
block2lmer0.0050.0000.005
block_has_two_levels0.9460.0040.953
center2.6760.0472.731
code6.7060.0206.749
collapsed_entrezg_to_symbol1.0660.0521.180
contrast_subgroup_cols0.8530.0080.863
contrastdt0.7970.0040.812
count_in0.0020.0000.001
counts0.4930.0000.497
counts2cpm0.4260.0040.445
counts2tpm0.4330.0000.434
cpm0.4540.0040.468
create_design1.0190.0161.048
default_formula24.674 0.44625.197
default_geom0.7120.0120.723
default_sfile0.0020.0000.002
demultiplex0.0220.0000.022
densities0.3120.0000.313
dequantify0.0030.0000.003
dequantify_compounddiscoverer0.0020.0000.002
dot-coxph0.5640.0160.583
dot-merge0.0310.0030.034
dot-read_maxquant_proteingroups0.1350.0080.143
download_data000
download_gtf000
download_mcclain21000
dt2mat0.0050.0000.005
enrichment1.8240.0241.856
entrezg_to_symbol0.1650.0080.173
explore-transforms15.334 0.05215.425
extract_contrast_features6.5080.0546.629
extract_rectangle0.1470.0000.147
factor.vars0.2370.0110.250
factorize1.0710.0281.101
fcluster12.759 0.06412.845
fcor1.9850.0162.004
fdata0.6810.0000.681
fdr2p1.2500.0081.257
filter_exprs_replicated_in_some_subgroup1.2980.0121.309
filter_features0.6600.0120.670
filter_medoid0.7910.0040.796
filter_samples0.6970.0240.719
fit_survival15.109 0.10015.257
fits0.4400.0120.467
fix_xlgenes0.0020.0000.002
flevels0.6020.0200.626
fnames0.6060.0310.640
formula2str000
ftype10.906 0.71618.265
fvalues0.5050.0160.523
fvars0.5230.0440.568
genome_to_orgdb0.0000.0010.001
group_by_level0.0000.0020.001
guess_compounddiscoverer_quantity0.0010.0010.002
guess_fitsep0.6530.0280.683
guess_maxquant_quantity0.0070.0000.007
guess_sep0.6310.0430.674
has_multiple_levels0.080.000.08
hdlproteins 0.106 0.00153.276
impute4.6160.2064.966
invert_subgroups0.8600.0080.871
is_character_matrix0.1970.0000.197
is_collapsed_subset0.0010.0000.001