Back to Multiple platform build/check report for BioC 3.6
ABCDEF[G]HIJKLMNOPQRSTUVWXYZ

CHECK report for genomation on veracruz1

This page was generated on 2018-04-12 13:39:56 -0400 (Thu, 12 Apr 2018).

Package 557/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
genomation 1.11.3
Altuna Akalin , Vedran Franke
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/genomation
Branch: RELEASE_3_6
Last Commit: 59413a6
Last Changed Date: 2018-01-24 09:47:01 -0400 (Wed, 24 Jan 2018)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  OK  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: genomation
Version: 1.11.3
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings genomation_1.11.3.tar.gz
StartedAt: 2018-04-12 04:14:46 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 04:19:40 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 294.0 seconds
RetCode: 0
Status:  OK 
CheckDir: genomation.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/genomation.Rcheck’
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-apple-darwin15.6.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘genomation/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘genomation’ version ‘1.11.3’
* package encoding: latin1
* 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 ‘genomation’ can be installed ... OK
* checking installed package size ... NOTE
  installed size is  5.6Mb
  sub-directories of 1Mb or more:
    doc       3.5Mb
    extdata   1.2Mb
* 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 ... NOTE
Namespace in Imports field not imported from: ‘RUnit’
  All declared Imports should be used.
Unexported object imported by a ':::' call: ‘BiocGenerics:::testPackage’
  See the note in ?`:::` about the use of this operator.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... NOTE
ScoreMatrixBin,RleList-GRangesList: no visible binding for global
  variable ‘cvg’
ScoreMatrixBin,RleList-GRangesList: no visible binding for global
  variable ‘id’
ScoreMatrixBin,RleList-GRangesList: no visible global function
  definition for ‘:=’
Undefined global functions or variables:
  := cvg id
* 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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... NOTE
The following directory looks like a leftover from 'knitr':
  ‘cache’
Please remove from your package.
* checking examples ... OK
Examples with CPU or elapsed time > 5s
                                                     user system elapsed
enrichmentMatrix-ScoreMatrixList-method             6.299  3.600   8.409
enrichmentMatrix-ScoreMatrix-method                 4.957  2.066   7.647
enrichmentMatrix-ScoreMatrixList-ScoreMatrix-method 4.099  1.742   8.327
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘genomation_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: 4 NOTEs
See
  ‘/Users/biocbuild/bbs-3.6-bioc/meat/genomation.Rcheck/00check.log’
for details.



Installation output

genomation.Rcheck/00install.out

* installing *source* package ‘genomation’ ...
** libs
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rcpp/include" -I/usr/local/include   -fPIC  -Wall -g -O2  -c RcppExports.cpp -o RcppExports.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/Rcpp/include" -I/usr/local/include   -fPIC  -Wall -g -O2  -c binSum.cpp -o binSum.o
clang++ -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 -o genomation.so RcppExports.o binSum.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.6-bioc/meat/genomation.Rcheck/genomation/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 (genomation)

Tests output

genomation.Rcheck/tests/genomation_unit_tests.Rout


