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

This page was generated on 2025-03-10 12:10 -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 kjohnson1

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: /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:autonomics.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings autonomics_1.14.8.tar.gz
StartedAt: 2025-03-07 12:20:55 -0500 (Fri, 07 Mar 2025)
EndedAt: 2025-03-07 12:32:19 -0500 (Fri, 07 Mar 2025)
EllapsedTime: 684.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: autonomics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:autonomics.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings autonomics_1.14.8.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.20-bioc/meat/autonomics.Rcheck’
* using R version 4.4.3 (2025-02-28)
* using platform: aarch64-apple-darwin20
* R was compiled by
    Apple clang version 14.0.0 (clang-1400.0.29.202)
    GNU Fortran (GCC) 12.2.0
* running under: macOS Ventura 13.7.1
* 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 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 /Users/biocbuild/Library/Caches/org.R-project.R/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
  ‘/Users/biocbuild/bbs-3.20-bioc/meat/autonomics.Rcheck/00check.log’
for details.


Installation output

autonomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Resources/bin/R CMD INSTALL autonomics
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/4.4-arm64/Resources/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-apple-darwin20

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 
169.789   8.843 170.507 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS0.0000.0000.001
COMPOUNDDISCOVERER_PATTERNS0.0000.0010.000
CONTAMINANTSURL0.0010.0010.000
FITSEP000
LINMOD_ENGINES000
MAXQUANT_PATTERNS0.0000.0000.001
TAXON_TO_ORGNAME0.0000.0010.000
TESTS000
X1.7730.1151.678
abstract_fit2.2180.1692.003
add_adjusted_pvalues0.5970.0300.629
add_assay_means0.3810.0080.389
add_facetvars2.0590.0831.906
add_opentargets_by_uniprot0.4360.0100.448
add_psp0.5560.0140.571
add_smiles0.5860.0550.526
analysis0.5160.0200.425
analyze13.973 0.29712.887
annotate_maxquant0.6980.0290.744
annotate_uniprot_rest0.0850.0151.559
assert_is_valid_sumexp0.7320.0630.792
bin1.4280.0301.420
biplot3.2390.0833.106
biplot_corrections3.0100.0442.947
biplot_covariates5.3170.1085.221
block2lme0.0030.0010.003
center1.4710.0201.492
code6.3660.0976.238
coefs0.9910.0650.846
collapsed_entrezg_to_symbol0.0010.0010.001
contrast_subgroup_cols0.7970.0670.690
count_in0.0020.0010.001
counts0.4680.0060.465
counts2cpm0.4030.0030.407
counts2tpm1.4580.0071.466
cpm0.4250.0040.429
create_design0.9120.0720.760
default_coefs0.9500.0710.786
default_formula17.882 0.75816.227
default_geom0.7300.0650.643
default_sfile0.0050.0010.003
demultiplex0.0200.0010.012
dequantify0.0040.0010.002
dequantify_compounddiscoverer0.0020.0010.001
dot-merge0.0370.0030.021
dot-plot_survival5.0390.3055.335
dot-read_maxquant_proteingroups0.1460.0050.151
download_contaminants0.0280.0100.652
download_data0.0000.0000.001
download_gtf000
download_mcclain210.0000.0010.001
dt2mat0.0040.0000.004
enrichment1.3020.0851.389
entrezg_to_symbol0.0000.0000.001
explore_transformations3.4550.1403.596
extract_coef_features5.1350.1005.005
extract_rectangle0.1470.0440.191
fcluster6.6210.1706.112
fcor1.0620.0291.099
fdata0.5740.0110.586
fdr2p1.2040.0811.027
filter_exprs_replicated_in_some_subgroup1.4720.1171.022
filter_features0.8930.0850.642
filter_medoid0.8250.0220.806
filter_samples0.6840.0600.585
fit18.441 0.87813.695
fit_lmx6.2990.3314.577
fitcoefs0.9900.0710.836
fits0.9620.0750.813
fitvars1.2580.0731.112
fix_xlgenes0.0020.0000.002
flevels0.4400.0050.445
fnames0.5460.0080.555
formula2str000
ftype8.9880.5787.405
fvalues0.4810.0100.460
fvars0.4280.0060.435
genome_to_orgdb000
group_by_level0.0010.0000.002
guess_compounddiscoverer_quantity0.0010.0000.001
guess_fitsep0.4650.0090.479
guess_maxquant_quantity0.0050.0010.006
guess_sep0.6400.0570.564
has_multiple_levels0.0970.0080.055
hdlproteins0.1000.0350.091
impute3.1000.0383.143
invert_subgroups0.6980.0070.704
is_collapsed_subset0.0010.0000.000
is_correlation_matrix0.0020.0000.001
is_diann_report0.7230.0940.448
is_fastadt0.1300.0110.073
is_file0.0010.0010.001
is_fraction0.0020.0010.002
is_imputed0.8640.0210.841
is_positive_number0.0020.0000.001
is_scalar_subset0.3450.0050.349
is_sig1.6430.0111.658
is_valid_formula0.0420.0010.045
keep_connected_blocks0.6510.0620.565
keep_connected_features1.1130.1030.745
keep_replicated_features1.4310.1230.960
label2index0.0020.0010.001
list2mat0.0020.0010.001
log2counts0.6040.0260.467
log2cpm0.3900.0030.393
log2diffs0.4000.0060.407
log2proteins0.3640.0050.371
log2sites0.3540.0050.360
log2tpm0.4180.0030.422
log2transform4.0340.1614.204
logical2factor0.0010.0000.002
make_alpha_palette0.7200.0670.621
make_colors0.0260.0030.015
make_volcano_dt0.9900.0220.960
map_fvalues0.4250.0080.432
matrix2sumexp1.2020.0761.053
merge_sample_file0.5220.0120.533
merge_sdata0.7510.0760.636
message_df0.0030.0010.003
modelvar4.1410.1483.545
order_on_p1.1180.0790.957
pca3.1570.0953.026
pg_to_canonical0.0040.0010.005
plot_contrast_venn2.9340.1482.339
plot_contrastogram3.7730.1973.398
plot_data1.5590.1001.315
plot_densities11.802 0.42311.005
plot_design0.6400.0110.655
plot_exprs26.185 0.40524.491
plot_exprs_per_coef25.193 0.40323.532
plot_fit_summary2.4150.1321.881
plot_heatmap1.7540.0131.771
plot_matrix0.5970.0470.514
plot_sample_nas6.3060.1245.701
plot_subgroup_points5.0490.1704.451
plot_summary13.662 0.22812.821
plot_venn0.0250.0020.026
plot_venn_heatmap0.0210.0020.023
plot_violins4.1070.1014.036
plot_volcano10.228 0.13310.546
preprocess_rnaseq_counts0.3810.0030.386
pull_columns0.0020.0010.003
read_affymetrix0.0010.0000.001