Back to Multiple platform build/check report for BioC 3.6
ABCDEFGHIJKLMNOPQ[R]STUVWXYZ

CHECK report for rMAT on veracruz1

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

Package 1189/1472HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
rMAT 3.28.0
Arnaud Droit and Raphael Gottardo
Snapshot Date: 2018-04-11 16:45:18 -0400 (Wed, 11 Apr 2018)
URL: https://git.bioconductor.org/packages/rMAT
Branch: RELEASE_3_6
Last Commit: 4e86585
Last Changed Date: 2017-10-30 12:39:26 -0400 (Mon, 30 Oct 2017)
malbec1 Linux (Ubuntu 16.04.1 LTS) / x86_64  NotNeeded  OK  OK UNNEEDED, same version exists in internal repository
tokay1 Windows Server 2012 R2 Standard / x64 ...NOT SUPPORTED...NOT SUPPORTED...NOT SUPPORTED...
veracruz1 OS X 10.11.6 El Capitan / x86_64  NotNeeded  OK [ OK ] OK UNNEEDED, same version exists in internal repository

Summary

Package: rMAT
Version: 3.28.0
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings rMAT_3.28.0.tar.gz
StartedAt: 2018-04-12 08:51:34 -0400 (Thu, 12 Apr 2018)
EndedAt: 2018-04-12 08:52:56 -0400 (Thu, 12 Apr 2018)
EllapsedTime: 82.0 seconds
RetCode: 0
Status:  OK 
CheckDir: rMAT.Rcheck
Warnings: 0

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.6-bioc/meat/rMAT.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 ‘rMAT/DESCRIPTION’ ... OK
* checking extension type ... Package
* this is package ‘rMAT’ version ‘3.28.0’
* 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 ... NOTE
Found the following hidden files and directories:
  .BBSoptions
These were most likely included in error. See section ‘Package
structure’ in the ‘Writing R Extensions’ manual.
* checking for portable file names ... OK
* checking for sufficient/correct file permissions ... OK
* checking whether package ‘rMAT’ can be installed ... OK
* checking installed package size ... OK
* checking package directory ... OK
* checking ‘build’ directory ... OK
* checking DESCRIPTION meta-information ... NOTE
Malformed Title field: should not end in a period.
Packages listed in more than one of Depends, Imports, Suggests, Enhances:
  ‘BiocGenerics’ ‘IRanges’ ‘Biobase’ ‘affxparser’
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 loading without being on the library search path ... 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
callEnrichedRegions: no visible global function definition for ‘is’
callEnrichedRegions: no visible global function definition for ‘space’
callEnrichedRegions: no visible global function definition for
  ‘IRanges’
callEnrichedRegions: no visible global function definition for
  ‘RangedData’
computeMATScore: no visible global function definition for ‘IRanges’
computeMATScore: no visible global function definition for ‘RangedData’
Undefined global functions or variables:
  IRanges RangedData is space
Consider adding
  importFrom("methods", "is")
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 line endings in shell scripts ... OK
* checking line endings in C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... OK
* checking for GNU extensions in Makefiles ... OK
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
File ‘rMAT/libs/rMAT.so’:
  Found ‘__ZNSt3__14coutE’, possibly from ‘std::cout’ (C++)
    Objects: ‘BARFileWriter.o’, ‘BARReader.o’, ‘BPMAPfunctions.o’
  Found ‘_printf’, possibly from ‘printf’ (C)
    Object: ‘NormalizeProbes.o’
  Found ‘_puts’, possibly from ‘printf’ (C), ‘puts’ (C)
    Object: ‘NormalizeProbes.o’

Compiled code should not call entry points which might terminate R nor
write to stdout/stderr instead of to the console, nor use Fortran I/O
nor system RNGs.

See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual.
* 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 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/rMAT.Rcheck/00check.log’
for details.



Installation output

rMAT.Rcheck/00install.out

* installing *source* package ‘rMAT’ ...
checking for gcc... clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether clang accepts -g... yes
checking for clang option to accept ISO C89... none needed
checking how to run the C preprocessor... clang -E
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GSL... yes
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... rm: conftest.dSYM: is a directory
rm: conftest.dSYM: is a directory
yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dispatch/dispatch.h usability... yes
checking dispatch/dispatch.h presence... yes
checking for dispatch/dispatch.h... yes
configure: creating ./config.status
config.status: creating src/Makevars
config.status: creating src/config.h
** libs
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c BARFileData.cpp -o BARFileData.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c BARFileWriter.cpp -o BARFileWriter.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c BARReader.cpp -o BARReader.o
BARReader.cpp:259:6: warning: unused variable 'buf' [-Wunused-variable]
char buf[MAX_SIZE];
     ^
