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

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

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.3 LTS)x86_644.5.1 Patched (2025-08-23 r88802) -- "Great Square Root" 4903
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-14 13:45 -0500 (Fri, 14 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-14 06:50:41 -0000 (Fri, 14 Nov 2025)
EndedAt: 2025-11-14 07:22:16 -0000 (Fri, 14 Nov 2025)
EllapsedTime: 1894.2 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: .read_rnaseq_bams
> ### Title: Read rnaseq counts/bams
> ### Aliases: .read_rnaseq_bams .read_rnaseq_counts read_rnaseq_bams
> ###   read_rnaseq_counts
> 
> ### ** Examples
> 
> # read_rnaseq_bams
>   if (installed('Rsubread')){
+       dir <- download_data('billing16.bam.zip')
+       object <- read_rnaseq_bams(dir, paired = TRUE, genome = 'hg38')  
+       object <- read_rnaseq_bams(dir, paired = TRUE, genome = 'hg38', plot = TRUE)  
+   }
Downloading billing16.bam.zip
trying URL 'https://bitbucket.org/graumannlabtools/autonomics/downloads/billing16.bam.zip'
Content type 'application/x-zip-compressed' length 33512489 bytes (32.0 MB)
==================================================
downloaded 32.0 MB

unzip
NCBI RefSeq annotation for hg38 (build 38.2) is used.

        ==========     _____ _    _ ____  _____  ______          _____  
        =====         / ____| |  | |  _ \|  __ \|  ____|   /\   |  __ \ 
          =====      | (___ | |  | | |_) | |__) | |__     /  \  | |  | |
            ====      \___ \| |  | |  _ <|  _  /|  __|   / /\ \ | |  | |
              ====    ____) | |__| | |_) | | \ \| |____ / ____ \| |__| |
        ==========   |_____/ \____/|____/|_|  \_\______/_/    \_\_____/
       Rsubread 2.24.0

//========================== featureCounts setting ===========================\\
||                                                                            ||
||             Input files : 11 BAM files                                     ||
||                                                                            ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                           star_Aligned.sortedByCoord.out_subset.bam        ||
||                                                                            ||
||              Paired-end : yes                                              ||
||        Count read pairs : yes                                              ||
||              Annotation : inbuilt (hg38)                                   ||
||      Dir for temp files : .                                                ||
||                 Threads : 32                                               ||
||                   Level : meta-feature level                               ||
||      Multimapping reads : counted                                          ||
|| Multi-overlapping reads : not counted                                      ||
||   Min overlapping bases : 1                                                ||
||                                                                            ||
\\============================================================================//

//================================= Running ==================================\\
||                                                                            ||
|| Load annotation file hg38_RefSeq_exon.txt ...                              ||
||    Features : 261752                                                       ||
||    Meta-features : 28395                                                   ||
||    Chromosomes/contigs : 55                                                ||
||                                                                            ||
|| Process BAM file star_Aligned.sortedByCoord.out_subset.bam...              ||
||    Paired-end reads are included.                                          ||
||    Total alignments : 20477                                                ||
||    Successfully assigned alignments : 4537 (22.2%)                         ||
||    Running time : 0.03 minutes                                             ||
||                                                                            ||
|| Process BAM file star_Aligned.sortedByCoord.out_subset.bam...              ||
||    Paired-end reads are included.                                          ||
||    Total alignments : 72708                                                ||
||    Successfully assigned alignments : 28675 (39.4%)                        ||
||    Running time : 0.01 minutes                                             ||
||                                                                            ||
|| Process BAM file star_Aligned.sortedByCoord.out_subset.bam...              ||
Examples with CPU (user + system) or elapsed time > 5s
                               user system elapsed
