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 | | |
tokay1 | Windows Server 2012 R2 Standard / x64 | OK | OK | [ WARNINGS ] | OK | |
veracruz1 | OS X 10.11.6 El Capitan / x86_64 | OK | OK | WARNINGS | OK | |
##############################################################################
##############################################################################
###
### Running command:
###
### rm -rf trackViewer.buildbin-libdir trackViewer.Rcheck && mkdir trackViewer.buildbin-libdir trackViewer.Rcheck && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=trackViewer.buildbin-libdir trackViewer_1.13.8.tar.gz >trackViewer.Rcheck\00install.out 2>&1 && cp trackViewer.Rcheck\00install.out trackViewer-install.out && C:\Users\biocbuild\bbs-3.6-bioc\R\bin\R.exe CMD check --library=trackViewer.buildbin-libdir --install="check:trackViewer-install.out" --force-multiarch --no-vignettes --timings trackViewer_1.13.8.tar.gz
###
##############################################################################
##############################################################################
* using log directory 'C:/Users/biocbuild/bbs-3.6-bioc/meat/trackViewer.Rcheck'
* using R version 3.4.1 (2017-06-30)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* 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 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
* 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
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 ...
** running examples for arch 'i386' ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
trackViewer-package 20.22 0.13 20.59
browseTracks 13.09 0.26 13.47
viewTracks 11.97 0.00 11.97
parseWIG 11.40 0.01 11.58
geneModelFromTxdb 10.59 0.33 10.92
** running examples for arch 'x64' ... OK
Examples with CPU or elapsed time > 5s
user system elapsed
trackViewer-package 18.24 0.09 18.33
viewTracks 12.33 0.02 12.35
browseTracks 12.05 0.02 12.06
parseWIG 9.47 0.00 9.46
geneModelFromTxdb 8.11 0.23 8.34
* checking for unstated dependencies in 'tests' ... OK
* checking tests ...
** running tests for arch 'i386' ...
Running 'runTests.R'
OK
** running tests for arch 'x64' ...
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
'C:/Users/biocbuild/bbs-3.6-bioc/meat/trackViewer.Rcheck/00check.log'
for details.