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

This page was generated on 2025-03-10 12:05 -0400 (Mon, 10 Mar 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.3 (2025-02-28) -- "Trophy Case" 4670
palomino8Windows Server 2022 Datacenterx644.4.3 (2025-02-28 ucrt) -- "Trophy Case" 4355
merida1macOS 12.7.5 Montereyx86_644.4.3 (2025-02-28) -- "Trophy Case" 4446
kjohnson1macOS 13.6.6 Venturaarm644.4.3 (2025-02-28) -- "Trophy Case" 4439
taishanLinux (openEuler 24.03 LTS)aarch644.4.3 (2025-02-28) -- "Trophy Case" 4306
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-06 13:00 -0500 (Thu, 06 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 -0500 (Thu, 23 Jan 2025)
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  ERROR    ERROR  skippedskipped
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-06 20:24:31 -0500 (Thu, 06 Mar 2025)
EndedAt: 2025-03-06 20:35:49 -0500 (Thu, 06 Mar 2025)
EllapsedTime: 678.1 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 
135.108   3.698 136.346 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS0.0000.0000.001
COMPOUNDDISCOVERER_PATTERNS000
CONTAMINANTSURL000
FITSEP0.0010.0000.000
LINMOD_ENGINES000
MAXQUANT_PATTERNS000
TAXON_TO_ORGNAME0.0000.0000.001
TESTS000
X1.5390.0631.581
abstract_fit1.5910.1581.729
add_adjusted_pvalues0.5200.0110.533
add_assay_means0.3620.0110.374
add_facetvars1.8940.0691.942
add_opentargets_by_uniprot0.4140.0080.424
add_psp0.4940.0060.501
add_smiles0.4820.0060.467
analysis0.3800.0030.383
analyze12.585 0.17212.667
annotate_maxquant0.7860.0220.809
annotate_uniprot_rest0.3340.0142.100
assert_is_valid_sumexp0.6850.0080.655
bin1.2260.0701.296
biplot3.2970.0243.283
biplot_corrections2.9580.0332.953
biplot_covariates4.7850.0724.837
block2lme0.0020.0000.003
center1.3390.0191.359
code6.2640.0186.261
coefs0.7070.0110.698
collapsed_entrezg_to_symbol0.0000.0000.001
contrast_subgroup_cols0.5770.0030.559
count_in0.0010.0000.001
counts1.1680.1321.301
counts2cpm0.3470.0020.350
counts2tpm0.3420.0010.344
cpm0.3440.0000.345
create_design0.6870.0130.665
default_coefs0.6920.0060.662
default_formula15.337 0.30815.266
default_geom0.5180.0060.505
default_sfile0.0010.0000.002
demultiplex0.0130.0000.013
dequantify0.0010.0010.002
dequantify_compounddiscoverer0.0010.0000.001
dot-merge0.0140.0000.014
dot-plot_survival3.9030.0423.945
dot-read_maxquant_proteingroups0.1110.0030.114
download_contaminants0.1770.0033.142
download_data000
download_gtf000
download_mcclain210.0010.0000.001
dt2mat0.0070.0000.006
enrichment1.1960.0291.226
entrezg_to_symbol000
explore_transformations3.2130.1143.327
extract_coef_features4.8240.0144.818
extract_rectangle0.1030.0030.106
fcluster5.4580.0305.422
fcor0.900.010.91
fdata0.5180.0010.520
fdr2p0.9130.0070.883
filter_exprs_replicated_in_some_subgroup0.9880.0160.896
filter_features0.5330.0050.499
filter_medoid0.6900.0130.703
filter_samples0.5250.0080.495
fit13.169 0.14012.505
fit_lmx4.4280.0814.256
fitcoefs0.7460.0050.715
fits0.7360.0230.737
fitvars1.0810.0101.055
fix_xlgenes0.0010.0000.002
flevels0.4330.0050.438
fnames0.4830.0220.505
formula2str000
ftype6.9040.0816.627
fvalues0.4250.0000.425
fvars0.4050.0020.407
genome_to_orgdb000
group_by_level0.0000.0000.001
guess_compounddiscoverer_quantity0.0010.0000.001
guess_fitsep0.4650.0010.466
guess_maxquant_quantity0.0050.0000.005
guess_sep0.5140.0060.482
has_multiple_levels0.0520.0000.053
hdlproteins0.0380.0060.047
impute2.9080.0312.938
invert_subgroups0.6340.0050.639
is_collapsed_subset0.0010.0000.001
is_correlation_matrix0.0010.0000.001
is_diann_report0.4600.0460.482
is_fastadt0.0620.0000.062
is_file0.0000.0000.001
is_fraction0.0020.0000.001
is_imputed0.7050.0010.706
is_positive_number0.0010.0000.002
is_scalar_subset0.3340.0010.335
is_sig1.5230.0021.525
is_valid_formula0.0420.0010.043
keep_connected_blocks0.5240.0050.501
keep_connected_features0.7160.0070.675
keep_replicated_features0.8960.0150.796
label2index0.0010.0000.000
list2mat0.0010.0000.000
log2counts0.3830.0000.383
log2cpm0.3760.0000.377
log2diffs0.3310.0010.332
log2proteins0.3620.0000.362
log2sites0.3260.0000.326
log2tpm0.3730.0010.373
log2transform3.5210.0633.584
logical2factor0.0010.0000.002
make_alpha_palette0.5640.0070.549
make_colors0.0080.0010.010
make_volcano_dt0.8990.0050.904
map_fvalues0.3890.0000.389
matrix2sumexp0.9040.0080.893
merge_sample_file0.4880.0010.490
merge_sdata0.5570.0040.526
message_df0.0020.0000.002
modelvar3.5100.0793.490
order_on_p0.9250.0120.915
pca2.7970.0182.791
pg_to_canonical0.0050.0000.005
plot_contrast_venn2.3290.0542.249
plot_contrastogram2.9880.0262.915
plot_data1.2470.0111.228
plot_densities8.9310.1899.038
plot_design0.5840.0040.588
plot_exprs22.802 0.02022.697
plot_exprs_per_coef22.805 0.00922.702
plot_fit_summary1.7820.0141.739
plot_heatmap1.6920.0001.692
plot_matrix0.4890.0070.473
plot_sample_nas5.6520.0075.612
plot_subgroup_points4.2220.0064.173
plot_summary11.881 0.02211.804
plot_venn0.0160.0000.016
plot_venn_heatmap0.0190.0000.019
plot_violins3.4810.0123.473
plot_volcano9.6480.0649.658
preprocess_rnaseq_counts0.3880.0160.404
pull_columns0.0020.0000.002
read_affymetrix000