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

This page was generated on 2024-11-20 12:07 -0500 (Wed, 20 Nov 2024).

HostnameOSArch (*)R versionInstalled pkgs
teran2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4481
nebbiolo2Linux (Ubuntu 24.04.1 LTS)x86_644.4.2 (2024-10-31) -- "Pile of Leaves" 4479
palomino8Windows Server 2022 Datacenterx644.4.2 (2024-10-31 ucrt) -- "Pile of Leaves" 4359
lconwaymacOS 12.7.1 Montereyx86_644.4.1 (2024-06-14) -- "Race for Your Life" 4539
kunpeng2Linux (openEuler 22.03 LTS-SP1)aarch644.4.1 (2024-06-14) -- "Race for Your Life" 4493
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.6  (landing page)
Aditya Bhagwat
Snapshot Date: 2024-11-19 13:40 -0500 (Tue, 19 Nov 2024)
git_url: https://git.bioconductor.org/packages/autonomics
git_branch: RELEASE_3_20
git_last_commit: 6a01365
git_last_commit_date: 2024-11-15 09:42:12 -0500 (Fri, 15 Nov 2024)
teran2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    OK  UNNEEDED, same version is already published
nebbiolo2Linux (Ubuntu 24.04.1 LTS) / x86_64  OK    OK    ERROR  
palomino8Windows Server 2022 Datacenter / x64  OK    OK    ERROR    OK  
lconwaymacOS 12.7.1 Monterey / x86_64  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.14.6
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.14.6.tar.gz
StartedAt: 2024-11-20 05:14:52 -0000 (Wed, 20 Nov 2024)
EndedAt: 2024-11-20 05:32:47 -0000 (Wed, 20 Nov 2024)
EllapsedTime: 1074.8 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.14.6.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.20-bioc/meat/autonomics.Rcheck’
* using R version 4.4.1 (2024-06-14)
* using platform: aarch64-unknown-linux-gnu
* R was compiled by
    gcc (GCC) 12.2.1 20220819 (openEuler 12.2.1-14)
    GNU Fortran (GCC) 10.3.1
* running under: openEuler 22.03 (LTS-SP1)
* 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.6’
* 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_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
* 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
  ‘/home/biocbuild/bbs-3.20-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.4.1/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.1 (2024-06-14) -- "Race for Your Life"
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 0 | SKIP 0 | PASS 159 ]
> 
> proc.time()
   user  system elapsed 
