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.3: CHECK report for TransView on zin2

This page was generated on 2016-10-13 12:43:31 -0700 (Thu, 13 Oct 2016).

Package 1168/1210HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
TransView 1.16.0
Julius Muller
Snapshot Date: 2016-10-12 17:20:15 -0700 (Wed, 12 Oct 2016)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_3/madman/Rpacks/TransView
Last Changed Rev: 117079 / Revision: 122332
Last Changed Date: 2016-05-03 14:20:18 -0700 (Tue, 03 May 2016)
zin2 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK [ OK ]UNNEEDED, same version exists in internal repository
moscato2 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: TransView
Version: 1.16.0
Command: /home/biocbuild/bbs-3.3-bioc/R/bin/R CMD check --no-vignettes --timings TransView_1.16.0.tar.gz
StartedAt: 2016-10-13 07:33:59 -0700 (Thu, 13 Oct 2016)
EndedAt: 2016-10-13 07:35:44 -0700 (Thu, 13 Oct 2016)
EllapsedTime: 105.6 seconds
RetCode: 0
Status:  OK 
CheckDir: TransView.Rcheck
Warnings: 0

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.3-bioc/R/bin/R CMD check --no-vignettes --timings TransView_1.16.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.3-bioc/meat/TransView.Rcheck’
* using R version 3.3.1 (2016-06-21)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘TransView/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘TransView’ version ‘1.16.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 for sufficient/correct file permissions ... OK
* checking whether package ‘TransView’ 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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
'library' or 'require' call to ‘RUnit’ in package code.
  Please use :: or requireNamespace() instead.
  See section 'Suggested packages' in the 'Writing R Extensions' manual.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
.gene2window : <anonymous> : <anonymous>: no visible global function
  definition for ‘median’
.gene2window: no visible binding for global variable ‘approx’
.onAttach: no visible global function definition for
  ‘packageDescription’
.test: no visible global function definition for ‘defineTestSuite’
.test: no visible global function definition for ‘runTestSuite’
.test: no visible global function definition for ‘printTextProtocol’
annotatePeaks : <anonymous>: no visible global function definition for
  ‘median’
gtf2gr: no visible global function definition for ‘read.table’
gtf2gr: no visible global function definition for ‘ave’
macs2gr: no visible global function definition for ‘read.delim’
meltPeak: no visible global function definition for ‘approx’
meltPeak: no visible global function definition for ‘lowess’
plotTV: no visible global function definition for ‘quantile’
plotTV: no visible global function definition for ‘kmeans’
plotTV: no visible global function definition for ‘as.dendrogram’
plotTV: no visible global function definition for ‘hclust’
plotTV: no visible global function definition for ‘as.dist’
plotTV: no visible global function definition for ‘dist’
plotTV: no visible global function definition for ‘order.dendrogram’
plotTV: no visible global function definition for ‘par’
plotTV: no visible global function definition for ‘layout’
plotTV: no visible global function definition for ‘image’
plotTV: no visible global function definition for ‘hist’
plotTV: no visible global function definition for ‘title’
plotTV: no visible global function definition for ‘mtext’
plotTV: no visible global function definition for ‘lines’
plotTV: no visible global function definition for ‘axis’
plotTV: no visible global function definition for ‘rainbow’
plotTV: no visible global function definition for ‘plot’
plotTV: no visible global function definition for ‘text’
plotTV: no visible global function definition for ‘rgb’
plotTV: no visible global function definition for ‘plot.new’
setTV: no visible global function definition for ‘object.size’
.setTV,DensityContainer-character-character-numeric-numeric-numeric-logical-character-character-logical:
  no visible global function definition for ‘object.size’
Undefined global functions or variables:
  approx as.dendrogram as.dist ave axis defineTestSuite dist hclust
  hist image kmeans layout lines lowess median mtext object.size
  order.dendrogram packageDescription par plot plot.new
  printTextProtocol quantile rainbow read.delim read.table rgb
  runTestSuite text title
Consider adding
  importFrom("grDevices", "rainbow", "rgb")
  importFrom("graphics", "axis", "hist", "image", "layout", "lines",
             "mtext", "par", "plot", "plot.new", "text", "title")
  importFrom("stats", "approx", "as.dendrogram", "as.dist", "ave",
             "dist", "hclust", "kmeans", "lowess", "median",
             "order.dendrogram", "quantile")
  importFrom("utils", "object.size", "packageDescription", "read.delim",
             "read.table")
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 line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... OK
* checking sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘TransView_unit_tests.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: 2 NOTEs
See
  ‘/home/biocbuild/bbs-3.3-bioc/meat/TransView.Rcheck/00check.log’
for details.


TransView.Rcheck/00install.out:

* installing *source* package ‘TransView’ ...
** libs
gcc -std=gnu99 -I/home/biocbuild/bbs-3.3-bioc/R/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/include"   -fpic  -g -O2  -Wall -c R_init_TransView.c -o R_init_TransView.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.3-bioc/R/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/include"   -fpic  -g -O2  -Wall -c bin_density.c -o bin_density.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.3-bioc/R/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/include"   -fpic  -g -O2  -Wall -c construct_dc.c -o construct_dc.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.3-bioc/R/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/include"   -fpic  -g -O2  -Wall -c parse_sam.c -o parse_sam.o
gcc -std=gnu99 -I/home/biocbuild/bbs-3.3-bioc/R/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/include"   -fpic  -g -O2  -Wall -c slice_dc.c -o slice_dc.o
slice_dc.c: In function ‘slice_dc’:
slice_dc.c:184:11: warning: ‘slicep’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     expand(slicep,new_vecp,rebuildc,wsize);
           ^
gcc -std=gnu99 -I/home/biocbuild/bbs-3.3-bioc/R/include -DNDEBUG -D_USE_KNETFILE -DBGZF_CACHE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I/usr/local/include -I"/home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/include"   -fpic  -g -O2  -Wall -c visuals.c -o visuals.o
gcc -std=gnu99 -shared -L/home/biocbuild/bbs-3.3-bioc/R/lib -L/usr/local/lib -o TransView.so R_init_TransView.o bin_density.o construct_dc.o parse_sam.o slice_dc.o visuals.o /home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/usrlib//libbam.a /home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/usrlib//libbcf.a /home/biocbuild/bbs-3.3-bioc/R/library/Rsamtools/usrlib//libtabix.a -lz -pthread -L/home/biocbuild/bbs-3.3-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.3-bioc/meat/TransView.Rcheck/TransView/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (TransView)

TransView.Rcheck/TransView-Ex.timings:

nameusersystemelapsed
DensityContainer-class0.0030.0000.002
TVResults-class0.0000.0000.001
TransView-package0.0010.0000.001
annotatePeaks1.2910.0081.303
gtf2gr0.040.000.04
macs2gr0.0280.0000.029
meltPeak0.8830.0240.906
parseReads0.2200.0080.228
peak2tss0.4640.0000.463
plotTV0.4820.0160.498
plotTVData0.5210.0160.537
rmTV0.3670.0120.380
slice10.1800.0160.196
slice1T0.6820.0160.738