awblinmod                    58.813  0.404  59.575
read_diann_proteingroups     58.646  0.570  59.623
LINMOD                       34.288  0.391  34.818
plot_exprs                   29.761  0.207  30.039
plot_exprs_per_coef          27.549  0.060  27.674
default_formula              24.690  0.384  25.268
analyze                      19.509  0.115  20.042
read_metabolon               18.603  0.071  18.735
plot_summary                 18.590  0.084  19.094
plot_volcano                 18.215  0.123  18.554
explore-transforms           15.130  0.115  15.417
fit_survival                 14.929  0.092  15.084
plot_densities               14.663  0.056  15.080
fcluster                     12.582  0.028  13.534
ftype                        11.182  0.159  11.362
plot_detections              10.497  0.028  10.553
biplot_covariates            10.080  0.036  10.143
read_fragpipe                 8.484  0.031   8.494
plot_xy_density               8.397  0.056   8.480
plot_subgroup_points          8.030  0.048   8.094
plot_violins                  7.552  0.084   7.702
code                          7.303  0.016   7.377
log2transform                 6.766  0.066   6.951
extract_contrast_features     6.545  0.012   6.604
biplot                        5.228  0.027   5.466
pca                           4.851  0.134   5.334
impute                        4.800  0.024   5.017
plot_contrastogram            4.045  0.076  11.046
is_compounddiscoverer_output  0.106  0.051  10.348
annotate_uniprot_rest         0.106  0.011   7.286
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’/home/biocbuild/R/R-4.5.0/bin/BATCH: line 60: 1852855 Killed                  ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1

 ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
  > library(testthat)
  > library(autonomics)
