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.2: CHECK report for biovizBase on perceval

This page was generated on 2015-08-24 10:52:30 -0700 (Mon, 24 Aug 2015).

Package 109/1071HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
biovizBase 1.17.1
Tengfei Yin
Snapshot Date: 2015-08-23 16:24:14 -0700 (Sun, 23 Aug 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/biovizBase
Last Changed Rev: 103703 / Revision: 107696
Last Changed Date: 2015-05-12 10:18:29 -0700 (Tue, 12 May 2015)
zin1 Linux (Ubuntu 14.04.2 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository

Summary

Package: biovizBase
Version: 1.17.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings biovizBase_1.17.1.tar.gz
StartedAt: 2015-08-23 22:38:02 -0700 (Sun, 23 Aug 2015)
EndedAt: 2015-08-23 22:43:04 -0700 (Sun, 23 Aug 2015)
EllapsedTime: 301.6 seconds
RetCode: 0
Status:  OK 
CheckDir: biovizBase.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.2-bioc/meat/biovizBase.Rcheck’
* using R version 3.2.2 Patched (2015-08-14 r69078)
* using platform: x86_64-apple-darwin10.8.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘biovizBase/DESCRIPTION’ ... OK
* this is package ‘biovizBase’ version ‘1.17.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 ‘biovizBase’ can be installed ... [29s/29s] OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Title field: should not end in a period.
* 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
'library' or 'require' calls in package code:
  ‘BSgenome’ ‘rtracklayer’
  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
genSymbols: no visible binding for global variable ‘start_location’
genSymbols: no visible binding for global variable ‘end_location’
genSymbols: no visible binding for global variable ‘Chromosome’
genSymbols: no visible binding for global variable ‘symbol’
transformToLinkInCircle: no visible binding for global variable
  ‘.circle.x’
transformToLinkInCircle: no visible binding for global variable
  ‘.circle.y’
transformToLinkInCircle : <anonymous>: no visible binding for global
  variable ‘from.x’
transformToLinkInCircle : <anonymous>: no visible binding for global
  variable ‘from.y’
transformToLinkInCircle : <anonymous>: no visible binding for global
  variable ‘to.x’
transformToLinkInCircle : <anonymous>: no visible binding for global
  variable ‘to.y’
mold,eSet : .local: no visible global function definition for
  ‘phenoData’
mold,eSet : .local: no visible global function definition for ‘melt’
mold,eSet : .local: no visible global function definition for
  ‘varLabels’
mold,ExpressionSet : .local: no visible global function definition for
  ‘exprs’
mold,ExpressionSet : .local: no visible global function definition for
  ‘pData’
mold,RleList : .local: no visible binding for global variable
  ‘xRleList’
* 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 line endings in C/C++/Fortran sources/headers ... 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 ... [31s/31s] OK
Examples with CPU or elapsed time > 5s
               user system elapsed
crunch-method 5.155  0.262    5.43
* 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: 3 NOTEs
See
  ‘/Users/biocbuild/bbs-3.2-bioc/meat/biovizBase.Rcheck/00check.log’
for details.


biovizBase.Rcheck/00install.out:

* installing *source* package ‘biovizBase’ ...
** libs
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c R_init_biovizBase.c -o R_init_biovizBase.o
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include    -fPIC  -mtune=core2 -g -O2 -Wall  -c bin_offsets.c -o bin_offsets.o
bin_offsets.c: In function ‘scan_bam_bin_offsets’:
bin_offsets.c:57: warning: pointer targets in passing argument 1 of ‘strncmp’ differ in signedness
llvm-gcc-4.2 -arch x86_64 -std=gnu99 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/usr/local/lib -L/usr/local/lib -o biovizBase.so R_init_biovizBase.o bin_offsets.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.2-bioc/meat/biovizBase.Rcheck/biovizBase/libs
** R
** data
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (biovizBase)

biovizBase.Rcheck/biovizBase-Ex.timings:

nameusersystemelapsed
CRC0.0070.0010.008
GCcontent0.9800.0211.019
addStepping-method0.8450.0070.853
aes-utils0.0010.0000.000
colorBlindSafePal0.0010.0000.001
containLetters0.0010.0000.002
crc1.GeRL0.0130.0010.014
crunch-method5.1550.2625.430
darned_hg19_subset5000.0660.0020.068
flatGrl0.5000.0060.506
genesymbol0.1310.0110.142
getBioColor0.0020.0000.002
getFormalNames0.0010.0000.001
getGaps2.2790.0082.288
getIdeoGR0.5340.0080.543
getIdeogram0.0010.0000.000
hg19Ideogram0.0340.0040.039
hg19IdeogramCyto0.0370.0100.049
ideo0.1200.0350.156
ideoCyto0.1350.0050.141
isIdeogram0.0040.0000.005
isMatchedWithModel0.8460.0250.871
isSimpleIdeogram0.0310.0010.033
maxGap-method0.6130.0080.622
pileupAsGRanges0.0010.0000.001
pileupGRangesAsVariantTable0.0010.0000.001
plotColorLegend0.0030.0000.003
scale0.4600.0050.465
showColor0.0010.0000.000
shrinkageFun-method0.4860.0050.491
splitByFacets-method0.8150.0070.824
strip_formula_dots0.0020.0010.002
subsetArgsByFormals0.0010.0000.001
transform2.6670.1692.840
transformGRangesForEvenSpace0.540.010.55