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

This page was generated on 2025-03-20 12:04 -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 nebbiolo2

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.

raw results


Summary

Package: autonomics
Version: 1.14.8
Command: /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --timings autonomics_1.14.8.tar.gz
StartedAt: 2025-03-17 20:49:06 -0400 (Mon, 17 Mar 2025)
EndedAt: 2025-03-17 21:00:38 -0400 (Mon, 17 Mar 2025)
EllapsedTime: 691.2 seconds
RetCode: 1
Status:   ERROR  
CheckDir: autonomics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.20-bioc/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/bbs-3.20-bioc/R/site-library --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: x86_64-pc-linux-gnu
* R was compiled by
    gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
    GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0
* running under: Ubuntu 24.04.2 LTS
* using session charset: UTF-8
* 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 re-building of vignette outputs ... OK
* 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/bbs-3.20-bioc/R/bin/R CMD INSTALL autonomics
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.20-bioc/R/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: x86_64-pc-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 
137.384   3.849 138.290 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS0.0010.0000.000
COMPOUNDDISCOVERER_PATTERNS000
CONTAMINANTSURL0.0000.0010.000
FITSEP000
LINMOD_ENGINES000
MAXQUANT_PATTERNS000
TAXON_TO_ORGNAME000
TESTS000
X1.5500.0631.590
abstract_fit1.6840.1531.816
add_adjusted_pvalues0.5440.0380.583
add_assay_means0.3630.0230.386
add_facetvars1.9090.0241.913
add_opentargets_by_uniprot0.4140.0050.421
add_psp0.4950.0020.499
add_smiles0.4840.0050.456
analysis0.3860.0020.387
analyze12.985 0.14412.987
annotate_maxquant0.8270.0180.846
annotate_uniprot_rest0.3080.0292.053
assert_is_valid_sumexp0.6920.0360.706
bin1.3800.2151.596
biplot3.4170.1283.510
biplot_corrections2.9670.1073.053
biplot_covariates4.8030.0554.838
block2lme0.0030.0000.003
center1.4090.0511.460
code6.4400.0566.474
coefs0.7310.0140.709
collapsed_entrezg_to_symbol000
contrast_subgroup_cols0.5780.0050.560
count_in0.0010.0000.000
counts1.1860.0731.259
counts2cpm0.3470.0010.348
counts2tpm0.3460.0010.347
cpm0.3490.0000.349
create_design0.6770.0050.662
default_coefs0.7020.0080.689
default_formula15.975 0.28915.875
default_geom0.5480.0090.525
default_sfile0.0010.0000.002
demultiplex0.0130.0010.014
dequantify0.0020.0000.002
dequantify_compounddiscoverer0.0000.0010.001
dot-merge0.0190.0000.020
dot-plot_survival4.0830.0834.167
dot-read_maxquant_proteingroups0.1180.0010.120
download_contaminants0.0980.0041.963
download_data0.0010.0000.000
download_gtf000
download_mcclain210.0000.0000.001
dt2mat0.0080.0000.007
enrichment1.2820.0321.314
entrezg_to_symbol0.0010.0000.000
explore_transformations3.3710.1393.510
extract_coef_features5.0850.0145.063
extract_rectangle0.1080.0090.118
fcluster5.7940.0745.810
fcor0.9590.0030.962
fdata0.5520.0050.557
fdr2p0.9520.0080.923
filter_exprs_replicated_in_some_subgroup1.0460.0270.965
filter_features0.5560.0100.528
filter_medoid0.7170.0250.743
filter_samples0.5420.0190.523
fit13.958 0.11312.840
fit_lmx4.6630.0504.359
fitcoefs0.7640.0080.733
fits0.7630.0080.728
fitvars1.0090.0100.980
fix_xlgenes0.0020.0000.001
flevels0.4220.0030.425
fnames0.5040.0050.509
formula2str000
ftype7.1520.1366.858
fvalues0.4160.0000.416
fvars0.4170.0000.417
genome_to_orgdb0.0000.0000.001
group_by_level0.0000.0000.001
guess_compounddiscoverer_quantity0.0010.0000.001
guess_fitsep0.4590.0000.459
guess_maxquant_quantity0.0040.0010.005
guess_sep0.5010.0080.470
has_multiple_levels0.0480.0010.048
hdlproteins0.0400.0020.045
impute2.8660.0052.872
invert_subgroups0.6270.0020.630
is_collapsed_subset000
is_correlation_matrix0.0010.0000.001
is_diann_report0.3930.0390.420
is_fastadt0.0640.0000.065
is_file0.0000.0000.001
is_fraction0.0010.0010.001
is_imputed0.7170.0030.720
is_positive_number0.0010.0000.002
is_scalar_subset0.3290.0020.330
is_sig1.5840.0031.587
is_valid_formula0.0440.0000.044
keep_connected_blocks0.5440.0040.510
keep_connected_features0.7800.0060.694
keep_replicated_features0.9120.0090.819
label2index0.0010.0000.001
list2mat0.0000.0000.001
log2counts0.3970.0000.397
log2cpm0.3840.0000.384
log2diffs0.3590.0010.360
log2proteins0.3700.0000.369
log2sites0.3250.0030.328
log2tpm0.3690.0000.369
log2transform3.6210.0033.623
logical2factor0.0010.0000.001
make_alpha_palette0.5240.0080.510
make_colors0.0090.0010.009
make_volcano_dt0.8760.0000.876
map_fvalues0.3990.0000.399
matrix2sumexp0.9570.0070.942
merge_sample_file0.4610.0010.462
merge_sdata0.5770.0060.548
message_df0.0020.0000.002
modelvar3.6170.0293.537
order_on_p0.9930.0090.978
pca2.9730.0112.962
pg_to_canonical0.0050.0000.005
plot_contrast_venn2.3580.0112.208
plot_contrastogram3.0760.0163.014
plot_data1.2580.0071.230
plot_densities9.0270.1629.061
plot_design0.6200.0050.625
plot_exprs23.699 0.17423.731
plot_exprs_per_coef23.790 0.05023.745
plot_fit_summary1.8310.0101.784
plot_heatmap1.6980.0011.700
plot_matrix0.5010.0130.492
plot_sample_nas5.8030.0255.782
plot_subgroup_points4.4590.0144.434
plot_summary12.546 0.11812.576
plot_venn0.0170.0000.016
plot_venn_heatmap0.0230.0000.023
plot_violins3.6210.0333.616
plot_volcano10.447 0.08310.473
preprocess_rnaseq_counts0.3670.0010.368
pull_columns0.0030.0000.003
read_affymetrix000