Back to Multiple platform build/check report for BioC 3.8
AB[C]DEFGHIJKLMNOPQRSTUVWXYZ

CHECK report for caOmicsV on merida1

This page was generated on 2019-04-16 11:58:46 -0400 (Tue, 16 Apr 2019).

Package 201/1649HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
caOmicsV 1.12.1
Henry Zhang
Snapshot Date: 2019-04-15 17:01:12 -0400 (Mon, 15 Apr 2019)
URL: https://git.bioconductor.org/packages/caOmicsV
Branch: RELEASE_3_8
Last Commit: f92bd6f
Last Changed Date: 2019-01-04 13:08:50 -0400 (Fri, 04 Jan 2019)
malbec1 Linux (Ubuntu 16.04.6 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
merida1 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: caOmicsV
Version: 1.12.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:caOmicsV.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings caOmicsV_1.12.1.tar.gz
StartedAt: 2019-04-15 22:46:27 -0400 (Mon, 15 Apr 2019)
EndedAt: 2019-04-15 22:48:26 -0400 (Mon, 15 Apr 2019)
EllapsedTime: 119.0 seconds
RetCode: 0
Status:  OK 
CheckDir: caOmicsV.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --install=check:caOmicsV.install-out.txt --library=/Library/Frameworks/R.framework/Versions/Current/Resources/library --no-vignettes --timings caOmicsV_1.12.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/Users/biocbuild/bbs-3.8-bioc/meat/caOmicsV.Rcheck’
* using R version 3.5.3 (2019-03-11)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘caOmicsV/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘caOmicsV’ version ‘1.12.1’
* 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 ‘caOmicsV’ 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 ... OK
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
bioMatrixLegend: no visible global function definition for ‘text’
bioMatrixLegend: no visible global function definition for ‘legend’
bioNetLegend: no visible global function definition for ‘text’
bioNetLegend: no visible global function definition for ‘legend’
convertToZScores: no visible global function definition for ‘sd’
drawBioNetNodeBackground: no visible global function definition for
  ‘gray’
drawBioNetNodeBackground: no visible global function definition for
  ‘col2rgb’
drawBioNetNodeBackground: no visible global function definition for
  ‘rgb’
drawBioNetNodeBackground: no visible global function definition for
  ‘polygon’
eraseBioNetNode: no visible global function definition for ‘polygon’
getHeatmapColorScales: no visible global function definition for ‘rgb’
labelBioNetNodeNames: no visible global function definition for ‘text’
linkBioNetNodes: no visible global function definition for ‘col2rgb’
linkBioNetNodes: no visible global function definition for ‘rgb’
linkBioNetNodes: no visible global function definition for ‘polygon’
linkBioNetSamples: no visible global function definition for ‘lines’
plotBioMatrix: no visible global function definition for ‘par’
plotBioMatrix: no visible global function definition for ‘rainbow’
plotBioMatrix: no visible global function definition for ‘legend’
plotBioMatrixBars: no visible global function definition for ‘rect’
plotBioMatrixBinaryData: no visible global function definition for
  ‘points’
plotBioMatrixCategoryData: no visible global function definition for
  ‘palette’
plotBioMatrixCategoryData: no visible global function definition for
  ‘rect’
plotBioMatrixRowNames: no visible global function definition for ‘text’
plotBioMatrixSampleData: no visible global function definition for
  ‘rect’
plotBioMatrixSampleNames: no visible global function definition for
  ‘text’
plotBioNetBars: no visible global function definition for ‘polygon’
plotBioNetCircos: no visible global function definition for ‘par’
plotBioNetCircos: no visible global function definition for ‘rainbow’
plotBioNetHeatmap: no visible global function definition for ‘polygon’
plotBioNetLines: no visible global function definition for ‘lines’
plotBioNetPoints: no visible global function definition for ‘points’
plotBioNetPolygons: no visible global function definition for ‘rainbow’
plotBioNetPolygons: no visible global function definition for ‘polygon’
plotHeatmapColorScale: no visible global function definition for ‘rect’
plotHeatmapColorScale: no visible global function definition for ‘text’
setBioMatrixPlotArea: no visible global function definition for
  ‘plot.new’
setBioMatrixPlotArea: no visible global function definition for
  ‘plot.window’
setBioNetNodeLayout: no visible global function definition for ‘dist’
setBioNetPlotAreaBackground: no visible global function definition for
  ‘grey’
setBioNetPlotAreaBackground: no visible global function definition for
  ‘col2rgb’
setBioNetPlotAreaBackground: no visible global function definition for
  ‘rgb’
setBioNetPlotAreaBackground: no visible global function definition for
  ‘polygon’
showBioNetNodesLayout: no visible global function definition for ‘grey’
showBioNetNodesLayout: no visible global function definition for ‘plot’
showBioNetNodesLayout: no visible global function definition for ‘text’
Undefined global functions or variables:
  col2rgb dist gray grey legend lines palette par plot plot.new
  plot.window points polygon rainbow rect rgb sd text
Consider adding
  importFrom("grDevices", "col2rgb", "gray", "grey", "palette",
             "rainbow", "rgb")
  importFrom("graphics", "legend", "lines", "par", "plot", "plot.new",
             "plot.window", "points", "polygon", "rect", "text")
  importFrom("stats", "dist", "sd")
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 contents of ‘data’ directory ... OK
* checking data for non-ASCII characters ... OK
* checking data for ASCII and uncompressed saves ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                          user system elapsed
bioNetLegend             6.995  0.481   7.534
plotBioNetCircos         6.859  0.448   7.375
plotBioNetHeatmap        6.442  0.377   7.009
drawBioNetNodeBackground 4.963  0.252   5.262
* 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 NOTE
See
  ‘/Users/biocbuild/bbs-3.8-bioc/meat/caOmicsV.Rcheck/00check.log’
for details.



Installation output

caOmicsV.Rcheck/00install.out

##############################################################################
##############################################################################
###
### Running command:
###
###   /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL caOmicsV
###
##############################################################################
##############################################################################


* installing to library ‘/Library/Frameworks/R.framework/Versions/3.5/Resources/library’
* installing *source* package ‘caOmicsV’ ...
** R
** data
** demo
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (caOmicsV)

Tests output


Example timings

caOmicsV.Rcheck/caOmicsV-Ex.timings

nameusersystemelapsed
CA_OMICS_ENV0.0000.0000.001
CA_OMICS_NAME000
CA_OMICS_NA_STRING0.0000.0000.001
CNVDemoData0.0180.0050.024
RNA2miRNA0.0020.0010.002
RNASeq0.0030.0010.006
RNASeqDemoData0.0020.0010.004
bioMatrixLegend0.2140.0350.251
bioNetCircosPlot1.8010.2372.057
bioNetLegend6.9950.4817.534
biomatrixPlotDemoData0.0020.0010.003
bionetPlotDemoData0.0030.0020.005
convertToZScores0.0100.0020.011
drawBioNetNodeBackground4.9630.2525.262
eraseBioNetNode2.2040.1912.414
getBezierCurve0.0010.0000.001
getBioMatrixDataRowTop0.0010.0000.001
getBioMatrixPlotParameters0.0010.0000.001
getBioNetNodeLinkLine0.0010.0000.001
getBioNetParameters0.3980.1050.512
getBioNetPlotLocations0.3500.0970.450
getBioNetSamplePlotPosition0.0000.0010.001
getCaOmicsVColors000
getCaOmicsVPlotTypes0.0010.0000.001
getDefaultNaStrings0.0000.0010.000
getHeatmapColorScales000
getPlotDataSet0.0360.0080.045
getPlotOmicsData0.0090.0040.012
getPlotSampleData0.0020.0010.003
getPlotSummaryData0.0080.0010.010
getRelatedPlotData0.0450.0040.049
initializeBioMatrixPlot0.0010.0000.000
initializeBioNetCircos0.3740.1000.477
labelBioNetNodeNames1.8460.1562.025
linkBioNetNodes1.5040.1731.695
linkBioNetSamples1.4930.1661.690
methylDemoData0.0020.0020.004
miRNA0.0020.0010.002
miRNADemoData0.0020.0010.003
plotBioMatrix0.7870.0400.836
plotBioMatrixBars0.0140.0020.014
plotBioMatrixBinaryData0.0030.0000.004
plotBioMatrixCategoryData0.0030.0010.003
plotBioMatrixHeatmap0.0070.0020.008
plotBioMatrixRowNames0.0180.0010.021
plotBioMatrixSampleData0.0050.0010.006
plotBioMatrixSampleNames0.0030.0010.009
plotBioNetBars1.8660.1812.072
plotBioNetCircos6.8590.4487.375
plotBioNetHeatmap6.4420.3777.009
plotBioNetLines3.7940.2524.089
plotBioNetPoints3.3550.2323.639
plotBioNetPolygons3.4720.2313.744
plotHeatmapColorScale1.6980.0281.748
resetBioNetNodePlotAreaBoundary000
sampleDemoData0.0020.0010.003
setBioMatrixBaseCoordinates0.0010.0010.000
setBioMatrixPlotArea0.0020.0000.003
setBioMatrixPlotParameters000
setBioNetCircosBasePlotPositions0.0010.0000.000
setBioNetNodeLayout0.4110.1100.533
setBioNetPlotAreaBackground0.0800.0140.096
setBioNetPlotParameters0.0000.0000.001
setCaOmicsVColors0.0000.0000.001
setDefaultNaStrings0.0010.0000.001
showBioMatrixPlotLayout0.0150.0000.016
showBioNetNodesLayout0.8900.1501.076
showSupportedBioNetCircosPlotType0.0000.0010.000
sortClinicalData0.0030.0010.005
sortOmicsDataByColumn0.0030.0010.005
sortOmicsDataByRow0.0060.0010.008