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 regioneR on moscato1

This page was generated on 2015-06-21 10:00:16 -0700 (Sun, 21 Jun 2015).

Package 820/1040HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
regioneR 1.1.1
Bernat Gel
Snapshot Date: 2015-06-20 16:31:13 -0700 (Sat, 20 Jun 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/regioneR
Last Changed Rev: 104558 / Revision: 105266
Last Changed Date: 2015-06-04 06:39:34 -0700 (Thu, 04 Jun 2015)
zin1 Linux (Ubuntu 14.04.2 LTS) / x86_64  NotNeeded  OK  WARNINGS UNNEEDED, same version exists in internal repository
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK [ WARNINGS ] OK UNNEEDED, same version exists in internal repository
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: regioneR
Version: 1.1.1
Command: rm -rf regioneR.buildbin-libdir regioneR.Rcheck && mkdir regioneR.buildbin-libdir regioneR.Rcheck && D:\biocbld\bbs-3.2-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=regioneR.buildbin-libdir regioneR_1.1.1.tar.gz >regioneR.Rcheck\00install.out 2>&1 && cp regioneR.Rcheck\00install.out regioneR-install.out && D:\biocbld\bbs-3.2-bioc\R\bin\R.exe CMD check --library=regioneR.buildbin-libdir --install="check:regioneR-install.out" --force-multiarch --no-vignettes --timings regioneR_1.1.1.tar.gz
StartedAt: 2015-06-21 06:32:31 -0700 (Sun, 21 Jun 2015)
EndedAt: 2015-06-21 07:01:31 -0700 (Sun, 21 Jun 2015)
EllapsedTime: 1739.9 seconds
RetCode: 0
Status:  WARNINGS  
CheckDir: regioneR.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   rm -rf regioneR.buildbin-libdir regioneR.Rcheck && mkdir regioneR.buildbin-libdir regioneR.Rcheck && D:\biocbld\bbs-3.2-bioc\R\bin\R.exe CMD INSTALL --build --merge-multiarch --library=regioneR.buildbin-libdir regioneR_1.1.1.tar.gz >regioneR.Rcheck\00install.out 2>&1 && cp regioneR.Rcheck\00install.out regioneR-install.out  && D:\biocbld\bbs-3.2-bioc\R\bin\R.exe CMD check --library=regioneR.buildbin-libdir --install="check:regioneR-install.out" --force-multiarch --no-vignettes --timings regioneR_1.1.1.tar.gz
###
##############################################################################
##############################################################################


* using log directory 'D:/biocbld/bbs-3.2-bioc/meat/regioneR.Rcheck'
* using R version 3.2.1 (2015-06-18)
* using platform: x86_64-w64-mingw32 (64-bit)
* using session charset: ISO8859-1
* using option '--no-vignettes'
* checking for file 'regioneR/DESCRIPTION' ... OK
* checking extension type ... Package
* this is package 'regioneR' version '1.1.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 whether package 'regioneR' can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking 'build' directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  'memoise' 'GenomicRanges' 'BSgenome' 'rtracklayer' 'parallel'
A package should be listed in only one of these fields.
* 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
** checking loading without being on the library search path ... 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 loading without being on the library search path ... OK
* checking dependencies in R code ... OK
* checking S3 generic/method consistency ... WARNING
plot:
  function(x, ...)
plot.localZScoreResults:
  function(lz, main, num.x.labels, ...)

See section 'Generic functions and methods' in the 'Writing R
Extensions' manual.
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
createRandomRegions: no visible global function definition for
  'seqlevels'
filterChromosomes: no visible global function definition for
  'keepSeqlevels'
randomizeRegions: no visible global function definition for
  'seqlevels<-'
randomizeRegions: no visible global function definition for 'seqlevels'
resampleRegions: no visible global function definition for 'seqlevels'
toGRanges: no visible global function definition for 'IRanges'
* 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 'plot.localZScoreResults':
plot.localZScoreResults
  Code: function(lz, main = "", num.x.labels = 5, ...)
  Docs: function(x, ...)
  Argument names in code not in docs:
    lz main num.x.labels
  Argument names in docs not in code:
    x
  Mismatches in argument names:
    Position: 1 Code: lz Docs: x
    Position: 2 Code: main Docs: ...

Codoc mismatches from documentation object 'plot.permTestResults':
plot.permTestResults
  Code: function(x, pvalthres = 0.05, plotType = "Tailed", main = "",
                 xlab = NULL, ylab = "", ...)
  Docs: function(x, pvalthres = 0.05, plotType = "Area", ...)
  Argument names in code not in docs:
    main xlab ylab
  Mismatches in argument names:
    Position: 4 Code: main Docs: ...
  Mismatches in argument default values:
    Name: 'plotType' Code: "Tailed" Docs: "Area"

* 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' ... NOTE
The following directory looks like a leftover from 'knitr':
  'figure'
Please remove from your package.
* checking examples ...
** running examples for arch 'i386' ... [13m] OK
Examples with CPU or elapsed time > 5s
                           user system elapsed
filterChromosomes        122.48   3.99  126.52
circularRandomizeRegions 119.18   3.22  200.29
getMask                  116.53   3.53  120.08
createRandomRegions      114.96   3.67  118.67
maskFromBSGenome         110.21   2.93  113.18
randomizeRegions         106.84   2.81  109.65
** running examples for arch 'x64' ... [12m] OK
Examples with CPU or elapsed time > 5s
                           user system elapsed
createRandomRegions      121.21   4.43  125.68
maskFromBSGenome         115.49   3.15  118.63
getMask                  106.26   2.61  108.88
circularRandomizeRegions 104.85   2.93  107.78
filterChromosomes        103.94   3.82  107.77
randomizeRegions         103.71   2.82  106.61
* 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 WARNINGs, 3 NOTEs
See
  'D:/biocbld/bbs-3.2-bioc/meat/regioneR.Rcheck/00check.log'
for details.


regioneR.Rcheck/00install.out:


install for i386

* installing *source* package 'regioneR' ...
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded

install for x64

* installing *source* package 'regioneR' ...
** testing if installed package can be loaded
* MD5 sums
packaged installation of 'regioneR' as regioneR_1.1.1.zip
* DONE (regioneR)

regioneR.Rcheck/examples_i386/regioneR-Ex.timings:

nameusersystemelapsed
characterToBSGenome0.530.220.91
circularRandomizeRegions119.18 3.22200.29
commonRegions0.300.040.34
createRandomRegions114.96 3.67118.67
emptyCacheRegioneR000
extendRegions0.140.000.14
filterChromosomes122.48 3.99126.52
getChromosomesByOrganism000
getGenome0.030.020.05
getGenomeAndMask0.480.060.54
getMask116.53 3.53120.08
joinRegions0.140.000.14
listChrTypes0.020.000.01
localZScore0.780.000.78
maskFromBSGenome110.21 2.93113.18
meanDistance0.110.000.11
meanInRegions0.130.000.13
mergeRegions0.090.000.09
numOverlaps0.100.000.09
overlapGraphicalSummary0.140.000.14
overlapPermTest0.370.000.38
overlapRegions0.060.000.06
permTest1.020.001.01
plot.localZScoreResults0.750.000.75
plot.permTestResults1.340.001.35
plotRegions0.040.000.04
print.permTestResults1.020.001.02
randomizeRegions106.84 2.81109.65
recomputePermTest1.520.001.51
resampleRegions0.040.000.05
splitRegions0.100.000.09
subtractRegions0.120.000.13
toDataframe0.020.000.01
toGRanges0.010.000.02
uniqueRegions0.270.000.26

regioneR.Rcheck/examples_x64/regioneR-Ex.timings:

nameusersystemelapsed
characterToBSGenome0.520.240.75
circularRandomizeRegions104.85 2.93107.78
commonRegions0.240.030.28
createRandomRegions121.21 4.43125.68
emptyCacheRegioneR0.000.020.01
extendRegions0.110.000.11
filterChromosomes103.94 3.82107.77
getChromosomesByOrganism000
getGenome0.040.000.05
getGenomeAndMask0.390.090.49
getMask106.26 2.61108.88
joinRegions0.150.000.16
listChrTypes0.020.000.02
localZScore0.920.000.92
maskFromBSGenome115.49 3.15118.63
meanDistance0.140.000.14
meanInRegions0.230.000.24
mergeRegions0.20.00.2
numOverlaps0.160.000.16
overlapGraphicalSummary0.220.000.25
overlapPermTest0.450.000.45
overlapRegions0.060.000.06
permTest1.20.01.2
plot.localZScoreResults0.890.000.89
plot.permTestResults1.560.002.47
plotRegions0.060.000.06
print.permTestResults1.190.001.19
randomizeRegions103.71 2.82106.61
recomputePermTest1.870.001.87
resampleRegions0.060.000.06
splitRegions0.100.000.09
subtractRegions0.180.000.19
toDataframe0.040.000.03
toGRanges0.030.000.03
uniqueRegions0.360.000.36