This page was generated on 2022-04-13 12:06:31 -0400 (Wed, 13 Apr 2022).
##############################################################################
##############################################################################
###
### Running command:
###
### C:\Users\biocbuild\bbs-3.14-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:exomePeak2.install-out.txt --library=C:\Users\biocbuild\bbs-3.14-bioc\R\library --no-vignettes --timings exomePeak2_1.6.1.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'C:/Users/biocbuild/bbs-3.14-bioc/meat/exomePeak2.Rcheck'
* using R version 4.1.3 (2022-03-10)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'exomePeak2/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'exomePeak2' version '1.6.1'
* 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 ... OK
* checking for portable file names ... OK
* checking whether package 'exomePeak2' 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
* loading checks for arch 'i386'
** 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
* loading checks for arch 'x64'
** 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
Results,SummarizedExomePeak: no visible global function definition for
'glm_M'
exomePeakCalling,MeripBamFileList: no visible global function
definition for 'metadata'
exomePeakCalling,MeripBamFileList: no visible global function
definition for '%over%'
plotLfcGC,SummarizedExomePeak: no visible binding for global variable
'GC_idx'
plotLfcGC,SummarizedExomePeak: no visible binding for global variable
'Log2FC'
plotLfcGC,SummarizedExomePeak: no visible binding for global variable
'Label'
plotReadsGC,SummarizedExomePeak: no visible binding for global variable
'GC_cont'
plotReadsGC,SummarizedExomePeak: no visible binding for global variable
'value'
plotSizeFactors,SummarizedExomePeak: no visible binding for global
variable 'samples'
plotSizeFactors,SummarizedExomePeak: no visible binding for global
variable 'size_factors'
plotSizeFactors,SummarizedExomePeak: no visible binding for global
variable 'Estimation_Methods'
Undefined global functions or variables:
%over% Estimation_Methods GC_cont GC_idx Label Log2FC glm_M metadata
samples size_factors value
* checking Rd files ... OK
* 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 'exomePeakCalling-methods':
exomePeakCalling
Code: function(merip_bams = NULL, txdb = NULL, bsgenome = NULL,
genome = NA, mod_annot = NULL, glm_type = c("DESeq2",
"NB", "Poisson"), background_method =
c("Gaussian_mixture", "m6Aseq_prior", "manual",
"all"), manual_background = NULL, correct_GC_bg =
TRUE, qtnorm = FALSE, gff_dir = NULL, fragment_length
= 100, binding_length = 25, step_length =
binding_length, min_peak_width = fragment_length/2,
max_peak_width = fragment_length * 100,
pc_count_cutoff = 5, bg_count_cutoff = 50, p_cutoff =
1e-05, p_adj_cutoff = NULL, log2FC_cutoff = 0,
parallel = 3, bp_param = NULL)
Docs: function(merip_bams = NULL, txdb = NULL, bsgenome = NULL,
genome = NA, mod_annot = NULL, glm_type = c("DESeq2",
"NB", "Poisson"), background_method = c("all",
"Gaussian_mixture", "m6Aseq_prior", "manual"),
manual_background = NULL, correct_GC_bg = TRUE, qtnorm
= FALSE, gff_dir = NULL, fragment_length = 100,
binding_length = 25, step_length = binding_length,
min_peak_width = fragment_length/2, max_peak_width =
fragment_length * 100, pc_count_cutoff = 5,
bg_count_cutoff = 50, p_cutoff = 1e-05, p_adj_cutoff =
NULL, log2FC_cutoff = 0, parallel = 3, bp_param =
NULL)
Mismatches in argument default values:
Name: 'background_method' Code: c("Gaussian_mixture", "m6Aseq_prior", "manual", "all") Docs: c("all", "Gaussian_mixture", "m6Aseq_prior", "manual")
* checking Rd \usage sections ... WARNING
Undocumented arguments in documentation object 'exomePeakCalling-methods'
'max_peak_width'
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 ...
** running examples for arch 'i386' ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
exomePeak2 64.06 1.05 65.16
exomePeakCalling-methods 36.67 0.20 37.21
SummarizedExomePeak-class 23.75 1.53 25.52
** running examples for arch 'x64' ... OK
Examples with CPU (user + system) or elapsed time > 5s
user system elapsed
exomePeak2 73.53 0.19 74.25
exomePeakCalling-methods 37.86 0.14 38.00
SummarizedExomePeak-class 22.89 1.30 24.28
glmM-methods 5.34 0.01 5.36
* 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 WARNINGs, 1 NOTE
See
'C:/Users/biocbuild/bbs-3.14-bioc/meat/exomePeak2.Rcheck/00check.log'
for details.