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 IRanges on toluca2

This page was generated on 2017-04-23 14:33:08 -0400 (Sun, 23 Apr 2017).

Package 683/1377HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
IRanges 2.9.21
Bioconductor Package Maintainer
Snapshot Date: 2017-04-22 17:18:01 -0400 (Sat, 22 Apr 2017)
URL: https://hedgehog.fhcrc.org/bioconductor/trunk/madman/Rpacks/IRanges
Last Changed Rev: 129030 / Revision: 129046
Last Changed Date: 2017-04-21 18:28:39 -0400 (Fri, 21 Apr 2017)
malbec2 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK  ERROR 
tokay2 Windows Server 2012 R2 Standard / x64  OK  OK  ERROR  OK 
toluca2 Mac OS X Mavericks (10.9.5) / x86_64  OK  OK [ ERROR ] OK 
veracruz2 OS X 10.11.6 El Capitan / x86_64  OK  OK  ERROR  OK 

Summary

Package: IRanges
Version: 2.9.21
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings IRanges_2.9.21.tar.gz
StartedAt: 2017-04-23 05:38:31 -0400 (Sun, 23 Apr 2017)
EndedAt: 2017-04-23 05:42:28 -0400 (Sun, 23 Apr 2017)
EllapsedTime: 236.7 seconds
RetCode: 1
Status:  ERROR 
CheckDir: IRanges.Rcheck
Warnings: NA

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.5-bioc/meat/IRanges.Rcheck’
* using R Under development (unstable) (2017-02-15 r72187)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘IRanges/DESCRIPTION’ ... OK
* this is package ‘IRanges’ version ‘2.9.21’
* package encoding: UTF-8
* 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 ‘IRanges’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Package listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘S4Vectors’
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
setCompressedListSummaryMethod : <anonymous>: no visible binding for
  global variable ‘C_fun’
setCompressedListWhichSummaryMethod : def: no visible binding for
  global variable ‘C_fun’
Undefined global functions or variables:
  C_fun
* checking Rd files ... OK
* checking Rd metadata ... OK
* checking Rd cross-references ... OK
* checking for missing documentation entries ... WARNING
Undocumented code objects:
  ‘%poutside%’ ‘%pover%’ ‘%pwithin%’ ‘diff.IntegerList’
  ‘diff.NumericList’ ‘diff.RleList’ ‘slidingIRanges’ ‘slidingViews’
Undocumented S4 methods:
  generic 'anyDuplicated' and siglist 'RangesNSBS'
  generic 'c' and siglist 'SimpleList'
  generic 'cbind' and siglist 'Rle'
  generic 'cbind' and siglist 'RleList'
  generic 'coerce' and siglist 'AtomicList,RleViews'
  generic 'coerce' and siglist 'PartitioningByEnd,PartitioningMap'
  generic 'coerce' and siglist 'factor,ManyToOneGrouping'
  generic 'colnames' and siglist 'SDFLWrapperForTransform'
  generic 'colnames' and siglist 'SplitDataFrameList'
  generic 'ifelse' and siglist 'ANY,ANY,List'
  generic 'ifelse' and siglist 'ANY,List,ANY'
  generic 'ifelse' and siglist 'ANY,List,List'
  generic 'ifelse' and siglist 'CompressedLogicalList,ANY,ANY'
  generic 'ifelse' and siglist 'CompressedLogicalList,ANY,List'
  generic 'ifelse' and siglist 'CompressedLogicalList,List,ANY'
  generic 'ifelse' and siglist 'CompressedLogicalList,List,List'
  generic 'ifelse' and siglist 'SimpleLogicalList,ANY,ANY'
  generic 'ifelse' and siglist 'SimpleLogicalList,ANY,List'
  generic 'ifelse' and siglist 'SimpleLogicalList,List,ANY'
  generic 'ifelse' and siglist 'SimpleLogicalList,List,List'
  generic 'length' and siglist 'RangesNSBS'
  generic 'pcompareRecursively' and siglist 'Ranges'
  generic 'relist' and siglist 'grouping,missing'
  generic 'showAsCell' and siglist 'Views'
  generic 'splitAsList' and siglist 'ANY'
  generic 'stack' and siglist 'matrix'
