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

This page was generated on 2025-03-20 12:11 -0400 (Thu, 20 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.3 (2025-02-28) -- "Trophy Case" 4756
palomino8Windows Server 2022 Datacenterx644.4.3 (2025-02-28 ucrt) -- "Trophy Case" 4487
merida1macOS 12.7.5 Montereyx86_644.4.3 (2025-02-28) -- "Trophy Case" 4514
kjohnson1macOS 13.6.6 Venturaarm644.4.3 (2025-02-28) -- "Trophy Case" 4441
taishanLinux (openEuler 24.03 LTS)aarch644.4.3 (2025-02-28) -- "Trophy Case" 4406
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 117/2289HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
autonomics 1.14.8  (landing page)
Aditya Bhagwat
Snapshot Date: 2025-03-17 13:00 -0400 (Mon, 17 Mar 2025)
git_url: https://git.bioconductor.org/packages/autonomics
git_branch: RELEASE_3_20
git_last_commit: 0ca9dcc
git_last_commit_date: 2025-01-23 09:56:37 -0400 (Thu, 23 Jan 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
merida1macOS 12.7.5 Monterey / x86_64  OK    OK    ERROR    OK  
kjohnson1macOS 13.6.6 Ventura / arm64  OK    OK    ERROR    OK  
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.14.8
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.14.8.tar.gz
StartedAt: 2025-03-18 05:17:52 -0000 (Tue, 18 Mar 2025)
EndedAt: 2025-03-18 05:32:04 -0000 (Tue, 18 Mar 2025)
EllapsedTime: 852.0 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.14.8.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/autonomics.Rcheck’
* using R version 4.4.3 (2025-02-28)
* 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.14.8’
* 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 ... 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 ... 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 ... ERROR
Running examples in ‘autonomics-Ex.R’ failed
The error most likely occurred in:

> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: read_contaminants
> ### Title: Read contaminants
> ### Aliases: read_contaminants
> 
> ### ** Examples
> 
> file <- download_contaminants()
> dt <- read_contaminants(file)
Error in .Call2("fasta_index", filexp_list, nrec, skip, seek.first.rec,  : 
  reading FASTA file /home/biocbuild/.cache/R/autonomics/maxquant/contaminants.fasta: ">" expected at beginning of line 1
Calls: read_contaminants ... <Anonymous> -> .read_XStringSet -> fasta.index -> .Call2
Execution halted
* 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, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.20-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.4.3/site-library’
* installing *source* package ‘autonomics’ ...
** 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 (autonomics)

Tests output

autonomics.Rcheck/tests/testthat.Rout


R version 4.4.3 (2025-02-28) -- "Trophy Case"
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")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 158 ]
> 
> proc.time()
   user  system elapsed 
186.165   3.160 189.046 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS000
COMPOUNDDISCOVERER_PATTERNS000
CONTAMINANTSURL0.0000.0000.001
FITSEP000
LINMOD_ENGINES000
MAXQUANT_PATTERNS0.0010.0000.000
TAXON_TO_ORGNAME000
TESTS000
X2.1970.0482.253
abstract_fit2.0330.1352.171
add_adjusted_pvalues0.7440.0120.761
add_assay_means0.5270.0320.560
add_facetvars2.7770.0522.832
add_opentargets_by_uniprot0.5870.0160.609
add_psp0.7020.0080.714
add_smiles0.6390.0240.661
analysis0.5340.0080.544
analyze19.198 0.15619.392
annotate_maxquant1.1900.0201.216
annotate_uniprot_rest0.2240.0083.382
assert_is_valid_sumexp0.9790.2271.207
bin1.3390.0521.395
biplot5.1770.4515.647
biplot_corrections4.6350.1484.791
biplot_covariates7.4390.2317.686
block2lme0.0050.0000.004
center2.0140.0762.094
code 9.933 0.20310.157
coefs1.1400.0191.162
collapsed_entrezg_to_symbol0.0010.0000.000
contrast_subgroup_cols0.8960.0480.943
count_in0.0010.0000.001
counts1.4780.0441.526
counts2cpm0.5400.0040.544
counts2tpm0.5620.0040.567
cpm0.5740.0000.575
create_design0.9960.0241.019
default_coefs1.0860.0241.110
default_formula23.397 0.53023.861
default_geom0.8670.0310.897
default_sfile0.0010.0000.002
demultiplex0.0240.0000.024
dequantify0.0030.0000.003
dequantify_compounddiscoverer0.0020.0000.002
dot-merge0.0260.0000.026
dot-plot_survival5.3400.2315.586
dot-read_maxquant_proteingroups0.1250.0080.133
download_contaminants0.0590.0001.445
download_data0.0010.0000.001
download_gtf000
download_mcclain21000
dt2mat0.0050.0000.005
enrichment1.9350.0802.020
entrezg_to_symbol0.0010.0000.001
explore_transformations5.4680.4955.979
extract_coef_features8.5610.5109.088
extract_rectangle0.1560.0120.169
fcluster9.1380.3799.536
fcor1.4710.0161.491
fdata0.8660.0160.884
fdr2p1.5500.1081.662
filter_exprs_replicated_in_some_subgroup1.5440.0831.625
filter_features0.8460.0470.895
filter_medoid1.2030.0121.218
filter_samples0.8210.0240.843
fit19.271 0.43819.711
fit_lmx6.9730.1167.089
fitcoefs1.2740.0281.305
fits1.1530.0081.163
fitvars1.6870.0721.759
fix_xlgenes0.0020.0000.002
flevels0.6550.0120.669
fnames0.7290.0000.731
formula2str0.0010.0000.001
ftype10.841 0.13910.980
fvalues0.7020.0440.747
fvars0.6250.0120.638
genome_to_orgdb0.0000.0000.001
group_by_level0.0010.0000.002
guess_compounddiscoverer_quantity0.0010.0000.002
guess_fitsep0.7400.0160.758
guess_maxquant_quantity0.0080.0000.008
guess_sep0.7940.0200.814
has_multiple_levels0.0760.0030.079
hdlproteins0.0520.0040.069
impute4.7750.0884.873
invert_subgroups1.0770.0681.147
is_collapsed_subset0.0010.0000.001
is_correlation_matrix0.0010.0000.001
is_diann_report0.2920.0270.307
is_fastadt0.1050.0000.105
is_file0.0010.0000.001
is_fraction0.0030.0000.002
is_imputed1.1930.0161.211
is_positive_number0.0000.0020.002
is_scalar_subset0.5460.0060.553
is_sig2.6810.0652.753
is_valid_formula0.0640.0000.064
keep_connected_blocks0.7900.0160.804
keep_connected_features1.0940.0201.110
keep_replicated_features1.2590.0081.263
label2index0.0010.0000.001
list2mat0.0010.0000.001
log2counts0.6330.0000.635
log2cpm0.6240.0040.630
log2diffs0.5820.0000.584
log2proteins0.5220.0040.527
log2sites0.5490.0040.553
log2tpm0.6080.0000.609
log2transform5.6300.0285.670
logical2factor0.0020.0000.001
make_alpha_palette0.8070.0080.814
make_colors0.0070.0040.011
make_volcano_dt1.4110.0081.422
map_fvalues0.6330.0000.635
matrix2sumexp1.5030.0481.554
merge_sample_file0.7410.0160.759
merge_sdata0.8610.0120.873
message_df0.0030.0000.003
modelvar5.6900.0885.785
order_on_p1.5080.0281.536
pca4.2440.0804.334
pg_to_canonical0.0090.0000.009
plot_contrast_venn3.3640.0393.406
plot_contrastogram4.6030.0244.639
plot_data1.8760.0201.897
plot_densities13.099 0.16013.283
plot_design0.9240.0080.934
plot_exprs37.513 0.29537.889
plot_exprs_per_coef38.476 0.14438.704
plot_fit_summary3.0350.0123.053
plot_heatmap2.8260.0562.888
plot_matrix0.7980.0040.804
plot_sample_nas9.3530.0849.455
plot_subgroup_points7.0740.0327.141
plot_summary19.277 0.06819.397
plot_venn0.0190.0000.019
plot_venn_heatmap0.0310.0000.032
plot_violins5.9040.0325.949
plot_volcano16.235 0.11916.387
preprocess_rnaseq_counts0.6340.0160.652
pull_columns0.0030.0000.003
read_affymetrix000