BARReader.cpp:474:49: warning: unused variable 'p_region' [-Wunused-variable]
        int *p_chromosome = NULL, *p_position = NULL, *p_region = NULL;
                                                       ^
BARReader.cpp:473:42: warning: unused variable 'regionR' [-Wunused-variable]
        SEXP chromosomeR, positionR, matScoreR, regionR, pValueR;
                                                ^
3 warnings generated.
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c BARWriter.cpp -o BARWriter.o
BARWriter.cpp:90:9: warning: unused variable 'signal2Length' [-Wunused-variable]
    int signal2Length = length(pValue);
        ^
BARWriter.cpp:93:10: warning: unused variable 'lengthList' [-Wunused-variable]
    int *lengthList = new int[NUM_SEQ];
         ^
BARWriter.cpp:95:9: warning: unused variable 'curChromosome' [-Wunused-variable]
    int curChromosome = INTEGER(chNos)[0];
        ^
BARWriter.cpp:96:9: warning: unused variable 'i' [-Wunused-variable]
    int i;
        ^
BARWriter.cpp:94:9: warning: unused variable 'curListPtr' [-Wunused-variable]
    int curListPtr = 0, startListPtr = 0;
        ^
BARWriter.cpp:94:25: warning: unused variable 'startListPtr' [-Wunused-variable]
    int curListPtr = 0, startListPtr = 0;
                        ^
BARWriter.cpp:274:6: warning: unused variable 'addPos' [-Wunused-variable]
        int addPos = 0;
            ^
7 warnings generated.
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c BPMAPFileData.cpp -o BPMAPFileData.o
BPMAPFileData.cpp:379:7: warning: unused variable 'hitSize' [-Wunused-variable]
                int hitSize=(m_SequenceItems[iSeq].m_ProbePairs == PM_MM ? HIT_ITEM_SIZE_WITH_PROBE_PAIRS : HIT_ITEM_SIZE_WITH_PM_ONLY);
                    ^
1 warning generated.
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c BPMAPfunctions.cpp -o BPMAPfunctions.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c DeclareAll.c -o DeclareAll.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c FileIO.cpp -o FileIO.o
clang++  -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c FileWriter.cpp -o FileWriter.o
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG   -I/usr/local/include   -fPIC  -Wall -g -O2  -c NormalizeProbes.c -o NormalizeProbes.o
NormalizeProbes.c:91:13: warning: unused variable 'j' [-Wunused-variable]
        int j=0,nVariables;
            ^
NormalizeProbes.c:133:9: warning: variable 'yVector' is uninitialized when captured by block [-Wuninitialized]
        DO_NORMALIZE(normArray(seq, y, yNormalized, nProbes, 
        ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
./config.h:34:20: note: expanded from macro 'DO_NORMALIZE'
                   ^(size_t counter_name) { task; });
                   ^˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜˜
NormalizeProbes.c:85:9: note: variable 'yVector' is declared here
        gsl_vector_view yVector,copyNumberVector;
        ^
NormalizeProbes.c:1109:18: warning: equality comparison with extraneous parentheses [-Wparentheses-equality]
  if((*MATScaling==1))
      ˜˜˜˜˜˜˜˜˜˜˜^˜˜
NormalizeProbes.c:1109:18: note: remove extraneous parentheses around the comparison to silence this warning
  if((*MATScaling==1))
     ˜           ^  ˜
NormalizeProbes.c:1109:18: note: use '=' to turn this equality comparison into an assignment
  if((*MATScaling==1))
                 ^˜
                 =
3 warnings generated.
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 rMAT.so BARFileData.o BARFileWriter.o BARReader.o BARWriter.o BPMAPFileData.o BPMAPfunctions.o DeclareAll.o FileIO.o FileWriter.o NormalizeProbes.o -L/usr/local/lib -lgsl -lgslcblas -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.6-bioc/meat/rMAT.Rcheck/rMAT/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rMAT)

Tests output


Example timings

rMAT.Rcheck/rMAT-Ex.timings

nameusersystemelapsed
BPMAPCelParser0.7070.0210.739
MATScore0.0010.0010.003
NormalizeProbes0.6710.0150.687
ReadBPMAPAllSeqHeader0.0090.0010.009
callEnrichedRegions1.1380.0161.164
computeMATScore0.5120.0060.521
tillingSet0.0880.0000.088