All user-level objects in a package (including S4 classes and methods)
should have documentation entries.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking for code/documentation mismatches ... OK
* checking Rd \usage sections ... WARNING
Documented arguments not in \usage in documentation object 'nearest-methods':
  ‘hits’

Functions with \usage entries need to have the appropriate \alias
entries, and all their arguments documented.
The \usage entries must correspond to syntactically valid R code.
See chapter ‘Writing R documentation files’ in the ‘Writing R
Extensions’ manual.
* checking Rd contents ... OK
* checking for unstated dependencies in examples ... 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 ... OK
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘run_unitTests.R’
 ERROR
Running the tests in ‘tests/run_unitTests.R’ failed.
Last 13 lines of output:
  ERROR in test_SplitDataFrameList_replace: Error in as.vector(x, mode) : 
    coercing an AtomicList object to an atomic vector is supported only for
    objects with top-level elements of length <= 1
  
  Test files with failing tests
  
     test_DataFrameList.R 
       test_SplitDataFrameList_as_data.frame 
       test_SplitDataFrameList_replace 
  
  
  Error in BiocGenerics:::testPackage("IRanges") : 
    unit tests failed for package IRanges
  Calls: <Anonymous> -> <Anonymous>
  Execution halted
* 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: 1 ERROR, 2 WARNINGs, 2 NOTEs
See
  ‘/Users/biocbuild/bbs-3.5-bioc/meat/IRanges.Rcheck/00check.log’
for details.

run_unitTests.Rout.fail:


R Under development (unstable) (2017-02-15 r72187) -- "Unsuffered Consequences"
Copyright (C) 2017 The R Foundation for Statistical Computing
Platform: x86_64-apple-darwin13.4.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("IRanges") || stop("unable to load IRanges package")
Loading required package: IRanges
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
Loading required package: stats4

Attaching package: 'S4Vectors'

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

    expand.grid

[1] TRUE
> IRanges:::.test()
Timing stopped at: 0.228 0.003 0.233
Error in checkIdentical(as.data.frame(DFL), df) : FALSE 
 
Timing stopped at: 3.176 0.008 3.19
Error in as.vector(x, mode) : 
  coercing an AtomicList object to an atomic vector is supported only for
  objects with top-level elements of length <= 1


RUNIT TEST PROTOCOL -- Sun Apr 23 05:42:18 2017 
*********************************************** 
Number of test functions: 91 
Number of errors: 1 
Number of failures: 1 

 
1 Test Suite : 
IRanges RUnit Tests - 91 test functions, 1 error, 1 failure
FAILURE in test_SplitDataFrameList_as_data.frame: Error in checkIdentical(as.data.frame(DFL), df) : FALSE 
 
ERROR in test_SplitDataFrameList_replace: Error in as.vector(x, mode) : 
  coercing an AtomicList object to an atomic vector is supported only for
  objects with top-level elements of length <= 1

Test files with failing tests

   test_DataFrameList.R 
     test_SplitDataFrameList_as_data.frame 
     test_SplitDataFrameList_replace 


Error in BiocGenerics:::testPackage("IRanges") : 
  unit tests failed for package IRanges
Calls: <Anonymous> -> <Anonymous>
Execution halted

IRanges.Rcheck/00install.out:

* installing *source* package ‘IRanges’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c CompressedAtomicList_utils.c -o CompressedAtomicList_utils.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c CompressedIRangesList_class.c -o CompressedIRangesList_class.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c CompressedList_class.c -o CompressedList_class.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c Grouping_class.c -o Grouping_class.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c IRanges_class.c -o IRanges_class.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c IRanges_constructor.c -o IRanges_constructor.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c NCList.c -o NCList.o
NCList.c:202:22: warning: unused function 'next_top_down' [-Wunused-function]
static const NCList *next_top_down(const NCList *nclist)
                     ^
