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

This page was generated on 2025-03-17 12:08 -0400 (Mon, 17 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" 4399
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-13 13:00 -0400 (Thu, 13 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 merida1

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-13 23:30:08 -0400 (Thu, 13 Mar 2025)
EndedAt: 2025-03-13 23:54:16 -0400 (Thu, 13 Mar 2025)
EllapsedTime: 1447.4 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: x86_64-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 Monterey 12.7.6
* 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-x86_64/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: x86_64-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 
284.332   9.674 309.326 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS0.0000.0010.002
COMPOUNDDISCOVERER_PATTERNS0.0000.0010.001
CONTAMINANTSURL0.0000.0000.001
FITSEP0.0000.0000.001
LINMOD_ENGINES0.0000.0010.001
MAXQUANT_PATTERNS0.0010.0010.001
TAXON_TO_ORGNAME0.0000.0000.001
TESTS0.0000.0010.001
X3.8940.1694.383
abstract_fit3.3870.1973.612
add_adjusted_pvalues1.2850.0571.348
add_assay_means0.9200.0130.938
add_facetvars5.0450.1035.254
add_opentargets_by_uniprot1.0050.0121.025
add_psp1.2030.0241.243
add_smiles1.2060.0691.292
analysis0.9320.0110.964
analyze33.407 0.23234.546
annotate_maxquant1.8840.0571.950
annotate_uniprot_rest0.1500.0242.046
assert_is_valid_sumexp2.2690.0752.357
bin1.0140.0391.062
biplot8.8000.0969.021
biplot_corrections7.7940.0888.004
biplot_covariates12.696 0.10513.015
block2lme0.0070.0020.009
center3.4880.0353.662
code17.056 0.13418.081
coefs1.9160.0682.109
collapsed_entrezg_to_symbol0.0010.0010.002
contrast_subgroup_cols1.4440.0641.578
count_in0.0020.0020.003
counts1.0770.0091.156
counts2cpm0.9540.0101.005
counts2tpm0.9500.0060.993
cpm0.9790.0061.038
create_design1.7560.0751.951
default_coefs1.8470.0702.031
default_formula38.358 0.58141.079
default_geom1.3410.0731.495
default_sfile0.0030.0010.004
demultiplex0.0330.0020.036
dequantify0.0060.0010.007
dequantify_compounddiscoverer0.0020.0010.004
dot-merge0.0320.0020.035
dot-plot_survival8.1290.5469.097
dot-read_maxquant_proteingroups0.2020.0080.217
download_contaminants0.0220.0096.849
download_data0.0010.0010.001
download_gtf0.0010.0000.000
download_mcclain210.0000.0010.002
dt2mat0.0070.0010.009
enrichment3.1180.0853.475
entrezg_to_symbol0.0010.0000.001
explore_transformations8.4310.3159.158
extract_coef_features13.336 0.11814.216
extract_rectangle0.2810.0640.362
fcluster14.055 0.12215.164
fcor2.1970.0733.375
fdata1.3070.0441.546
fdr2p2.3270.0822.761
filter_exprs_replicated_in_some_subgroup2.4180.0712.621
filter_features1.3250.0751.673
filter_medoid1.8700.0322.019
filter_samples1.3610.0691.547
fit31.870 0.31133.824
fit_lmx10.942 0.11411.924
fitcoefs1.9770.0712.267
fits1.8970.0702.181
fitvars2.6380.0822.992
fix_xlgenes0.0040.0000.004
flevels1.0420.0121.162
fnames1.1150.0151.262
formula2str0.0000.0000.001
ftype17.035 0.38818.892
fvalues1.0280.0101.087
fvars1.0370.0091.086
genome_to_orgdb0.0010.0010.002
group_by_level0.0020.0020.004
guess_compounddiscoverer_quantity0.0020.0020.003
guess_fitsep1.1550.0101.225
guess_maxquant_quantity0.0110.0030.027
guess_sep1.2950.0791.567
has_multiple_levels0.1370.0060.146
hdlproteins0.0820.0580.153
impute7.2500.0637.678
invert_subgroups1.5980.0111.680
is_collapsed_subset0.0010.0000.002
is_correlation_matrix0.0020.0020.003
is_diann_report0.3890.0820.541
is_fastadt0.1520.0020.160
is_file0.0010.0010.002
is_fraction0.0030.0010.005
is_imputed1.7270.0131.834
is_positive_number0.0040.0010.008
is_scalar_subset0.8810.0111.004
is_sig3.8540.0204.221
is_valid_formula0.1020.0030.119
keep_connected_blocks1.5020.1631.887
keep_connected_features1.7860.0792.098
keep_replicated_features2.0950.1482.361
label2index0.0020.0010.003
list2mat0.0010.0010.002
log2counts1.0370.0281.124
log2cpm0.9750.0051.021
log2diffs0.8280.0090.883
log2proteins0.8270.0100.884
log2sites0.8330.0090.883
log2tpm1.0250.0071.098
log2transform8.7200.0799.342
logical2factor0.0030.0010.004
make_alpha_palette1.4080.0741.561
make_colors0.0170.0030.020
make_volcano_dt2.1470.0182.269
map_fvalues0.9840.0161.065
matrix2sumexp2.4280.0772.919
merge_sample_file1.1300.0191.248
merge_sdata1.4340.0951.601
message_df0.0040.0000.005
modelvar 9.309 0.11010.263
order_on_p2.3100.0722.744
pca7.0590.0998.059
pg_to_canonical0.0150.0010.016
plot_contrast_venn5.7890.0866.672
plot_contrastogram7.7760.1568.869
plot_data3.0120.0823.465
plot_densities21.033 0.30623.747
plot_design1.4780.0151.627
plot_exprs61.135 0.26264.078
plot_exprs_per_coef62.388 0.27863.593
plot_fit_summary4.7150.0734.885
plot_heatmap4.4640.0234.859
plot_matrix1.3100.0671.428
plot_sample_nas14.520 0.05614.915
plot_subgroup_points11.395 0.10412.017
plot_summary32.537 0.16436.050
plot_venn0.0260.0020.028
plot_venn_heatmap0.0500.0020.055
plot_violins 9.235 0.12310.142
plot_volcano25.034 0.17926.675
preprocess_rnaseq_counts0.8890.0050.977
pull_columns0.0050.0020.006
read_affymetrix0.0010.0000.001