| Back to Build/check report for BioC 3.17 |
|
This page was generated on 2023-02-08 01:14:56 -0000 (Wed, 08 Feb 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| kunpeng1 | Linux (Ubuntu 22.04.1 LTS) | aarch64 | R Under development (unstable) (2023-01-14 r83615) -- "Unsuffered Consequences" | 4164 |
| 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 | ||||
|
To the developers/maintainers of the ChromSCape package: - Please allow up to 24 hours (and sometimes 48 hours) for your latest push to git@git.bioconductor.org:packages/ChromSCape.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. |
| Package 319/2164 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| ChromSCape 1.9.0 (landing page) Pacome Prompsy
| kunpeng1 | Linux (Ubuntu 22.04.1 LTS) / aarch64 | OK | OK | ERROR | |||||||||
| Package: ChromSCape |
| Version: 1.9.0 |
| Command: /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:ChromSCape.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings ChromSCape_1.9.0.tar.gz |
| StartedAt: 2023-02-06 21:05:16 -0000 (Mon, 06 Feb 2023) |
| EndedAt: 2023-02-06 21:19:10 -0000 (Mon, 06 Feb 2023) |
| EllapsedTime: 834.2 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: ChromSCape.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD check --install=check:ChromSCape.install-out.txt --library=/home/biocbuild/bbs-3.17-bioc/R/library --timings ChromSCape_1.9.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.17-bioc/meat/ChromSCape.Rcheck’
* using R Under development (unstable) (2023-01-14 r83615)
* 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.1 LTS
* using session charset: UTF-8
* checking for file ‘ChromSCape/DESCRIPTION’ ... OK
* this is package ‘ChromSCape’ version ‘1.9.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 ‘ChromSCape’ can be installed ... OK
* used C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’
* checking installed package size ... NOTE
installed size is 5.4Mb
sub-directories of 1Mb or more:
data 1.5Mb
www 2.1Mb
* 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
'library' or 'require' call not declared from: ‘dplyr’
'library' or 'require' call to ‘dplyr’ in package code.
Please use :: or requireNamespace() instead.
See section 'Suggested packages' in the 'Writing R Extensions' manual.
* checking S3 generic/method consistency ... WARNING
Killed
See section ‘Generic functions and methods’ in the ‘Writing R
Extensions’ manual.
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Killed
* checking Rd files ... NOTE
prepare_Rd: raw_counts_to_sparse_matrix.Rd:6-8: Dropping empty section \source
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... OK
* checking for code/documentation mismatches ... WARNING
Codoc mismatches from documentation object 'generate_analysis':
generate_analysis
Code: function(input_data_folder, analysis_name = "Analysis_1",
output_directory = "./", input_data_type = c("scBED",
"DenseMatrix", "SparseMatrix", "scBAM")[1],
feature_count_on = c("bins", "genebody", "peaks")[1],
feature_count_parameter = 50000, rebin_sparse_matrix =
FALSE, ref_genome = c("hg38", "mm10")[1], run =
c("filter", "CNA", "cluster", "consensus", "coverage",
"DA", "GSA", "report")[c(1, 3, 5, 6, 7, 8)],
min_reads_per_cell = 1000, max_quantile_read_per_cell
= 99, n_top_features = 40000, norm_type = "CPM",
subsample_n = NULL, exclude_regions = NULL, n_clust =
NULL, corr_threshold = 99, percent_correlation = 1,
maxK = 10, qval.th = 0.1, logFC.th = 1,
enrichment_qval = 0.1, doBatchCorr = FALSE, batch_sels
= NULL, control_samples_CNA = NULL, genes_to_plot =
c("Krt8", "Krt5", "Tgfb1", "Foxq1", "Cdkn2b",
"Cdkn2a", "chr7:15000000-20000000"))
Docs: function(input_data_folder, analysis_name = "Analysis_1",
output_directory = "./", input_data_type = c("scBED",
"DenseMatrix", "SparseMatrix", "scBAM")[1],
rebin_sparse_matrix = FALSE, feature_count_on =
c("bins", "genebody", "peaks")[1],
feature_count_parameter = 50000, ref_genome =
c("hg38", "mm10")[1], run = c("filter", "CNA",
"cluster", "consensus", "peak_call", "coverage", "DA",
"GSA", "report")[c(1, 3, 6, 7, 8, 9)],
min_reads_per_cell = 1000, max_quantile_read_per_cell
= 99, n_top_features = 40000, norm_type = "CPM",
subsample_n = NULL, exclude_regions = NULL, n_clust =
NULL, corr_threshold = 99, percent_correlation = 1,
maxK = 10, qval.th = 0.1, logFC.th = 1,
enrichment_qval = 0.1, doBatchCorr = FALSE, batch_sels
= NULL, control_samples_CNA = NULL, genes_to_plot =
c("Krt8", "Krt5", "Tgfb1", "Foxq1", "Cdkn2b",
"Cdkn2a", "chr7:15000000-20000000"))
Mismatches in argument names:
Position: 5 Code: feature_count_on Docs: rebin_sparse_matrix
Position: 6 Code: feature_count_parameter Docs: feature_count_on
Position: 7 Code: rebin_sparse_matrix Docs: feature_count_parameter
Mismatches in argument default values:
Name: 'run'
Code: c("filter", "CNA", "cluster", "consensus", "coverage", "DA",
"GSA", "report")[c(1, 3, 5, 6, 7, 8)]
Docs: c("filter", "CNA", "cluster", "consensus", "peak_call", "coverage",
"DA", "GSA", "report")[c(1, 3, 6, 7, 8, 9)]
* checking Rd \usage sections ... WARNING
Undocumented arguments in documentation object 'rebin_matrix'
‘rebin_function’
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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking compiled code ... NOTE
Note: information on .o files is not available
* checking files in ‘vignettes’ ... OK
* checking examples ... ERROR
Running examples in ‘ChromSCape-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: enrich_TF_ChEA3_scExp
> ### Title: Find the TF that are enriched in the differential genes using
> ### ChEA3 database
> ### Aliases: enrich_TF_ChEA3_scExp
>
> ### ** Examples
>
> data("scExp")
>
> scExp = enrich_TF_ChEA3_scExp(
+ scExp,
+ ref = "hg38",
+ qval.th = 0.01,
+ logFC.th = 1,
+ min.percent = 0.01)
TF enrichment for C1...
TF enrichment for C2...
Killed
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ChromSCape)
>
> test_check("ChromSCape")
Killed
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ...
‘vignette.Rmd’ using ‘UTF-8’... OK
NONE
* checking re-building of vignette outputs ... OK
* checking PDF version of manual ... OK
* DONE
Status: 2 ERRORs, 4 WARNINGs, 5 NOTEs
See
‘/home/biocbuild/bbs-3.17-bioc/meat/ChromSCape.Rcheck/00check.log’
for details.
ChromSCape.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.17-bioc/R/bin/R CMD INSTALL ChromSCape ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/bbs-3.17-bioc/R/library’ * installing *source* package ‘ChromSCape’ ... ** using staged installation ** libs using C++ compiler: ‘g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0’ g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++14 -I"/home/biocbuild/bbs-3.17-bioc/R/include" -DNDEBUG -I'/home/biocbuild/bbs-3.17-bioc/R/library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c as_dist.cpp -o as_dist.o g++ -std=gnu++14 -shared -L/home/biocbuild/bbs-3.17-bioc/R/lib -L/usr/local/lib -o ChromSCape.so RcppExports.o as_dist.o -L/home/biocbuild/bbs-3.17-bioc/R/lib -lR installing to /home/biocbuild/bbs-3.17-bioc/R/library/00LOCK-ChromSCape/00new/ChromSCape/libs ** R ** data ** 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 ** checking absolute paths in shared objects and dynamic libraries ** testing if installed package can be loaded from final location ** testing if installed package keeps a record of temporary installation path * DONE (ChromSCape)
ChromSCape.Rcheck/tests/testthat.Rout.fail
R Under development (unstable) (2023-01-14 r83615) -- "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(ChromSCape)
>
> test_check("ChromSCape")
Killed
ChromSCape.Rcheck/ChromSCape-Ex.timings
| name | user | system | elapsed | |
| CheA3_TF_nTargets | 0.011 | 0.000 | 0.011 | |
| CompareWilcox | 8.106 | 0.549 | 8.436 | |
| CompareedgeRGLM | 7.044 | 0.334 | 7.340 | |
| annotToCol2 | 1.465 | 0.059 | 1.600 | |
| calculate_CNA | 32.022 | 0.884 | 34.715 | |
| calculate_cyto_mat | 30.566 | 0.196 | 32.520 | |
| calculate_gain_or_loss | 30.634 | 0.170 | 33.427 | |
| calculate_logRatio_CNA | 31.279 | 0.170 | 33.833 | |
| choose_cluster_scExp | 5.866 | 0.083 | 6.456 | |
| colors_scExp | 0.428 | 0.003 | 0.439 | |
| consensus_clustering_scExp | 4.367 | 0.047 | 4.744 | |
| correlation_and_hierarchical_clust_scExp | 0.452 | 0.004 | 0.488 | |
| create_project_folder | 0.001 | 0.000 | 0.002 | |
| create_scDataset_raw | 10.882 | 0.272 | 12.277 | |
| create_scExp | 0.917 | 0.007 | 1.072 | |
| define_feature | 0.220 | 0.000 | 0.222 | |
| detect_samples | 2.206 | 0.044 | 2.305 | |
| differential_activation | 7.864 | 0.043 | 8.230 | |
| differential_analysis_scExp | 4.122 | 0.008 | 4.318 | |
| enrich_TF_ChEA3_genes | 0.631 | 0.051 | 6.202 | |