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.5: CHECK report for regioneR on veracruz2

This page was generated on 2017-10-18 14:33:06 -0400 (Wed, 18 Oct 2017).

Package 1095/1381HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
regioneR 1.8.1
Bernat Gel
Snapshot Date: 2017-10-17 17:00:52 -0400 (Tue, 17 Oct 2017)
URL: https://git.bioconductor.org/packages/regioneR
Branch: RELEASE_3_5
Last Commit: ccb4da5
Last Changed Date: 2017-07-18 08:48:04 -0400 (Tue, 18 Jul 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz2 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: regioneR
Version: 1.8.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings regioneR_1.8.1.tar.gz
StartedAt: 2017-10-18 08:04:02 -0400 (Wed, 18 Oct 2017)
EndedAt: 2017-10-18 08:12:26 -0400 (Wed, 18 Oct 2017)
EllapsedTime: 503.4 seconds
RetCode: 0
Status:  OK 
CheckDir: regioneR.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/regioneR.Rcheck’
* using R version 3.4.2 (2017-09-28)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘regioneR/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘regioneR’ version ‘1.8.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 ‘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
* 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
commonRegions: no visible global function definition for ‘hasArg’
createFunctionsList: no visible global function definition for ‘hasArg’
extendRegions: no visible global function definition for ‘hasArg’
joinRegions: no visible global function definition for ‘hasArg’
localZScore: no visible global function definition for ‘hasArg’
meanDistance: no visible global function definition for ‘hasArg’
meanInRegions: no visible global function definition for ‘hasArg’
mergeRegions: no visible global function definition for ‘hasArg’
numOverlaps: no visible global function definition for ‘hasArg’
overlapGraphicalSummary: no visible global function definition for
  ‘hasArg’
overlapPermTest: no visible global function definition for ‘hasArg’
overlapRegions: no visible global function definition for ‘hasArg’
overlapRegions: no visible global function definition for ‘queryHits’
overlapRegions: no visible global function definition for ‘subjectHits’
permTest: no visible global function definition for ‘hasArg’
plot.localZScoreResultsList: no visible global function definition for
  ‘is’
plot.permTestResultsList: no visible global function definition for
  ‘is’
plotRegions: no visible global function definition for ‘hasArg’
randomizeRegions: no visible global function definition for ‘hasArg’
removeOverlapping: no visible global function definition for
  ‘queryHits’
removeOverlapping: no visible global function definition for
  ‘subjectHits’
resampleRegions: no visible global function definition for ‘hasArg’
splitRegions: no visible global function definition for ‘hasArg’
subtractRegions: no visible global function definition for ‘hasArg’
toDataframe: no visible global function definition for ‘hasArg’
toDataframe: no visible global function definition for ‘is’
toGRanges: no visible global function definition for ‘hasArg’
toGRanges: no visible global function definition for ‘is’
toGRanges : <anonymous>: no visible global function definition for
  ‘read.delim’
toGRanges : <anonymous> : <anonymous>: no visible global function
  definition for ‘read.csv’
uniqueRegions: no visible global function definition for ‘hasArg’
Undefined global functions or variables:
  hasArg is queryHits read.csv read.delim subjectHits
Consider adding
  importFrom("methods", "hasArg", "is")
  importFrom("utils", "read.csv", "read.delim")
to your NAMESPACE file (and ensure that your DESCRIPTION Imports field
contains 'methods').
* 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 sizes of PDF files under ‘inst/doc’ ... OK
* checking installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                           user system elapsed
filterChromosomes        48.986  4.977  56.951
circularRandomizeRegions 49.032  4.404  56.710
getMask                  46.004  4.537  51.929
maskFromBSGenome         44.547  4.638  50.644
localZScore               3.654  0.305   5.074
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘testthat.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
  ‘/Users/biocbuild/bbs-3.5-bioc/meat/regioneR.Rcheck/00check.log’
for details.


regioneR.Rcheck/00install.out:

* 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
* DONE (regioneR)

regioneR.Rcheck/regioneR-Ex.timings:

nameusersystemelapsed
characterToBSGenome0.7050.0870.899
circularRandomizeRegions49.032 4.40456.710
commonRegions0.3860.0030.403
createFunctionsList1.8040.2392.299
createRandomRegions0.1110.0010.114
emptyCacheRegioneR0.0010.0000.001
extendRegions0.2170.0030.270
filterChromosomes48.986 4.97756.951
getChromosomesByOrganism0.0010.0000.001
getGenome0.0340.0010.034
getGenomeAndMask1.1160.1991.352
getMask46.004 4.53751.929
joinRegions0.1210.0010.125
listChrTypes0.0190.0000.020
localZScore3.6540.3055.074
maskFromBSGenome44.547 4.63850.644
meanDistance0.0730.0000.075
meanInRegions0.1810.0010.187
mergeRegions0.0770.0010.081
numOverlaps0.1360.0010.138
overlapGraphicalSummary0.1430.0010.148
overlapPermTest0.6870.0030.706
overlapRegions0.0460.0000.048
permTest1.2500.0101.329
plot.localZScoreResults1.1120.0061.152
plot.localZScoreResultsList2.3800.0122.460
plot.permTestResults1.7980.0601.908
plot.permTestResultsList2.0280.0132.101
plotRegions0.0360.0010.038
print.permTestResults1.1360.0071.189
randomizeRegions0.2010.0020.205
recomputePermTest0.7600.0050.797
resampleRegions0.0400.0000.041
splitRegions0.0780.0010.082
subtractRegions0.1570.0020.165
toDataframe0.0130.0000.013
toGRanges0.0170.0010.017
uniqueRegions0.2320.0020.239