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

This page was generated on 2025-01-25 15:38 -0500 (Sat, 25 Jan 2025).

HostnameOSArch (*)R versionInstalled pkgs
nebbiolo1Linux (Ubuntu 24.04.1 LTS)x86_64R Under development (unstable) (2025-01-20 r87609) -- "Unsuffered Consequences" 4658
palomino7Windows Server 2022 Datacenterx64R Under development (unstable) (2025-01-21 r87610 ucrt) -- "Unsuffered Consequences" 4455
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch64R Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences" 4408
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 116/2286HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
autonomics 1.15.142  (landing page)
Aditya Bhagwat
Snapshot Date: 2025-01-24 13:40 -0500 (Fri, 24 Jan 2025)
git_url: https://git.bioconductor.org/packages/autonomics
git_branch: devel
git_last_commit: 0c39fcd
git_last_commit_date: 2025-01-23 09:13:12 -0500 (Thu, 23 Jan 2025)
nebbiolo1Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
palomino7Windows Server 2022 Datacenter / x64  OK    OK    OK    OK  UNNEEDED, same version is already published
kunpeng2Linux (openEuler 22.03 LTS-SP1) / aarch64  OK    OK    ERROR  


CHECK results for autonomics on kunpeng2

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.
- See Martin Grigorov's blog post for how to debug Linux ARM64 related issues on a x86_64 host.

raw results


Summary

Package: autonomics
Version: 1.15.142
Command: /home/biocbuild/R/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings autonomics_1.15.142.tar.gz
StartedAt: 2025-01-25 04:04:05 -0000 (Sat, 25 Jan 2025)
EndedAt: 2025-01-25 04:24:28 -0000 (Sat, 25 Jan 2025)
EllapsedTime: 1223.1 seconds
RetCode: 1
Status:   ERROR  
CheckDir: autonomics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/R/R/site-library --no-vignettes --timings autonomics_1.15.142.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.21-bioc/meat/autonomics.Rcheck’
* using R Under development (unstable) (2024-11-24 r87369)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    aarch64-unknown-linux-gnu-gcc (GCC) 14.2.0
    GNU Fortran (GCC) 14.2.0
