############################################################################## ############################################################################## ### ### Running command: ### ### /Library/Frameworks/R.framework/Resources/bin/R CMD check --install=check:compEpiTools.install-out.txt --library=/Library/Frameworks/R.framework/Resources/library --no-vignettes --timings compEpiTools_1.28.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/Users/biocbuild/bbs-3.14-bioc/meat/compEpiTools.Rcheck’ * using R version 4.1.3 (2022-03-10) * using platform: x86_64-apple-darwin17.0 (64-bit) * using session charset: UTF-8 * using option ‘--no-vignettes’ * checking for file ‘compEpiTools/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘compEpiTools’ version ‘1.28.0’ * 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 for sufficient/correct file permissions ... OK * checking whether package ‘compEpiTools’ 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 ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... NOTE TSS: no visible global function definition for 'end<-' TSS: no visible global function definition for 'start<-' findLncRNA: no visible global function definition for 'start<-' findLncRNA: no visible global function definition for 'end<-' findLncRNA: no visible global function definition for 'IRanges' stallingIndex : getBound: no visible global function definition for 'start<-' stallingIndex : getBound: no visible global function definition for 'end<-' stallingIndex: no visible global function definition for 'IRanges' topGOres : : no visible global function definition for 'ggplot' topGOres : : no visible global function definition for 'aes' topGOres : : no visible binding for global variable 'Significant' topGOres : : no visible binding for global variable 'P_val' topGOres : : no visible global function definition for 'geom_bar' topGOres : : no visible global function definition for 'coord_flip' topGOres : : no visible global function definition for 'ylab' ucsc2GRanges: no visible global function definition for 'IRanges' GR2fasta,GRanges: no visible global function definition for 'seqlengths' GR2fasta,GRanges: no visible global function definition for 'seqlengths<-' GR2fasta,GRanges: no visible global function definition for 'trim' GRangesInPromoters,GRanges: no visible global function definition for 'start<-' GRannotate,GRanges: no visible global function definition for 'start<-' GRannotate,GRanges: no visible global function definition for 'end<-' GRcoverageSummit,GRanges: no visible global function definition for 'start<-' GRcoverageSummit,GRanges: no visible global function definition for 'end<-' GRmidpoint,GRanges: no visible global function definition for 'start<-' GRmidpoint,GRanges: no visible global function definition for 'end<-' GRsetwidth,GRanges: no visible global function definition for 'start<-' GRsetwidth,GRanges: no visible global function definition for 'end<-' countOverlapsInBins,GRanges: no visible global function definition for 'IRanges' featuresLength,TxDb: no visible global function definition for 'reduce' getPromoterClass,TxDb: no visible binding for global variable 'txdb' getPromoterClass,TxDb: no visible global function definition for 'start<-' getPromoterClass,TxDb: no visible global function definition for 'clusterApplyLB' getPromoterClass,TxDb: no visible global function definition for 'stopCluster' makeGtfFromDb,TxDb: no visible global function definition for 'reduce' matchEnhancers,GRanges: no visible global function definition for 'distanceToNearest' matchEnhancers,GRanges: no visible global function definition for 'IRanges' Undefined global functions or variables: IRanges P_val Significant aes clusterApplyLB coord_flip distanceToNearest end<- geom_bar ggplot reduce seqlengths seqlengths<- start<- stopCluster trim txdb ylab * 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 sizes of PDF files under ‘inst/doc’ ... OK * checking files in ‘vignettes’ ... OK * checking examples ... ERROR Running examples in ‘compEpiTools-Ex.R’ failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: getPromoterClass > ### Title: Determining the CpG promoter class and the average CpG content > ### Aliases: getPromoterClass getPromoterClass-methods > ### getPromoterClass,TxDb-method > ### Keywords: methods > > ### ** Examples > > require(BSgenome.Mmusculus.UCSC.mm9) Loading required package: BSgenome.Mmusculus.UCSC.mm9 Loading required package: BSgenome Loading required package: Biostrings Loading required package: XVector Attaching package: 'Biostrings' The following object is masked from 'package:graph': complement The following object is masked from 'package:base': strsplit Loading required package: rtracklayer > require(TxDb.Mmusculus.UCSC.mm9.knownGene) Loading required package: TxDb.Mmusculus.UCSC.mm9.knownGene Loading required package: GenomicFeatures Attaching package: 'GenomicFeatures' The following object is masked from 'package:topGO': genes > txdb <- TxDb.Mmusculus.UCSC.mm9.knownGene > isActiveSeq(txdb) <- c(rep(FALSE,20), TRUE, rep(FALSE, 14)) > allpromoter <- getPromoterClass(txdb, Nproc=1, org=Mmusculus) Error in clusterApplyLB(cl, chrs, pcChr, tssGR = tssGR, ORG = org) : could not find function "clusterApplyLB" Calls: getPromoterClass -> getPromoterClass Execution halted * 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: 1 ERROR, 1 NOTE See ‘/Users/biocbuild/bbs-3.14-bioc/meat/compEpiTools.Rcheck/00check.log’ for details.