* 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, 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.fail


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)

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS0.0010.0000.001
COMPOUNDDISCOVERER_PATTERNS0.0010.0000.000
LINMOD34.288 0.39134.818
LINMODENGINES000
MAXQUANT_PATTERNS000
TAXON_TO_ORGNAME0.0010.0000.001
TESTS000
X1.7640.0401.811
abstract_fit1.4660.0191.524
add_adjusted_pvalues0.7150.0280.752
add_assay_means0.5130.0440.559
add_facetvars1.9840.0122.001
add_opentargets_by_uniprot0.5430.0040.553
add_psp0.6600.0240.688
add_smiles0.6310.0160.646
all_non_numeric0.8210.0000.824
analysis0.5330.0040.539
analyze19.509 0.11520.042
annotate_maxquant1.3750.0281.409
annotate_uniprot_rest0.1060.0117.286
assert_is_valid_sumexp0.7740.0080.805
awblinmod58.813 0.40459.575
biplot5.2280.0275.466
biplot_corrections4.9170.0444.976
biplot_covariates10.080 0.03610.143
block2limma0.0030.0000.003
block2lm0.0040.0000.004
block2lme0.0000.0020.002
block2lmer0.0050.0000.005
block_has_two_levels0.8530.0200.878
center2.8780.0122.904
code7.3030.0167.377
collapsed_entrezg_to_symbol1.1190.0481.170
contrast_subgroup_cols0.9240.0121.027
contrastdt0.8140.0080.825
count_in0.0020.0000.002
counts0.5260.0040.706
counts2cpm0.4450.0000.446
counts2tpm0.4550.0000.457
cpm0.4680.0000.470
create_design1.0490.0111.064
default_formula24.690 0.38425.268
default_geom0.6350.0040.760
default_sfile0.0020.0000.002
demultiplex0.0200.0000.019
densities0.2960.0000.297
dequantify0.0030.0000.003
dequantify_compounddiscoverer0.0020.0000.001
dot-coxph0.5160.0120.592
dot-merge0.0280.0000.056
dot-read_maxquant_proteingroups0.1280.0040.264
download_data0.0010.0000.000
download_gtf000
download_mcclain210.0000.0000.001
dt2mat0.0040.0000.004
enrichment1.6720.0081.906
entrezg_to_symbol0.1740.0000.174
explore-transforms15.130 0.11515.417
extract_contrast_features6.5450.0126.604
extract_rectangle0.1440.0040.149
factor.vars0.2570.0000.257
factorize1.0890.0001.197
fcluster12.582 0.02813.534
fcor1.9980.0162.034
fdata0.7320.0040.737
fdr2p1.1980.0121.214
filter_exprs_replicated_in_some_subgroup1.3020.0081.313
filter_features0.6860.0120.703
filter_medoid0.8200.0120.834
filter_samples0.6620.0160.680
fit_survival14.929 0.09215.084
fits0.4140.0000.415
fix_xlgenes0.0010.0000.002
flevels0.5010.0120.516
fnames0.5610.0200.582
formula2str000
ftype11.182 0.15911.362
fvalues0.5170.0040.522
fvars0.4970.0040.503
genome_to_orgdb0.0010.0000.000
group_by_level0.0010.0000.001
guess_compounddiscoverer_quantity0.0020.0000.001
guess_fitsep0.5980.0040.604
guess_maxquant_quantity0.0040.0030.006
guess_sep0.7050.0080.715
has_multiple_levels0.0720.0000.072
hdlproteins0.0450.0120.170
impute4.8000.0245.017
invert_subgroups0.9190.0080.931
is_character_matrix0.1970.0030.203
is_collapsed_subset0.0000.0000.001
is_compounddiscoverer_output 0.106 0.05110.348
is_correlation_matrix0.0020.0000.001
is_diann_report0.1730.0080.182
is_fastadt0.0830.0000.084
is_file0.0000.0000.001
is_fraction0.0020.0000.002
is_fragpipe_tsv0.1230.0040.129
is_imputed0.9460.0030.957
is_maxquant_phosphosites0.1010.0010.091
is_maxquant_proteingroups0.0770.0150.096
is_positive_number0.0020.0000.003
is_scalar_subset0.4180.0150.453
is_sig1.8900.0421.998
is_valid_formula0.0610.0040.069
keep_estimable_features1.0420.0541.142
label2index0.0010.0000.001
list2mat0.0010.0000.001
log2counts0.4340.0030.457
log2cpm0.4390.0120.474
log2diffs0.4810.0190.526
log2proteins0.4220.0040.443
log2sites0.4160.0120.448
log2tpm0.4410.0080.473
log2transform6.7660.0666.951
logical2factor0.0020.0000.002
make_alpha_palette0.7270.0280.977
make_colors0.0080.0040.023
make_volcano_dt1.1850.0071.300
map_fvalues0.5110.0000.512
matrix2sumexp1.4160.0161.436
mclust_breaks0.7020.0280.732
merge_sample_file0.6520.0040.657
merge_sdata0.8120.0160.829
message_df0.0030.0000.003
model_coefs1.0080.0081.019
modelvar4.8170.0954.975
object10.6900.0110.739
order_on_p1.9670.0432.103
overall_parameters0.0400.0000.043
pca4.8510.1345.334
pg_to_canonical0.0090.0000.010
plot_coef_densities1.9530.0432.094
plot_contrast_venn3.4360.0163.463
plot_contrastogram 4.045 0.07611.046
plot_data2.5170.0082.600
plot_densities14.663 0.05615.080
plot_design1.0010.0081.012
plot_detections10.497 0.02810.553
plot_exprs29.761 0.20730.039
plot_exprs_per_coef27.549 0.06027.674
plot_fit_summary3.0170.0043.177
plot_heatmap2.7240.0002.734
plot_matrix0.7450.0200.766
plot_subgroup_points8.0300.0488.094
plot_summary18.590 0.08419.094
plot_venn0.0180.0000.018
plot_venn_heatmap0.0280.0000.029
plot_violins7.5520.0847.702
plot_volcano18.215 0.12318.554
plot_xy_density8.3970.0568.480
preprocess_rnaseq_counts0.4540.0200.475
pull_columns0.0030.0000.003
pvalues_estimable0.0500.0000.051
read_affymetrix000
read_diann_proteingroups58.646 0.57059.623
read_fragpipe8.4840.0318.494
read_maxquant_phosphosites1.9950.0202.031
read_maxquant_proteingroups1.5720.0081.584
read_metabolon18.603 0.07118.735
read_msigdt0.0010.0000.001
read_olink1.9230.0161.963
read_rectangles0.2440.0120.257