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 veracruz1

This page was generated on 2017-08-16 13:44:54 -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: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings trackViewer_1.13.8.tar.gz
StartedAt: 2017-08-16 09:14:03 -0400 (Wed, 16 Aug 2017)
EndedAt: 2017-08-16 09:20:04 -0400 (Wed, 16 Aug 2017)
EllapsedTime: 360.9 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: trackViewer.Rcheck
Warnings: 1

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings trackViewer_1.13.8.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/trackViewer.Rcheck’
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-apple-darwin15.6.0 (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 18.003  0.141  18.721
browseTracks        10.814  0.082  11.244
viewTracks           8.508  0.024   8.746
parseWIG             8.437  0.047   8.685
geneModelFromTxdb    8.183  0.217   8.646
* 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
  ‘/Users/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.3290.0302.415
addArrowMark0.0110.0000.011
addGuideLine0.0060.0000.005
browseTracks10.814 0.08211.244
coverageGR0.2770.0020.282
dandelion.plot1.5850.0091.659
geneModelFromTxdb8.1830.2178.646
getCurTrackViewport0.0510.0000.055
ideogramPlot0.0010.0000.001
importBam0.4720.0030.487
importData1.5160.0141.583
importScore0.6430.0090.679
loadIdeogram0.0010.0000.000
lolliplot0.7760.0050.786
optimizeStyle0.5820.0200.603
parse2GRanges0.0060.0000.006
parseWIG8.4370.0478.685
plotGRanges1.5630.0071.604
track0.0330.0010.034
trackViewer-package18.003 0.14118.721
trackViewerStyle0.0010.0000.001
viewTracks8.5080.0248.746