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

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

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: F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:autonomics.install-out.txt --library=F:\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings autonomics_1.14.8.tar.gz
StartedAt: 2025-03-17 22:54:46 -0400 (Mon, 17 Mar 2025)
EndedAt: 2025-03-17 23:08:23 -0400 (Mon, 17 Mar 2025)
EllapsedTime: 817.5 seconds
RetCode: 1
Status:   ERROR  
CheckDir: autonomics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD check --no-multiarch --install=check:autonomics.install-out.txt --library=F:\biocbuild\bbs-3.20-bioc\R\library --no-vignettes --timings autonomics_1.14.8.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'F:/biocbuild/bbs-3.20-bioc/meat/autonomics.Rcheck'
* using R version 4.4.3 (2025-02-28 ucrt)
* using platform: x86_64-w64-mingw32
* R was compiled by
    gcc.exe (GCC) 13.3.0
    GNU Fortran (GCC) 13.3.0
* running under: Windows Server 2022 x64 (build 20348)
* 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 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 C:\Users\biocbuild\AppData\Local/R/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
  'F:/biocbuild/bbs-3.20-bioc/meat/autonomics.Rcheck/00check.log'
for details.


Installation output

autonomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   F:\biocbuild\bbs-3.20-bioc\R\bin\R.exe CMD INSTALL autonomics
###
##############################################################################
##############################################################################


* installing to library 'F:/biocbuild/bbs-3.20-bioc/R/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 ucrt) -- "Trophy Case"
Copyright (C) 2025 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64

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 
 178.07   12.62  196.46 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS000
COMPOUNDDISCOVERER_PATTERNS000
CONTAMINANTSURL000
FITSEP000
LINMOD_ENGINES000
MAXQUANT_PATTERNS000
TAXON_TO_ORGNAME000
TESTS000
X2.080.102.30
abstract_fit1.890.152.04
add_adjusted_pvalues0.560.000.60
add_assay_means0.490.020.50
add_facetvars2.010.062.08
add_opentargets_by_uniprot0.500.020.53
add_psp0.500.030.54
add_smiles0.490.060.55
analysis0.390.000.39
analyze15.11 0.3116.05
annotate_maxquant1.140.001.17
annotate_uniprot_rest0.040.021.48
assert_is_valid_sumexp0.600.070.66
bin1.180.001.20
biplot4.270.124.55
biplot_corrections3.570.063.64
biplot_covariates6.220.146.36
block2lme0.020.000.02
center1.920.031.95
code9.190.079.27
coefs0.810.040.86
collapsed_entrezg_to_symbol000
contrast_subgroup_cols1.360.081.45
count_in000
counts0.640.000.66
counts2cpm0.340.030.37
counts2tpm0.350.000.34
cpm0.420.020.44
create_design0.890.050.94
default_coefs1.030.091.12
default_formula22.13 0.4522.50
default_geom0.540.050.60
default_sfile000
demultiplex0.020.000.01
dequantify0.010.000.02
dequantify_compounddiscoverer000
dot-merge0.070.000.06
dot-plot_survival5.220.566.45
dot-read_maxquant_proteingroups0.170.000.18
download_contaminants0.00.00.9
download_data000
download_gtf000
download_mcclain21000
dt2mat000
enrichment1.570.141.73
entrezg_to_symbol000
explore_transformations4.560.164.72
extract_coef_features6.330.116.44
extract_rectangle0.140.090.23
fcluster8.230.179.32
fcor1.280.041.39
fdata0.770.030.79
fdr2p1.150.071.24
filter_exprs_replicated_in_some_subgroup1.160.111.26
filter_features0.660.040.69
filter_medoid0.890.031.34
filter_samples0.590.060.66
fit15.75 0.3717.06
fit_lmx5.600.135.74
fitcoefs1.230.011.25
fits0.940.061.00
fitvars1.250.081.33
fix_xlgenes000
flevels0.480.020.50
fnames0.580.000.58
formula2str000
ftype8.970.329.34
fvalues0.620.020.64
fvars0.630.020.64
genome_to_orgdb000
group_by_level000
guess_compounddiscoverer_quantity000
guess_fitsep0.550.000.55
guess_maxquant_quantity0.010.000.02
guess_sep0.780.040.83
has_multiple_levels0.080.000.07
hdlproteins0.060.030.13
impute3.970.023.98
invert_subgroups0.910.050.96
is_collapsed_subset000
is_correlation_matrix0.010.000.01
is_diann_report0.330.090.50
is_fastadt0.080.000.08
is_file000
is_fraction000
is_imputed0.910.000.91
is_positive_number000
is_scalar_subset0.550.000.55
is_sig2.120.022.14
is_valid_formula0.070.000.06
keep_connected_blocks0.730.070.81
keep_connected_features0.780.080.86
keep_replicated_features0.970.081.07
label2index000
list2mat000
log2counts0.610.000.61
log2cpm0.620.000.63
log2diffs0.550.010.56
log2proteins0.410.020.42
log2sites0.330.030.36
log2tpm0.640.000.64
log2transform5.090.035.14
logical2factor000
make_alpha_palette0.860.060.92
make_colors0.020.000.02
make_volcano_dt1.290.021.31
map_fvalues0.440.000.44
matrix2sumexp1.500.061.56
merge_sample_file0.660.020.67
merge_sdata0.700.070.78
message_df000
modelvar4.010.164.19
order_on_p1.250.061.31
pca3.830.164.05
pg_to_canonical000
plot_contrast_venn3.030.113.14
plot_contrastogram3.820.174.10
plot_data1.930.082.01
plot_densities12.32 0.3612.67
plot_design0.900.010.92
plot_exprs30.99 0.3031.29
plot_exprs_per_coef33.31 0.3633.67
plot_fit_summary2.390.092.50
plot_heatmap2.590.002.60
plot_matrix0.700.050.75
plot_sample_nas7.910.088.01
plot_subgroup_points6.280.176.46
plot_summary16.22 0.1916.40
plot_venn0.010.000.02
plot_venn_heatmap0.050.000.04
plot_violins5.300.195.49
plot_volcano14.20 0.2414.44
preprocess_rnaseq_counts0.360.000.36
pull_columns000
read_affymetrix000