NCList.c:1163:13: warning: function 'NCList_get_y_overlaps_rec' is not needed and will not be emitted [-Wunneeded-internal-declaration]
static void NCList_get_y_overlaps_rec(const NCList *x_nclist,
            ^
2 warnings generated.
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c R_init_IRanges.c -o R_init_IRanges.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c Ranges_class.c -o Ranges_class.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c Ranges_comparison.c -o Ranges_comparison.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c RleViews_utils.c -o RleViews_utils.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c S4Vectors_stubs.c -o S4Vectors_stubs.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c SimpleRangesList_class.c -o SimpleRangesList_class.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c coverage_methods.c -o coverage_methods.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I"/Library/Frameworks/R.framework/Versions/3.4/Resources/library/S4Vectors/include" -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -fPIC  -Wall -mtune=core2 -g -O2  -c inter_range_methods.c -o inter_range_methods.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 IRanges.so CompressedAtomicList_utils.o CompressedIRangesList_class.o CompressedList_class.o Grouping_class.o IRanges_class.o IRanges_constructor.o NCList.o R_init_IRanges.o Ranges_class.o Ranges_comparison.o RleViews_utils.o S4Vectors_stubs.o SimpleRangesList_class.o coverage_methods.o inter_range_methods.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.5-bioc/meat/IRanges.Rcheck/IRanges/libs
** R
** inst
** preparing package for lazy loading
Creating a generic function for ‘drop’ from package ‘base’ in package ‘IRanges’
Creating a generic function for ‘ifelse’ from package ‘base’ in package ‘IRanges’
Creating a generic function for ‘smoothEnds’ from package ‘stats’ in package ‘IRanges’
Creating a generic function for ‘runmed’ from package ‘stats’ in package ‘IRanges’
Creating a generic function for ‘chartr’ from package ‘base’ in package ‘IRanges’
Creating a generic function for ‘tolower’ from package ‘base’ in package ‘IRanges’
Creating a generic function for ‘toupper’ from package ‘base’ in package ‘IRanges’
Creating a generic function for ‘sub’ from package ‘base’ in package ‘IRanges’
Creating a generic function for ‘gsub’ from package ‘base’ in package ‘IRanges’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (IRanges)

IRanges.Rcheck/IRanges-Ex.timings:

nameusersystemelapsed
AtomicList-class0.7300.0120.750
AtomicList-utils0.0590.0010.060
CompressedList-class0.0140.0010.015
DataFrame-utils0.3420.0010.345
Grouping-class0.1410.0030.146
Hits-class-leftovers0.1990.0010.200
IRanges-class1.5940.0451.656
IRanges-constructor0.1280.0040.132
IRanges-utils1.2040.0361.329
IRangesList-class0.140.010.15
List-class-leftovers0.0300.0000.031
MaskCollection-class0.1290.0020.132
NCList-class0.0770.0000.078
RangedData-class1.6770.0081.691
RangedSelection-class0.0500.0010.050
Ranges-class0.0860.0030.088
Ranges-comparison0.1470.0020.163
RangesList-class0.0510.0020.058
Rle-class-leftovers0.0040.0000.004
RleViews-class0.1120.0010.114
RleViewsList-class0.0980.0000.099
Views-class0.1100.0010.112
ViewsList-class0.0020.0000.002
bind-arrays0.0200.0010.021
coverage-methods0.2950.0050.302
extractList0.0750.0010.076
findOverlaps-methods0.3960.0040.405
inter-range-methods1.0840.0091.100
intra-range-methods0.4110.0070.419
multisplit0.0180.0000.019
nearest-methods0.1520.0010.154
read.Mask0.1240.0020.127
reverse-methods0.1000.0020.107
setops-methods0.3050.0030.309
slice-methods0.0150.0000.015
view-summarization-methods0.0400.0000.045