Back to Build/check report for BioC 3.17:   simplified   long
[A]BCDEFGHIJKLMNOPQRSTUVWXYZ

This page was generated on 2023-03-27 05:50:29 -0000 (Mon, 27 Mar 2023).

HostnameOSArch (*)R versionInstalled pkgs
kunpeng1Linux (Ubuntu 22.04.1 LTS)aarch64R Under development (unstable) (2023-03-12 r83975) -- "Unsuffered Consequences" 6083
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

CHECK results for autonomics on kunpeng1


To the developers/maintainers of the autonomics package:
- Please 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 How and When does the builder pull? When will my changes propagate? for more information.
- Make sure to use the following settings in order to reproduce any error or warning you see on this page.

raw results

Package 111/2195HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
autonomics 1.7.0  (landing page)
Aditya Bhagwat
Snapshot Date: 2023-03-24 01:40:07 -0000 (Fri, 24 Mar 2023)
git_url: https://git.bioconductor.org/packages/autonomics
git_branch: devel
git_last_commit: 648ec51
git_last_commit_date: 2022-11-01 15:24:11 -0000 (Tue, 01 Nov 2022)
kunpeng1Linux (Ubuntu 22.04.1 LTS) / aarch64  OK    OK    ERROR  

Summary

Package: autonomics
Version: 1.7.0
Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings autonomics_1.7.0.tar.gz
StartedAt: 2023-03-24 21:07:59 -0000 (Fri, 24 Mar 2023)
EndedAt: 2023-03-24 21:20:57 -0000 (Fri, 24 Mar 2023)
EllapsedTime: 778.3 seconds
RetCode: 1
Status:   ERROR  
CheckDir: autonomics.Rcheck
Warnings: NA

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:autonomics.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/site-library --timings autonomics_1.7.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/autonomics.Rcheck’
* using R Under development (unstable) (2023-03-12 r83975)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
    gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
    GNU Fortran (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
* running under: Ubuntu 22.04.2 LTS
* using session charset: UTF-8
* checking for file ‘autonomics/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘autonomics’ version ‘1.7.0’
* 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 R 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 ... WARNING
'::' or ':::' imports not declared from:
  ‘bit64’ ‘dplyr’
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
un_int64: no visible global function definition for ‘where’
Undefined global functions or variables:
  where
* 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 ... WARNING
Undocumented arguments in documentation object 'normimpute'
  ‘ref’ ‘pos’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* 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: log2transform
> ### Title: Transform values
> ### Aliases: log2transform exp2 zscore quantnorm invnorm
> 
> ### ** Examples
> 
> require(magrittr)
Loading required package: magrittr
> file <- download_data('fukuda20.proteingroups.txt')
> object <- read_proteingroups(file, plot=FALSE, impute=FALSE)
	Read ~/.cache/autonomics/a8dba75851659_fukuda20.proteingroups.txt
		Infer subgroup from sample_ids
		Replace 0->NA for 15654/41112 values (in 3998/6852 features of 6/6 samples)
		Log2 transform
	Filter features
		Retain 6735/6852 features: ~Reverse != "+"
		Retain 6692/6735 features: contaminant != '+'
		Retain 6679/6692 features: non-zero, non-NA, and non-NaN for some sample
		Filter 4534/6679 features: expr > 0 for at least two samples in some subgroup
	Transform exprs
> 
> object                       %>% plot_sample_densities()
> invnorm(object)              %>% plot_sample_densities()
Killed
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.R’
 OK
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
  ‘using_autonomics.Rmd’ using ‘UTF-8’... OK
 NONE
* checking re-building of vignette outputs ... ERROR
Error(s) in re-building vignettes:
--- re-building ‘using_autonomics.Rmd’ using rmarkdown
trying URL 'https://ftp.ncbi.nlm.nih.gov/geo/series/GSE161nnn/GSE161731/suppl//GSE161731_counts.csv.gz?tool=geoquery'
Content type 'application/x-gzip' length 8347405 bytes (8.0 MB)
==================================================
downloaded 8.0 MB

trying URL 'https://ftp.ncbi.nlm.nih.gov/geo/series/GSE161nnn/GSE161731/suppl//GSE161731_counts_key.csv.gz?tool=geoquery'
Content type 'application/x-gzip' length 2443 bytes
==================================================
downloaded 2443 bytes

trying URL 'https://ftp.ncbi.nlm.nih.gov/geo/series/GSE161nnn/GSE161731/suppl//GSE161731_key.csv.gz?tool=geoquery'
Content type 'application/x-gzip' length 2398 bytes
==================================================
downloaded 2398 bytes

trying URL 'https://ftp.ncbi.nlm.nih.gov/geo/series/GSE161nnn/GSE161731/suppl//GSE161731_xpr_nlcpm.csv.gz?tool=geoquery'
Content type 'application/x-gzip' length 16839511 bytes (16.1 MB)
==================================================
downloaded 16.1 MB

trying URL 'https://ftp.ncbi.nlm.nih.gov/geo/series/GSE161nnn/GSE161731/suppl//GSE161731_xpr_tpm_geo.txt.gz?tool=geoquery'
Content type 'application/x-gzip' length 23859414 bytes (22.8 MB)
==================================================
downloaded 22.8 MB

Killed

* checking PDF version of manual ... OK
* DONE

Status: 2 ERRORs, 2 WARNINGs, 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.17-bioc/meat/autonomics.Rcheck/00check.log’
for details.


Installation output

autonomics.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL autonomics
###
##############################################################################
##############################################################################


* installing to library ‘/home/biocbuild/bbs-3.17-bioc/R-devel_2023-03-12_r83975-bin/site-library’
* installing *source* package ‘autonomics’ ...
** using staged installation
** R
** inst
** byte-compile and prepare package for lazy loading
Note: wrong number of arguments to '/' 
** 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) (2023-03-12 r83975) -- "Unsuffered Consequences"
Copyright (C) 2023 The R Foundation for Statistical Computing
Platform: aarch64-unknown-linux-gnu (64-bit)

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 object is masked from 'package:stats':

    biplot