* running under: openEuler 24.03 (LTS)
* 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.15.142’
* package encoding: UTF-8
* checking package namespace information ... OK
* checking package dependencies ... INFO
Imports includes 30 non-default packages.
Importing from so many packages makes the package vulnerable to any of
them becoming unavailable.  Move as many as possible to Suggests and
use conditionally.
* 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 ... NOTE
Warning: program compiled against libxml 212 using older 211
* 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_rnaseq_bams
> ### Title: Read rnaseq counts/bams
> ### Aliases: .read_rnaseq_bams .read_rnaseq_counts read_rnaseq_bams
> ###   read_rnaseq_counts
> 
> ### ** Examples
> 
> # read_rnaseq_bams
>   if (requireNamespace('Rsubread')){
+       dir <- download_data('billing16.bam.zip')
+       object <- read_rnaseq_bams(dir, paired = TRUE, genome = 'hg38')  
+       object <- read_rnaseq_bams(dir, paired = TRUE, genome = 'hg38', plot = TRUE)  
+   }
Loading required namespace: Rsubread
unzip
Warning in unzip(filepath, exdir = substr(filepath, 1, nchar(filepath) -  :
  error 1 in extracting from zip file
NCBI RefSeq annotation for hg38 (build 38.2) is used.
Error in (function (files, annot.inbuilt = "mm39", annot.ext = NULL, isGTFAnnotationFile = FALSE,  : 
  No read files provided!
Calls: read_rnaseq_bams ... .read_rnaseq_bams -> count_reads -> do.call -> <Anonymous>
Execution halted
Examples with CPU (user + system) or elapsed time > 5s
                            user system elapsed
read_diann_proteingroups 142.016  0.893 170.545
fit_linmod                42.500  0.118  47.482
plot_exprs_per_coef       33.495  0.208  38.091
plot_exprs                31.618  0.202  36.653
default_formula           23.679  0.414  27.612
analyze                   20.997  0.156  22.122
read_metabolon            20.598  0.055  22.398
plot_summary              19.931  0.140  22.304
plot_volcano              17.205  0.036  18.638
plot_densities            11.404  0.084  12.896
ftype                     10.919  0.175  12.263
extract_coef_features      9.976  0.051  12.670
plot_sample_nas            8.510  0.020   9.168
fcluster                   8.413  0.072   8.999
read_fragpipe              8.360  0.005  10.287
code                       7.528  0.222   8.151
biplot_covariates          7.405  0.055   8.139
fit_survival               6.752  0.024   7.342
plot_subgroup_points       6.532  0.012   7.040
biplot                     5.892  0.167   6.191
impute                     5.443  0.096   6.279
plot_violins               5.432  0.048   6.238
modelvar                   5.240  0.016   5.718
log2transform              5.037  0.020   6.242
plot_survival              4.851  0.035   5.564
plot_contrastogram         4.142  0.088   5.131
annotate_uniprot_rest      0.209  0.004   5.237
* 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, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.21-bioc/meat/autonomics.Rcheck/00check.log’
for details.


Installation output

autonomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/R/R/bin/R CMD INSTALL autonomics
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/R/R-4.5.0-devel_2024-11-24/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 Under development (unstable) (2024-11-24 r87369) -- "Unsuffered Consequences"
Copyright (C) 2024 The R Foundation for Statistical Computing
Platform: aarch64-unknown-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 2 | SKIP 0 | PASS 158 ]

[ FAIL 0 | WARN 2 | SKIP 0 | PASS 158 ]
> 
> proc.time()
   user  system elapsed 
202.854   2.835 226.032 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS0.0010.0000.001
COMPOUNDDISCOVERER_PATTERNS000
FITSEP0.0000.0010.000
LINMODENGINES000
MAXQUANT_PATTERNS000
SURVIVALENGINES0.0000.0000.001
TAXON_TO_ORGNAME000
TESTS0.0000.0010.000
X2.1430.0722.455
abstract_fit3.0890.1513.309
add_adjusted_pvalues0.7610.0250.888
add_assay_means0.4690.0040.478
add_facetvars2.0980.0042.106
add_opentargets_by_uniprot0.5160.0040.889
add_psp0.6730.0080.725
add_smiles0.6070.0160.625
analysis0.5130.0120.526
analyze20.997 0.15622.122
annotate_maxquant1.1640.0281.205
annotate_uniprot_rest0.2090.0045.237
assert_is_valid_sumexp0.8410.0161.157
bin0.5220.0000.524
biplot5.8920.1676.191
biplot_corrections4.4610.0074.710
biplot_covariates7.4050.0558.139
block2lme0.0040.0000.010
center2.0020.0042.078
code7.5280.2228.151
coefs1.1490.0591.501
collapsed_entrezg_to_symbol000
contrast_subgroup_cols0.7670.0200.789
count_in0.0010.0000.002
counts0.4630.0000.546
counts2cpm0.4280.0000.430
counts2tpm0.3910.0000.391
cpm0.4270.0000.436
create_design1.8460.0682.038
default_formula23.679 0.41427.612
default_geom0.6590.0040.664
default_sfile0.0020.0000.002
demultiplex0.020.000.02
dequantify0.0030.0000.003
dequantify_compounddiscoverer0.0020.0000.002
dot-coxph0.6020.0200.986
dot-merge0.0240.0000.048
dot-read_maxquant_proteingroups0.1320.0040.153
download_data000
download_gtf000
download_mcclain210.0010.0000.006
dt2mat0.0050.0000.009
enrichment2.6610.0283.515
entrezg_to_symbol0.0000.0000.001
extract_coef_features 9.976 0.05112.670
extract_rectangle0.1580.0120.171
fcluster8.4130.0728.999
fcor1.3720.0081.474
fdata0.7670.0080.981
fdr2p1.3900.0171.886
filter_exprs_replicated_in_some_subgroup1.4250.0001.643
filter_features0.7010.0150.731
filter_medoid0.9370.0121.011
filter_samples0.7320.0280.913
fit_linmod42.500 0.11847.482
fit_survival6.7520.0247.342
fitcoefs1.1640.0161.229
fits1.0680.0121.092
fix_xlgenes0.0020.0000.002
flevels0.5680.0000.569
fnames0.6110.0000.628
formula2str000
ftype10.919 0.17512.263
fvalues0.5950.0040.601
fvars0.5280.0040.805
genome_to_orgdb000
group_by_level0.0010.0000.001
guess_compounddiscoverer_quantity0.0010.0000.001
guess_fitsep0.6530.0040.658
guess_maxquant_quantity0.0060.0000.006
guess_sep0.7240.0121.062
has_multiple_levels0.0690.0040.073
hdlproteins0.0690.0040.203
impute5.4430.0966.279
invert_subgroups0.8730.0160.979
is_collapsed_subset0.0010.0000.000
is_correlation_matrix0.0020.0000.001
is_diann_report0.6250.0141.769
is_fastadt0.0800.0040.168
is_file0.0010.0000.001
is_fraction0.0020.0000.007
is_imputed1.0220.0401.789
is_positive_number0.0030.0000.003
is_scalar_subset0.4090.0040.434
is_sig2.2990.0042.548
is_valid_formula0.0570.0000.057
keep_connected_blocks0.6400.0120.911
keep_connected_features0.9580.0201.360
keep_replicated_features1.0440.0241.071
label2index0.0000.0000.001
list2mat0.0010.0000.001
log2counts0.4290.0240.454
log2cpm0.4070.0000.408
log2diffs0.4360.0040.756
log2proteins0.4300.0120.560
log2sites0.4200.0160.445
log2tpm0.4480.0000.454
log2transform5.0370.0206.242
logical2factor0.0020.0000.002
make_alpha_palette0.6880.0120.978
make_colors0.0120.0000.012
make_volcano_dt1.2040.0041.212
map_fvalues0.5030.0160.520
matrix2sumexp1.2650.0031.472
merge_sample_file0.5940.0080.611
merge_sdata0.7360.0080.749
message_df0.0020.0000.003
model_coefs0.9890.0121.057
modelvar5.2400.0165.718
order_on_p1.7720.0252.219
pca4.0240.0154.720
pg_to_canonical0.0090.0000.022
plot_coef_densities1.5620.0201.748
plot_contrast_venn3.5490.0204.021
plot_contrastogram4.1420.0885.131
plot_data1.7640.0081.820
plot_densities11.404 0.08412.896
plot_design0.8720.0150.935
plot_exprs31.618 0.20236.653
plot_exprs_per_coef33.495 0.20838.091
plot_fit_summary2.8290.0623.337
plot_heatmap3.0070.0123.297
plot_joint_density3.8280.0243.998
plot_matrix0.6600.0161.150
plot_sample_nas8.5100.0209.168
plot_subgroup_points6.5320.0127.040
plot_summary19.931 0.14022.304
plot_survival4.8510.0355.564
plot_venn0.0050.0000.005
plot_venn_heatmap0.0290.0000.029
plot_violins5.4320.0486.238
plot_volcano17.205 0.03618.638
preprocess_rnaseq_counts0.3880.0040.553
pull_columns0.0030.0000.003
read_affymetrix000
read_diann_proteingroups142.016 0.893170.545
read_fragpipe 8.360 0.00510.287
read_maxquant_phosphosites1.9400.0162.375
read_maxquant_proteingroups1.5450.0001.974
read_metabolon20.598 0.05522.398
read_msigdt0.0010.0000.001
read_olink1.7470.0482.543
read_rectangles0.2340.0040.327