############################################################################## ############################################################################## ### ### Running command: ### ### /home/biocbuild/bbs-3.22-bioc/R/bin/R CMD check --install=check:compEpiTools.install-out.txt --library=/home/biocbuild/bbs-3.22-bioc/R/site-library --timings compEpiTools_1.43.0.tar.gz ### ############################################################################## ############################################################################## * using log directory ‘/home/biocbuild/bbs-3.22-bioc/meat/compEpiTools.Rcheck’ * using R version 4.5.1 (2025-06-13) * using platform: x86_64-pc-linux-gnu * R was compiled by gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 GNU Fortran (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0 * running under: Ubuntu 24.04.2 LTS * using session charset: UTF-8 * checking for file ‘compEpiTools/DESCRIPTION’ ... OK * checking extension type ... Package * this is package ‘compEpiTools’ version ‘1.43.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 code 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 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<-' 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 coord_flip distanceToNearest end<- geom_bar ggplot reduce seqlengths seqlengths<- start<- trim txdb ylab * checking Rd files ... NOTE checkRd: (-1) getPromoterClass-methods.Rd:21: Lost braces in \itemize; meant \describe ? checkRd: (-1) getPromoterClass-methods.Rd:22: Lost braces in \itemize; meant \describe ? checkRd: (-1) getPromoterClass-methods.Rd:23: Lost braces in \itemize; meant \describe ? checkRd: (-1) getPromoterClass-methods.Rd:24: Lost braces in \itemize; meant \describe ? checkRd: (-1) getPromoterClass-methods.Rd:25: Lost braces; missing escapes or markup? 25 | \item{downstream}:{numeric; number of bp downstream transcription start sites defining downstream limit of promoters} | ^ * checking Rd metadata ... OK * checking Rd cross-references ... NOTE Found the following Rd file(s) with Rd \link{} targets missing package anchors: getPromoterClass-methods.Rd: GRanges heatmapPlot.Rd: heatmap.2 Please provide package anchors for all Rd \link{} targets not in the package itself and the base packages. * 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 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: distanceFromTSS-methods > ### Title: Returns the GRanges annotated with info about the closer TSS > ### Aliases: distanceFromTSS distanceFromTSS-methods > ### distanceFromTSS,GRanges-method > ### Keywords: methods > > ### ** Examples > > 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(TRUE, rep(FALSE, length(isActiveSeq(txdb))-1)) > TSSpos <- TSS(txdb) 'select()' returned 1:1 mapping between keys and columns > gr <- TSSpos[1:5] > start(gr) <- start(gr)-1000 > end(gr) <- end(gr)-600 > mcols(gr) <- NULL > distanceFromTSS(Object=gr, txdb=txdb, EG2GS=NULL) 'select()' returned 1:1 mapping between keys and columns GRanges object with 5 ranges and 3 metadata columns: seqnames ranges strand | nearest_tx_name distance_fromTSS | 18777 chr1 4796974-4797374 + | uc007afg.1 599 18777 chr1 4796974-4797374 + | uc007afg.1 599 21399 chr1 4846775-4847175 + | uc007afi.2 599 21399 chr1 4846775-4847175 + | uc007afi.2 599 21399 chr1 4847409-4847809 + | uc011wht.1 0 nearest_gene_id 18777 18777 18777 18777 21399 21399 21399 21399 21399 21399 ------- seqinfo: 1 sequence from mm9 genome > restoreSeqlevels(txdb) Error in restoreSeqlevels(txdb) : could not find function "restoreSeqlevels" Execution halted * checking for unstated dependencies in vignettes ... OK * checking package vignettes ... OK * checking re-building of vignette outputs ... OK * checking PDF version of manual ... OK * DONE Status: 1 ERROR, 3 NOTEs See ‘/home/biocbuild/bbs-3.22-bioc/meat/compEpiTools.Rcheck/00check.log’ for details.