209.575   3.944 211.518 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS000
COMPOUNDDISCOVERER_PATTERNS000
CONTAMINANTSURL000
FITSEP000
LINMOD_ENGINES000
MAXQUANT_PATTERNS000
TAXON_TO_ORGNAME000
TESTS0.0000.0000.001
X2.2460.0522.305
abstract_fit2.2140.1032.320
add_adjusted_pvalues0.7440.0080.757
add_assay_means0.5350.0040.539
add_facetvars2.8810.0442.929
add_opentargets_by_uniprot0.5980.0000.607
add_psp0.7340.0040.741
add_smiles0.7020.0040.704
analysis0.5510.0040.557
analyze19.111 0.17219.327
annotate_maxquant1.1600.0401.205
annotate_uniprot_rest0.1160.0123.663
assert_is_valid_sumexp0.9210.0160.934
bin1.4910.0671.562
biplot5.0910.0445.142
biplot_corrections4.6620.0094.588
biplot_covariates7.3750.1917.576
block2lme0.0040.0000.004
center2.0130.0242.040
code9.5460.0369.597
coefs1.0720.0041.074
collapsed_entrezg_to_symbol0.0010.0000.001
contrast_subgroup_cols0.8370.0040.838
count_in0.0010.0000.001
counts1.5470.0361.586
counts2cpm0.5390.0040.544
counts2tpm0.5400.0000.542
cpm0.5570.0000.558
create_design1.0110.0041.014
default_coefs1.0220.0121.032
default_formula23.338 0.53123.727
default_geom0.7780.0430.820
default_sfile0.0020.0000.002
demultiplex0.0230.0000.023
dequantify0.0030.0000.003
dequantify_compounddiscoverer0.0010.0000.001
dot-merge0.0230.0000.023
dot-plot_survival5.5660.3165.893
dot-read_maxquant_proteingroups0.1480.0000.149
download_contaminants0.0550.0086.161
download_data0.0000.0000.001
download_gtf000
download_mcclain210.0010.0000.002
dt2mat0.0040.0000.005
enrichment1.8230.1151.943
entrezg_to_symbol0.0010.0000.000
explore_transformations5.0310.2765.316
extract_coef_features7.7500.0927.855
extract_rectangle0.1460.0120.159
fcluster8.4710.1518.641
fcor1.6490.0281.499
fdata0.7700.0640.836
fdr2p1.4500.1161.565
filter_exprs_replicated_in_some_subgroup1.4650.0321.492
filter_features0.7800.0480.825
filter_medoid1.1270.2151.345
filter_samples0.7240.0240.746
fit18.474 0.12918.566
fit_lmx6.4910.0646.548
fitcoefs1.1450.0321.176
fits1.0300.0081.036
fitvars1.5060.0081.514
fix_xlgenes0.0020.0000.002
flevels0.5930.0120.607
fnames0.6560.0320.688
formula2str0.0010.0000.000
ftype10.228 0.14010.324
fvalues0.6440.0680.714
fvars0.6170.0110.631
genome_to_orgdb0.0000.0000.001
group_by_level0.0000.0010.002
guess_compounddiscoverer_quantity0.0000.0020.002
guess_fitsep0.6850.0040.692
guess_maxquant_quantity0.0040.0080.012
guess_sep0.7480.0200.765
has_multiple_levels0.0750.0000.075
hdlproteins0.0750.0000.086
impute4.4750.0324.516
invert_subgroups0.9700.0040.976
is_collapsed_subset0.0010.0000.000
is_correlation_matrix0.0020.0000.001
is_diann_report0.5750.0400.758
is_fastadt0.0930.0000.093
is_file000
is_fraction0.0000.0010.001
is_imputed1.0320.0051.039
is_positive_number0.0020.0000.003
is_scalar_subset0.5660.0040.572
is_sig2.3320.0042.340
is_valid_formula0.0610.0000.061
keep_connected_blocks0.9220.0120.932
keep_connected_features1.0180.0041.017
keep_replicated_features1.1340.0041.132
label2index0.0010.0000.001
list2mat0.0010.0000.001
log2counts0.6200.0040.625
log2cpm0.5870.0000.588
log2diffs0.4790.0040.484
log2proteins0.4760.0000.477
log2sites0.4700.0000.471
log2tpm0.5910.0000.592
log2transform5.1740.0165.202
logical2factor0.0020.0000.001
make_alpha_palette0.8370.0040.839
make_colors0.0120.0000.012
make_volcano_dt1.2690.0121.284
map_fvalues0.6080.0000.609
matrix2sumexp1.4470.0121.458
merge_sample_file0.6900.0000.692
merge_sdata0.8300.0080.836
message_df0.0020.0000.003
modelvar5.2410.0365.281
order_on_p1.3270.0081.334
pca4.1110.0204.135
pg_to_canonical0.0080.0000.008
plot_contrast_venn3.2260.0163.235
plot_contrastogram4.5820.0604.489
plot_data1.7510.0201.770
plot_densities13.405 0.19613.619
plot_design0.9400.0000.942
plot_exprs35.650 0.09535.805
plot_exprs_per_coef35.179 0.19235.438
plot_fit_summary2.7380.0162.753
plot_heatmap2.6050.0242.635
plot_matrix0.7800.0080.786
plot_sample_nas8.9010.0208.936
plot_subgroup_points6.6010.0206.629
plot_summary18.543 0.06418.638
plot_venn0.0180.0000.018
plot_venn_heatmap0.030.000.03
plot_violins5.6430.0605.711
plot_volcano15.371 0.09915.495
preprocess_rnaseq_counts0.5320.0000.533
pull_columns0.0000.0030.002
read_affymetrix000
read_contaminants0.0330.0001.336
read_diann_proteingroups144.129 2.499143.343
read_fragpipe10.232 0.22010.282
read_maxquant_phosphosites2.2310.0202.255
read_maxquant_proteingroups1.8170.0081.829
read_metabolon19.361 0.27919.667
read_msigdt0.0010.0000.001
read_olink1.5260.0481.552
read_rectangles0.2980.0080.306