Back to Multiple platform build/check report for BioC 3.6
ABCDEFGH[I]JKLMNOPQRSTUVWXYZ

CHECK report for IRanges on malbec1

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

Package 712/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
IRanges 2.12.0
Bioconductor Package Maintainer
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/IRanges
Branch: RELEASE_3_6
Last Commit: 1b17486
Last Changed Date: 2017-10-30 12:39:00 -0400 (Mon, 30 Oct 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  OK  OK [ WARNINGS ]UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository
veracruz1 OS X 10.11.6 El Capitan / x86_64  OK  OK  WARNINGS  OK UNNEEDED, same version exists in internal repository

Summary

Package: IRanges
Version: 2.12.0
Command: /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings IRanges_2.12.0.tar.gz
StartedAt: 2018-04-12 00:29:40 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 00:32:57 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 196.7 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: IRanges.Rcheck
Warnings: 2

Command output

##############################################################################
##############################################################################
###
### Running command:
###
###   /home/biocbuild/bbs-3.6-bioc/R/bin/R CMD check --no-vignettes --timings IRanges_2.12.0.tar.gz
###
##############################################################################
##############################################################################


* using log directory ‘/home/biocbuild/bbs-3.6-bioc/meat/IRanges.Rcheck’
* using R version 3.4.4 (2018-03-15)
* using platform: x86_64-pc-linux-gnu (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘IRanges/DESCRIPTION’ ... OK
* this is package ‘IRanges’ version ‘2.12.0’
* 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 ... 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 ... 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’
overlapsAny,RangesList-RangedData: no visible global function
  definition for ‘.wmsg’
overlapsAny,RangesList-RangedData: no visible binding for global
  variable ‘overlapsAny_RangedData_deprecation_msg’
Undefined global functions or variables:
  .wmsg C_fun overlapsAny_RangedData_deprecation_msg
* 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%’ ‘slidingIRanges’ ‘slidingViews’
Undocumented S4 methods:
  generic 'anyDuplicated' and siglist 'RangesNSBS'
  generic 'as.factor' and siglist 'ManyToOneGrouping'
  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 'ifelse2' and siglist 'ANY,List,List'
  generic 'is.unsorted' and siglist 'CompressedIntegerList'
  generic 'is.unsorted' and siglist 'CompressedLogicalList'
  generic 'is.unsorted' and siglist 'CompressedNumericList'
  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 installed files from ‘inst/doc’ ... OK
* checking files in ‘vignettes’ ... OK
* checking examples ... OK
Examples with CPU or elapsed time > 5s
            user system elapsed
IPos-class 7.192    0.1   7.425
* checking for unstated dependencies in ‘tests’ ... OK
* checking tests ...
  Running ‘run_unitTests.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 WARNINGs, 1 NOTE
See
  ‘/home/biocbuild/bbs-3.6-bioc/meat/IRanges.Rcheck/00check.log’
for details.



Installation output

IRanges.Rcheck/00install.out

* installing *source* package ‘IRanges’ ...
** libs
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c CompressedAtomicList_utils.c -o CompressedAtomicList_utils.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c CompressedIRangesList_class.c -o CompressedIRangesList_class.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c CompressedList_class.c -o CompressedList_class.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c Grouping_class.c -o Grouping_class.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c IRanges_class.c -o IRanges_class.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c IRanges_constructor.c -o IRanges_constructor.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c NCList.c -o NCList.o
NCList.c:202:22: warning: ‘next_top_down’ defined but not used [-Wunused-function]
 static const NCList *next_top_down(const NCList *nclist)
                      ^
NCList.c:1173:13: warning: ‘NCList_get_y_overlaps_rec’ defined but not used [-Wunused-function]
 static void NCList_get_y_overlaps_rec(const NCList *x_nclist,
             ^
NCList.c: In function ‘NCList_find_overlaps_in_groups’:
NCList.c:1545:7: warning: ‘ans’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  SEXP ans;
       ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c R_init_IRanges.c -o R_init_IRanges.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c Ranges_class.c -o Ranges_class.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c Ranges_comparison.c -o Ranges_comparison.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c RleViews_utils.c -o RleViews_utils.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c S4Vectors_stubs.c -o S4Vectors_stubs.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c SimpleRangesList_class.c -o SimpleRangesList_class.o
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c coverage_methods.c -o coverage_methods.o
coverage_methods.c: In function ‘compute_coverage_from_IRanges_holder’:
coverage_methods.c:503:28: warning: ‘x_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  if (*out_ranges_are_tiles && x_end != cvg_len)
                            ^
coverage_methods.c:419:21: note: ‘x_end’ was declared here
      i, j, x_start, x_end, shift_elt, tmp;
                     ^
gcc -I/home/biocbuild/bbs-3.6-bioc/R/include -DNDEBUG  -I"/home/biocbuild/bbs-3.6-bioc/R/library/S4Vectors/include" -I/usr/local/include   -fpic  -g -O2  -Wall -c inter_range_methods.c -o inter_range_methods.o
inter_range_methods.c: In function ‘reduce_ranges’:
inter_range_methods.c:165:5: warning: ‘revmap_elt’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     IntAE_insert_at(revmap_elt,
     ^
inter_range_methods.c:154:11: warning: ‘delta’ may be used uninitialized in this function [-Wmaybe-uninitialized]
     delta += gapwidth;
           ^
inter_range_methods.c:154:11: warning: ‘gapwidth’ may be used uninitialized in this function [-Wmaybe-uninitialized]
inter_range_methods.c:156:14: warning: ‘max_end’ may be used uninitialized in this function [-Wmaybe-uninitialized]
    width_inc = end_j - max_end;
              ^
inter_range_methods.c:131:6: warning: ‘append_or_drop’ may be used uninitialized in this function [-Wmaybe-uninitialized]
   if (append_or_drop) {
      ^
g++ -shared -L/home/biocbuild/bbs-3.6-bioc/R/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 -L/home/biocbuild/bbs-3.6-bioc/R/lib -lR
installing to /home/biocbuild/bbs-3.6-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 ‘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)

Tests output

IRanges.Rcheck/tests/run_unitTests.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-pc-linux-gnu (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()


RUNIT TEST PROTOCOL -- Thu Apr 12 00:32:51 2018 
*********************************************** 
Number of test functions: 89 
Number of errors: 0 
Number of failures: 0 

 
1 Test Suite : 
IRanges RUnit Tests - 89 test functions, 0 errors, 0 failures
Number of test functions: 89 
Number of errors: 0 
Number of failures: 0 
> 
> proc.time()
   user  system elapsed 
106.000   0.112 106.206 

Example timings

IRanges.Rcheck/IRanges-Ex.timings

nameusersystemelapsed
AtomicList-class0.5440.0080.553
AtomicList-utils0.0360.0000.037
CompressedList-class0.0120.0000.011
DataFrame-utils0.2320.0000.234
Grouping-class0.1120.0000.111
Hits-class-leftovers0.1200.0000.119
IPos-class7.1920.1007.425
IRanges-class1.7480.0161.766
IRanges-constructor0.0560.0000.058
IRanges-utils2.1440.0122.156
IRangesList-class0.0600.0000.059
List-class-leftovers0.0240.0000.026
MaskCollection-class0.0920.0040.099
NCList-class0.0640.0000.065
RangedData-class1.1680.0041.172
RangedSelection-class0.0280.0000.029
Ranges-class0.0520.0000.055
Ranges-comparison0.0800.0000.083
RangesList-class0.0360.0000.038
Rle-class-leftovers0.0040.0000.004
RleViews-class0.0760.0000.073
RleViewsList-class0.0720.0000.072
Views-class0.0680.0000.069
ViewsList-class0.0000.0000.001
coverage-methods0.1840.0000.185
extractList0.0640.0000.066
findOverlaps-methods0.3440.0040.348
inter-range-methods0.5480.0000.548
intra-range-methods0.2600.0040.264
multisplit0.0160.0000.017
nearest-methods0.1080.0000.110
range-squeezers000
read.Mask0.0680.0040.072
reverse-methods0.0680.0000.071
setops-methods0.1920.0000.195
slice-methods0.0120.0000.009
view-summarization-methods0.0200.0040.026