> 
> test_check("autonomics")
[ FAIL 0 | WARN 0 | SKIP 0 | PASS 102 ]
> 
> proc.time()
   user  system elapsed 
147.975  12.661 170.755 

Example timings

autonomics.Rcheck/autonomics-Ex.timings

nameusersystemelapsed
AUTONOMICS_DATASETS000
MAXQUANT_PATTERNS_PEPCOUNTS000
MAXQUANT_PATTERNS_QUANTITY000
TESTS0.0010.0000.000
add_smiles3.1830.1084.772
analysis1.4570.0451.393
analyze7.1740.3087.459
assert_is_valid_sumexp1.9280.1122.047
biplot4.4540.0964.551
biplot_corrections5.4250.1165.542
biplot_covariates10.648 0.17610.824
center2.9560.0652.871
contrast_subgroup_cols1.0010.0241.025
contrastdefs2.6250.0402.476
counts2.5880.0322.643
counts2cpm2.8540.0602.851
counts2tpm1.0380.0040.974
cpm2.9030.0282.857
create_design3.1160.0363.098
create_sfile1.8270.0441.655
default_formula1.0310.0321.063
default_sfile0.2640.0040.268
download_data1.4880.1951.772
download_gtf0.0000.0000.001
dt2mat0.0040.0000.004
explore_imputations14.497 0.22014.461
explore_transformations 7.318 4.81416.353
extract_features1.3880.0811.376
extract_rectangle0.9530.0441.006
fdata1.3830.0361.268
filter_exprs_replicated_in_some_subgroup1.8950.0321.913
filter_features1.1730.0231.197
filter_medoid16.188 0.27416.508
filter_replicated1.7220.0871.677
filter_samples1.1680.0401.208
fit_limma12.748 0.07012.737
flevels1.3590.0441.300
fnames1.3560.0401.238
formula2str000
fvalues1.3280.0761.248
fvars1.3690.0601.271
guess_maxquant_quantity2.3600.0992.190
guess_sep0.0010.0000.001
halfnormimpute1.1100.0151.127
impute_systematic_nondetects4.4720.1274.408
invert1.9830.0401.835
is_imputed1.3280.0401.212
is_sig16.877 0.38017.018
limma2.5540.0562.420
log2counts2.0380.0272.091
log2countsratios1.9980.0091.949
log2cpm2.0980.0202.060
log2cpmratios1.9920.0081.944
log2tpm2.8180.0602.818
log2tpmratios1.9520.0201.916