############################################################################## ############################################################################## ### ### Running command: ### ### C:\Users\biocbuild\bbs-3.13-bioc\R\bin\R.exe CMD check --force-multiarch --install=check:seqplots.install-out.txt --library=C:\Users\biocbuild\bbs-3.13-bioc\R\library --no-vignettes --timings seqplots_1.30.0.tar.gz ### ############################################################################## ############################################################################## * using log directory 'C:/Users/biocbuild/bbs-3.13-bioc/meat/seqplots.Rcheck' * using R version 4.1.1 (2021-08-10) * using platform: x86_64-w64-mingw32 (64-bit) * using session charset: ISO8859-1 * using option '--no-vignettes' * checking for file 'seqplots/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'seqplots' version '1.30.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 whether package 'seqplots' can be installed ... WARNING Found the following significant warnings: Warning: Package 'seqplots' is deprecated and will be removed from Bioconductor See 'C:/Users/biocbuild/bbs-3.13-bioc/meat/seqplots.Rcheck/00install.out' for details. * checking installed package size ... NOTE installed size is 11.4Mb sub-directories of 1Mb or more: seqplots 10.2Mb * 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 ... NOTE Namespace in Imports field not imported from: 'BiocManager' All declared Imports should be used. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... NOTE Foreign function call to a different package: .Call("BWGFile_summary", ..., PACKAGE = "rtracklayer") See chapter 'System and foreign language interfaces' in the 'Writing R Extensions' manual. * checking R code for possible problems ... NOTE add_local_file: no visible global function definition for 'doFileOperations' getPlotSetArray : : no visible global function definition for 'qt' getSF : : no visible global function definition for 'approx' ggHeatmapPlotWrapper: no visible global function definition for 'colorRampPalette' ggHeatmapPlotWrapper: no visible binding for global variable 'Var2' ggHeatmapPlotWrapper: no visible binding for global variable 'Var1' ggHeatmapPlotWrapper: no visible binding for global variable 'value' heatmapPlotWrapper: no visible global function definition for 'colorRampPalette' heatmapPlotWrapper: no visible global function definition for 'layout' heatmapPlotWrapper: no visible global function definition for 'capture.output' heatmapPlotWrapper: no visible global function definition for 'par' heatmapPlotWrapper: no visible global function definition for 'abline' heatmapPlotWrapper: no visible global function definition for 'axis' heatmapPlotWrapper: no visible global function definition for 'image' heatmapPlotWrapper: no visible global function definition for 'rect' heatmapPlotWrapper: no visible global function definition for 'plot.new' heatmapPlotWrapper: no visible global function definition for 'text' heatmapPlotWrapper: no visible global function definition for 'title' heatmapPlotWrapper: no visible global function definition for 'box' imPlot2: no visible global function definition for 'par' imPlot2: no visible global function definition for 'image' imPlot2: no visible global function definition for 'rect' imPlot2: no visible global function definition for 'axis' imPlot2: no visible global function definition for 'box' imPlot2: no visible binding for global variable 'mtext' plotMext: no visible global function definition for 'par' plotMext: no visible global function definition for 'rainbow' plotMext: no visible global function definition for 'plot.new' plotMext: no visible global function definition for 'rgb' plotMext: no visible global function definition for 'text' plotMext: no visible global function definition for 'axis' plotMext: no visible global function definition for 'adjustcolor' plotMext: no visible global function definition for 'lines' plotMext: no visible global function definition for 'abline' plotAverage,list: no visible global function definition for 'par' plotHeatmap,list: no visible global function definition for 'par' plotHeatmap,list: no visible global function definition for 'plot.new' plotHeatmap,list: no visible global function definition for 'text' plotHeatmap,list: no visible global function definition for 'kmeans' plotHeatmap,list: no visible global function definition for 'hclust' plotHeatmap,list: no visible global function definition for 'dist' plotHeatmap,list: no visible global function definition for 'cutree' plotHeatmap,list: no visible global function definition for 'as.dendrogram' plotHeatmap,list: no visible global function definition for 'title' Undefined global functions or variables: Var1 Var2 abline adjustcolor approx as.dendrogram axis box capture.output colorRampPalette cutree dist doFileOperations hclust image kmeans layout lines mtext par plot.new qt rainbow rect rgb text title value Consider adding importFrom("grDevices", "adjustcolor", "colorRampPalette", "rainbow", "rgb") importFrom("graphics", "abline", "axis", "box", "image", "layout", "lines", "mtext", "par", "plot.new", "rect", "text", "title") importFrom("stats", "approx", "as.dendrogram", "cutree", "dist", "hclust", "kmeans", "qt") importFrom("utils", "capture.output") to your NAMESPACE file. * 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 files in 'vignettes' ... OK * checking examples ... ** running examples for arch 'i386' ... OK ** running examples for arch 'x64' ... ERROR Running examples in 'seqplots-Ex.R' failed The error most likely occurred in: > base::assign(".ptime", proc.time(), pos = "CheckExEnv") > ### Name: getPlotSetArray > ### Title: Process genomic signal > ### Aliases: getPlotSetArray > > ### ** Examples > > > # Get the paths of example files > bed1 <- system.file("extdata", + "Transcripts_ce10_chrI_100Kb.bed", package="seqplots") > bed2 <- system.file("extdata", + "GSM1208361_chrI_100Kb_PeakCalls.bed", package="seqplots") > bw1 <- system.file("extdata", + "GSM1208360_chrI_100Kb_q5_sample.bw", package="seqplots") > > #If required install C. elegans genomic package from Bioconductor > if(!"BSgenome.Celegans.UCSC.ce10" %in% BSgenome::installed.genomes()) { + if(.Platform$OS.type != "windows" || .Machine$sizeof.pointer != 4) { + if (!requireNamespace("BiocManager", quietly=TRUE)) + install.packages("BiocManager") + BiocManager::install("BSgenome.Celegans.UCSC.ce10") + } + } > > #Get getPlotSetArray for track and feature files > #Does not work on Windows i386 (32 bit) > if(.Platform$OS.type != "windows" || .Machine$sizeof.pointer != 4) { + plotset1 <- getPlotSetArray(bw1, c(bed1, bed2), 'ce10') + } else { + load(system.file("extdata", "precalc_plotset.Rdata", package="seqplots")) + } Error in getREF(genome_ind) : No genomes installed! Calls: getPlotSetArray -> getREF Execution halted * checking for unstated dependencies in 'tests' ... OK * checking tests ... ** running tests for arch 'i386' ... Running 'test-all.R' OK ** running tests for arch 'x64' ... Running 'test-all.R' ERROR Running the tests in 'tests/test-all.R' failed. Last 13 lines of output: Error in `getREF(genome_ind)`: No genomes installed! Backtrace: x 1. \-seqplots::getPlotSetArray(bw1, c(bed1, bed2), "ce10") test1.R:22:8 2. \-seqplots::getREF(genome_ind) -- Error (test1.R:111:9): Test motifs ------------------------------------------ Error in `getREF(genome_ind)`: No genomes installed! Backtrace: x 1. \-seqplots::getPlotSetArray(ms, c(bed1, bed2), "ce10") test1.R:111:8 2. \-seqplots::getREF(genome_ind) [ FAIL 2 | WARN 0 | SKIP 1 | PASS 7 ] Error: Test failures 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: 2 ERRORs, 1 WARNING, 4 NOTEs See 'C:/Users/biocbuild/bbs-3.13-bioc/meat/seqplots.Rcheck/00check.log' for details.