Back to the "Multiple platform build/check report" A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S [T] U  V  W  X  Y  Z 

BioC 3.6: CHECK report for trackViewer on malbec1

This page was generated on 2017-08-16 13:21:35 -0400 (Wed, 16 Aug 2017).

Package 1352/1410HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
trackViewer 1.13.8
Jianhong Ou
Snapshot Date: 2017-08-15 17:18:21 -0400 (Tue, 15 Aug 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/trackViewer
Last Changed Rev: 131036 / Revision: 131943
Last Changed Date: 2017-07-07 10:00:37 -0400 (Fri, 07 Jul 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: trackViewer
Version: 1.13.8
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings trackViewer_1.13.8.tar.gz
StartedAt: 2017-08-16 02:51:12 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 02:56:42 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 330.6 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: trackViewer.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings trackViewer_1.13.8.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.6-bioc/meat/trackViewer.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘trackViewer/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘trackViewer’ version ‘1.13.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 for sufficient/correct file permissions ... OK
* checking whether package ‘trackViewer’ 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 ... NOTE
There are ::: calls to the package's namespace in its code. A package
  almost never needs to use ::: for its own objects:
  'filterTracks'
* 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 ... 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 'ideogramPlot':
ideogramPlot
  Code: function(ideo, dataList, layout = NULL, horiz = TRUE,
                 parameterList = list(vp = plotViewport(margins =
                 c(0.1, 4.1, 0.3, 0.1)), ideoHeight = unit(1/(1 +
                 length(dataList)), "npc"), vgap = unit(0.3, "lines"),
                 ylabs = "auto", ylabsRot = ifelse(horiz, 0, 90),
                 ylabsPos = unit(2.5, "lines"), xaxis = FALSE, yaxis =
                 FALSE, xlab = "", types = "barplot", heights = NULL,
                 dataColumn = "score", gps = gpar(col = "black", fill =
                 "gray")), colorSheme = gieStain(), gp = gpar(fill =
                 NA, lwd = 2), ...)
  Docs: function(ideo, dataList, layout = NULL, horiz = TRUE,
                 parameterList = list(vp = plotViewport(margins =
                 c(0.1, 4.1, 0.3, 0.1)), ideoHeight = unit(0.5, "npc"),
                 vgap = unit(0.3, "lines"), ylabs = "auto", ylabsRot =
                 ifelse(horiz, 0, 90), ylabsPos = unit(2.5, "lines"),
                 xaxis = FALSE, yaxis = FALSE, xlab = "", types =
                 "barplot", heights = NULL, dataColumn = "score", gps =
                 gpar(col = "black", fill = "gray")), colorSheme =
                 gieStain(), gp = gpar(fill = NA, lwd = 2), ...)
  Mismatches in argument default values:
    Name: 'parameterList'
    Code: list(vp = plotViewport(margins = c(0.1, 4.1, 0.3, 0.1)), ideoHeight = unit(1/(1 + 
          length(dataList)), "npc"), vgap = unit(0.3, "lines"), ylabs = "auto", 
          ylabsRot = ifelse(horiz, 0, 90), ylabsPos = unit(2.5, "lines"), 
          xaxis = FALSE, yaxis = FALSE, xlab = "", types = "barplot", 
          heights = NULL, dataColumn = "score", gps = gpar(col = "black", 
              fill = "gray"))
    Docs: list(vp = plotViewport(margins = c(0.1, 4.1, 0.3, 0.1)), ideoHeight = unit(0.5, 
          "npc"), vgap = unit(0.3, "lines"), ylabs = "auto", ylabsRot = ifelse(horiz, 
          0, 90), ylabsPos = unit(2.5, "lines"), xaxis = FALSE, yaxis = FALSE, 
          xlab = "", types = "barplot", heights = NULL, dataColumn = "score", 
          gps = gpar(col = "black", fill = "gray"))

* checking Rd \usage sections ... OK
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                      user system elapsed
trackViewer-package 17.924  0.012  19.481
viewTracks          10.628  0.008  12.026
browseTracks         9.444  0.032   9.486
parseWIG             9.216  0.004   9.223
geneModelFromTxdb    8.820  0.096   9.147
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘runTests.R’
 OK
* 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 WARNING, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.6-bioc/meat/trackViewer.Rcheck/00check.log’
for details.


trackViewer.Rcheck/00install.out:

* installing *source* package ‘trackViewer’ ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (trackViewer)

trackViewer.Rcheck/trackViewer-Ex.timings:

nameusersystemelapsed
GRoperator2.0360.0002.041
addArrowMark0.0080.0000.010
addGuideLine0.0040.0000.004
browseTracks9.4440.0329.486
coverageGR0.2240.0000.225
dandelion.plot1.4200.0041.424
geneModelFromTxdb8.8200.0969.147
getCurTrackViewport0.0400.0000.042
ideogramPlot0.0040.0000.000
importBam0.3600.0000.363
importData1.9320.0002.059
importScore1.1280.0041.535
loadIdeogram0.0000.0000.001
lolliplot1.4600.0041.474
optimizeStyle0.8520.0040.909
parse2GRanges0.0080.0000.008
parseWIG9.2160.0049.223
plotGRanges1.2360.0041.243
track0.0360.0000.038
trackViewer-package17.924 0.01219.481
trackViewerStyle0.0040.0000.000
viewTracks10.628 0.00812.026