R version 3.4.4 (2018-03-15) -- "Someone to Lean On"
Copyright (C) 2018 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin15.6.0 (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> (require("genomation") & require("GenomicRanges") & require("GenomicAlignments") & require("rtracklayer") & require("readr") & require("Biostrings")) || stop("unable to load genomation package")
Loading required package: genomation
Loading required package: grid
Loading required package: GenomicRanges
Loading required package: stats4
Loading required package: BiocGenerics
Loading required package: parallel

Attaching package: 'BiocGenerics'

The following objects are masked from 'package:parallel':

    clusterApply, clusterApplyLB, clusterCall, clusterEvalQ,
    clusterExport, clusterMap, parApply, parCapply, parLapply,
    parLapplyLB, parRapply, parSapply, parSapplyLB

The following objects are masked from 'package:stats':

    IQR, mad, sd, var, xtabs

The following objects are masked from 'package:base':

    Filter, Find, Map, Position, Reduce, anyDuplicated, append,
    as.data.frame, cbind, colMeans, colSums, colnames, do.call,
    duplicated, eval, evalq, get, grep, grepl, intersect, is.unsorted,
    lapply, lengths, mapply, match, mget, order, paste, pmax, pmax.int,
    pmin, pmin.int, rank, rbind, rowMeans, rowSums, rownames, sapply,
    setdiff, sort, table, tapply, union, unique, unsplit, which,
    which.max, which.min

Loading required package: S4Vectors

Attaching package: 'S4Vectors'

The following object is masked from 'package:base':

    expand.grid

Loading required package: IRanges
Loading required package: GenomeInfoDb
Loading required package: GenomicAlignments
Loading required package: SummarizedExperiment
Loading required package: Biobase
Welcome to Bioconductor

    Vignettes contain introductory material; view with
    'browseVignettes()'. To cite Bioconductor, see
    'citation("Biobase")', and for packages 'citation("pkgname")'.

Loading required package: DelayedArray
Loading required package: matrixStats

Attaching package: 'matrixStats'

The following objects are masked from 'package:Biobase':

    anyMissing, rowMedians


Attaching package: 'DelayedArray'

The following objects are masked from 'package:matrixStats':

    colMaxs, colMins, colRanges, rowMaxs, rowMins, rowRanges

The following object is masked from 'package:base':

    apply

Loading required package: Biostrings
Loading required package: XVector

Attaching package: 'Biostrings'

The following object is masked from 'package:DelayedArray':

    type

The following object is masked from 'package:base':

    strsplit

Loading required package: Rsamtools
Loading required package: rtracklayer
Loading required package: readr
[1] TRUE
> genomation:::.test()
Normalizing to rpm ...
Normalizing to rpm ...
Normalizing to rpm ...
testing:min
testing:max
testing:median
Normalizing to rpm ...
Normalizing to rpm ...
Normalizing to rpm ...
Normalizing to rpm ...
Normalizing to rpm ...
Normalizing to rpm ...
Normalizing to rpm ...
Parsed with column specification:
cols(
  X1 = col_character(),
  X2 = col_integer(),
  X3 = col_integer(),
  X4 = col_character(),
  X5 = col_integer(),
  X6 = col_character(),
  X7 = col_integer(),
  X8 = col_integer(),
  X9 = col_number()
)
Parsed with column specification:
cols(
  X1 = col_character(),
  X2 = col_integer(),
  X3 = col_integer(),
  X4 = col_character(),
  X5 = col_integer(),
  X6 = col_character(),
  X7 = col_integer(),
  X8 = col_integer(),
  X9 = col_number()
)


RUNIT TEST PROTOCOL -- Thu Apr 12 04:19:36 2018 
*********************************************** 
Number of test functions: 24 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
genomation RUnit Tests - 24 test functions, 0 errors, 0 failures
Number of test functions: 24 
Number of errors: 0 
Number of failures: 0 
Warning messages:
1: In .local(target, windows, strand.aware) :
  1 windows fall off the target
2: In .local(target, windows, strand.aware) :
  2 windows fall off the target
3: In .local(target, windows, strand.aware) :
  2 windows fall off the target
4: In .local(target, windows, strand.aware) :
  2 windows fall off the target
5: In .local(target, windows, strand.aware) :
  2 windows fall off the target
6: In .local(target, windows, strand.aware) :
  2 windows fall off the target
7: In .local(target, windows, bin.num, bin.op, strand.aware) :
  2 windows fall off the target
8: In .local(target, windows, bin.num, bin.op, strand.aware) :
  2 windows fall off the target
> 
> proc.time()
   user  system elapsed 
 32.685   0.678  33.814 

Example timings

genomation.Rcheck/genomation-Ex.timings

nameusersystemelapsed
AnnotationByGeneParts-methods1.2310.0131.275
ScoreMatrix-methods4.0220.1514.224
ScoreMatrixBin-methods2.5410.0802.664
ScoreMatrixList-methods0.4290.0310.474
annotateWithFeature-methods0.0440.0010.046
annotateWithFeatureFlank-methods0.4350.0030.446
annotateWithFeatures-methods0.8330.0700.689
annotateWithGeneParts-methods1.0600.0631.055
binMatrix-methods0.2240.0080.237
convertBed2Exons-methods0.0880.0020.092
convertBed2Introns-methods0.1760.0040.184
enrichmentMatrix-ScoreMatrix-method4.9572.0667.647
enrichmentMatrix-ScoreMatrixList-ScoreMatrix-method4.0991.7428.327
enrichmentMatrix-ScoreMatrixList-method6.2993.6008.409
findFeatureComb-methods0.4630.0510.535
getFeatsWithTargetsStats-methods0.4140.0410.464
getFlanks-methods0.1230.0010.129
getRandomEnrichment-methods0.0030.0010.006
getTargetAnnotationStats-methods0.3390.0120.359
gffToGRanges0.2630.0040.268
heatMatrix0.3210.0650.390
heatMeta0.5060.0640.594
heatTargetAnnotation-methods0.4850.0180.510
intersectScoreMatrixList-methods0.2890.0110.302
multiHeatMatrix0.9350.1311.076
orderBy-methods0.4690.0280.499
patternMatrix-methods0.1730.0040.178
plotMeta0.5050.0410.553
plotTargetAnnotation-methods0.3210.0060.331
readBed0.3020.0110.314
readBroadPeak0.0500.0050.056
readFeatureFlank-methods0.1090.0050.114
readGeneric0.0280.0050.033
readNarrowPeak0.0370.0050.043
readTranscriptFeatures-methods0.1620.0070.172
scaleScoreMatrix-methods0.1910.0030.200
scaleScoreMatrixList0.5060.0150.528