| Back to Multiple platform build/check report for BioC 3.18: simplified long |
|
This page was generated on 2023-11-02 11:40:31 -0400 (Thu, 02 Nov 2023).
| Hostname | OS | Arch (*) | R version | Installed pkgs |
|---|---|---|---|---|
| nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) | x86_64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4729 |
| palomino4 | Windows Server 2022 Datacenter | x64 | 4.3.1 (2023-06-16 ucrt) -- "Beagle Scouts" | 4463 |
| lconway | macOS 12.6.5 Monterey | x86_64 | 4.3.1 Patched (2023-06-17 r84564) -- "Beagle Scouts" | 4478 |
| kunpeng2 | Linux (openEuler 22.03 LTS-SP1) | aarch64 | 4.3.1 (2023-06-16) -- "Beagle Scouts" | 4464 |
| 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 344/2266 | Hostname | OS / Arch | INSTALL | BUILD | CHECK | BUILD BIN | ||||||||
| ChromSCape 1.12.0 (landing page) Pacome Prompsy
| nebbiolo2 | Linux (Ubuntu 22.04.2 LTS) / x86_64 | OK | OK | WARNINGS | |||||||||
| palomino4 | Windows Server 2022 Datacenter / x64 | OK | OK | WARNINGS | OK | |||||||||
| lconway | macOS 12.6.5 Monterey / x86_64 | OK | OK | WARNINGS | OK | |||||||||
| kjohnson1 | macOS 13.6.1 Ventura / arm64 | see weekly results here | ||||||||||||
| kunpeng2 | Linux (openEuler 22.03 LTS-SP1) / aarch64 | OK | OK | ERROR | ||||||||||
|
To the developers/maintainers of the ChromSCape package: - 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 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. |
| Package: ChromSCape |
| Version: 1.12.0 |
| Command: /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:ChromSCape.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings ChromSCape_1.12.0.tar.gz |
| StartedAt: 2023-11-02 09:15:24 -0000 (Thu, 02 Nov 2023) |
| EndedAt: 2023-11-02 09:24:15 -0000 (Thu, 02 Nov 2023) |
| EllapsedTime: 531.0 seconds |
| RetCode: 1 |
| Status: ERROR |
| CheckDir: ChromSCape.Rcheck |
| Warnings: NA |
##############################################################################
##############################################################################
###
### Running command:
###
### /home/biocbuild/R/R-4.3.1/bin/R CMD check --install=check:ChromSCape.install-out.txt --library=/home/biocbuild/R/R-4.3.1/site-library --no-vignettes --timings ChromSCape_1.12.0.tar.gz
###
##############################################################################
##############################################################################
* using log directory ‘/home/biocbuild/bbs-3.18-bioc/meat/ChromSCape.Rcheck’
* using R version 4.3.1 (2023-06-16)
* using platform: aarch64-unknown-linux-gnu (64-bit)
* R was compiled by
gcc (GCC) 10.3.1
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 ‘ChromSCape/DESCRIPTION’ ... OK
* this is package ‘ChromSCape’ version ‘1.12.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++ (GCC) 10.3.1’
* checking installed package size ... NOTE
installed size is 5.5Mb
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 loading without being on the library search path ... OK
* checking startup messages can be suppressed ... 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 ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* 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: CompareedgeRGLM
> ### Title: Creates a summary table with the number of genes under- or
> ### overexpressed in each group and outputs several graphical
> ### representations
> ### Aliases: CompareedgeRGLM
>
> ### ** Examples
>
> data("scExp")
> scExp_cf = correlation_and_hierarchical_clust_scExp(scExp)
> scExp_cf = choose_cluster_scExp(scExp_cf,nclust=2,consensus=FALSE)
> featureTab = as.data.frame(SummarizedExperiment::rowRanges(scExp_cf))
> rownames(featureTab) = featureTab$ID
> ref_group = list("C1"=scExp_cf$cell_id[which(scExp_cf$cell_cluster=="C1")])
> groups = list("C2"=scExp_cf$cell_id[which(scExp_cf$cell_cluster=="C2")])
> myres = CompareedgeRGLM(as.matrix(SingleCellExperiment::counts(scExp_cf)),
+ annot=as.data.frame(SingleCellExperiment::colData(scExp_cf)),
+ ref_group=ref_group,groups=groups, featureTab=featureTab)
[1] "Comparing C1 versus C2"
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
Running ‘testthat.R’/home/biocbuild/R/R-4.3.1/bin/BATCH: line 60: 535977 Killed ${R_HOME}/bin/R -f ${in} ${opts} ${R_BATCH_OPTIONS} > ${out} 2>&1
ERROR
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(ChromSCape)
>
> test_check("ChromSCape")
* checking for unstated dependencies in vignettes ... OK
* checking package vignettes in ‘inst/doc’ ... OK
* checking running R code from vignettes ... SKIPPED
* checking re-building of vignette outputs ... SKIPPED
* checking PDF version of manual ... OK
* DONE
Status: 2 ERRORs, 3 WARNINGs, 4 NOTEs
See
‘/home/biocbuild/bbs-3.18-bioc/meat/ChromSCape.Rcheck/00check.log’
for details.
ChromSCape.Rcheck/00install.out
############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/R/R-4.3.1/bin/R CMD INSTALL ChromSCape ### ############################################################################## ############################################################################## * installing to library ‘/home/biocbuild/R/R-4.3.1/site-library’ * installing *source* package ‘ChromSCape’ ... ** using staged installation ** libs using C++ compiler: ‘g++ (GCC) 10.3.1’ g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c RcppExports.cpp -o RcppExports.o g++ -std=gnu++17 -I"/home/biocbuild/R/R-4.3.1/include" -DNDEBUG -I'/home/biocbuild/R/R-4.3.1/site-library/Rcpp/include' -I/usr/local/include -fPIC -g -O2 -Wall -c as_dist.cpp -o as_dist.o g++ -std=gnu++17 -shared -L/home/biocbuild/R/R-4.3.1/lib -L/usr/local/lib -o ChromSCape.so RcppExports.o as_dist.o -L/home/biocbuild/R/R-4.3.1/lib -lR installing to /home/biocbuild/R/R-4.3.1/site-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 version 4.3.1 (2023-06-16) -- "Beagle Scouts"
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")
ChromSCape.Rcheck/ChromSCape-Ex.timings
| name | user | system | elapsed | |
| CheA3_TF_nTargets | 0.009 | 0.000 | 0.011 | |
| CompareWilcox | 6.996 | 0.495 | 7.430 | |