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.0: CHECK report for flipflop on oaxaca

This page was generated on 2015-04-10 10:08:14 -0700 (Fri, 10 Apr 2015).

Package 297/933HostnameOS / ArchINSTALLBUILDCHECKBUILD BIN
flipflop 1.4.1
Elsa Bernard
Snapshot Date: 2015-04-09 16:20:12 -0700 (Thu, 09 Apr 2015)
URL: https://hedgehog.fhcrc.org/bioconductor/branches/RELEASE_3_0/madman/Rpacks/flipflop
Last Changed Rev: 95670 / Revision: 102249
Last Changed Date: 2014-10-17 03:18:43 -0700 (Fri, 17 Oct 2014)
zin1 Linux (Ubuntu 12.04.4 LTS) / x86_64  NotNeeded  OK  WARNINGS 
moscato1 Windows Server 2008 R2 Enterprise SP1 (64-bit) / x64  NotNeeded  OK  WARNINGS  OK 
perceval Mac OS X Snow Leopard (10.6.8) / x86_64  NotNeeded  OK  WARNINGS  OK 
oaxaca Mac OS X Mavericks (10.9.5) / x86_64  NotNeeded  OK [ WARNINGS ] OK 

Summary

Package: flipflop
Version: 1.4.1
Command: /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD check --no-vignettes --timings --no-multiarch flipflop_1.4.1.tar.gz
StartedAt: 2015-04-09 23:22:58 -0700 (Thu, 09 Apr 2015)
EndedAt: 2015-04-09 23:26:22 -0700 (Thu, 09 Apr 2015)
EllapsedTime: 204.5 seconds
RetCode: 0
Status:  WARNINGS 
CheckDir: flipflop.Rcheck
Warnings: 3

Command output

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


* using log directory ‘/Users/biocbuild/bbs-3.0-bioc/meat/flipflop.Rcheck’
* using R version 3.1.3 (2015-03-09)
* using platform: x86_64-apple-darwin13.4.0 (64-bit)
* using session charset: UTF-8
* using option ‘--no-vignettes’
* checking for file ‘flipflop/DESCRIPTION’ ... OK
* this is package ‘flipflop’ version ‘1.4.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 ‘flipflop’ can be installed ... [45s/45s] WARNING
Found the following significant warnings:
  Warning: class "numLike" is defined (with package slot ‘Matrix’) but no metadata object found to revise subclass information---not exported?  Making a copy in package ‘flipflop’
See ‘/Users/biocbuild/bbs-3.0-bioc/meat/flipflop.Rcheck/00install.out’ for details.
* 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 loading without being on the library search path ... OK
* checking dependencies in R code ... NOTE
Namespace in Imports field not imported from: ‘methods’
  All declared Imports should be used.
* checking S3 generic/method consistency ... OK
* checking replacement functions ... OK
* checking foreign function calls ... OK
* checking R code for possible problems ... OK
* 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 C/C++/Fortran sources/headers ... OK
* checking line endings in Makefiles ... OK
* checking compilation flags in Makevars ... WARNING
Non-portable flags in variable 'PKG_CXXFLAGS':
  -stdlib=libstdc++
* checking for GNU extensions in Makefiles ... WARNING
Found the following file(s) containing GNU extensions:
  src/Makevars
Portable Makefiles do not use GNU extensions such as +=, :=, $(shell),
$(wildcard), ifeq ... endif. See section ‘Writing portable packages’ in
the ‘Writing R Extensions’ manual.
* checking for portable use of $(BLAS_LIBS) and $(LAPACK_LIBS) ... OK
* checking compiled code ... NOTE
File ‘flipflop/libs/flipflop.so’:
  Found ‘_rand’, possibly from ‘rand’ (C)
    Object: ‘bed2sam.o’
  Found ‘_srand’, possibly from ‘srand’ (C)
    Object: ‘bed2sam.o’

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

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 ... [8s/9s] OK
* checking for unstated dependencies in vignettes ... NOTE
'library' or 'require' call not declared from: ‘GenomicFeatures’
* 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

WARNING: There were 3 warnings.
NOTE: There were 3 notes.
See
  ‘/Users/biocbuild/bbs-3.0-bioc/meat/flipflop.Rcheck/00check.log’
for details.

flipflop.Rcheck/00install.out:

* installing *source* package ‘flipflop’ ...
** libs
clang -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include    -fPIC  -Wall -mtune=core2 -g -O2  -c R_init_flipflop.c -o R_init_flipflop.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c align.cpp -o align.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c auxiliaryio.cpp -o auxiliaryio.o
auxiliaryio.cpp:892:9: warning: unused variable 'id' [-Wunused-variable]
    int id;
        ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c bed2sam.cpp -o bed2sam.o
bed2sam.cpp:149:9: warning: unused variable 'xs' [-Wunused-variable]
                        char xs;
                             ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c bedio.cpp -o bedio.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c common.cpp -o common.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c cvganalysis.cpp -o cvganalysis.o
cvganalysis.cpp:156:12: warning: unused variable 'prevjump' [-Wunused-variable]
      bool prevjump=false;
           ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c ffProcesssam.cpp -o ffProcesssam.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c instanceio.cpp -o instanceio.o
instanceio.cpp:125:9: warning: unused variable 'currenttypeorder' [-Wunused-variable]
    int currenttypeorder=-1;
        ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c parseopt.cpp -o parseopt.o
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c rangeset.cpp -o rangeset.o
rangeset.cpp:331:8: warning: unused variable 't' [-Wunused-variable]
  long t=0;
       ^
1 warning generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c readgroup.cpp -o readgroup.o
readgroup.cpp:1127:7: warning: unused variable 'npos' [-Wunused-variable]
  int npos=0,nneg=0;
      ^
readgroup.cpp:1127:14: warning: unused variable 'nneg' [-Wunused-variable]
  int npos=0,nneg=0;
             ^
readgroup.cpp:1126:7: warning: unused variable 'r' [-Wunused-variable]
  int r=0;
      ^
3 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c samio.cpp -o samio.o
samio.cpp:106:7: warning: unused variable 'currentreadlen' [-Wunused-variable]
  int currentreadlen=0;
      ^
samio.cpp:102:7: warning: unused variable 'rangecounter' [-Wunused-variable]
  int rangecounter=1;
      ^
samio.cpp:98:11: warning: unused variable 'dp2' [-Wunused-variable]
  range_t dp2=dp;
          ^
3 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c spams.cpp -o spams.o
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
In file included from spams/prox/fista.h:24:
spams/prox/project.h:3111:17: warning: unused variable 'pr' [-Wunused-variable]
      const int pr=_pr_node[i];
                ^
spams/prox/project.h:3450:12: warning: 10 enumeration values not handled in switch: 'FLOW_LINEAR', 'FLOW_SQUARE', 'FLOW_SQUARE_POS'... [-Wswitch]
   switch (loss) {
           ^
spams/prox/project.h:3709:12: warning: enumeration value 'INCORRECT_LOSS_FLOW' not handled in switch [-Wswitch]
   switch (loss) {
           ^
spams/prox/project.h:3738:12: warning: enumeration value 'INCORRECT_LOSS_FLOW' not handled in switch [-Wswitch]
   switch (loss) {
           ^
spams/prox/project.h:3761:12: warning: enumeration value 'INCORRECT_LOSS_FLOW' not handled in switch [-Wswitch]
   switch (loss) {
           ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:83:15: warning: 9 enumeration values not handled in switch: 'SQUARE', 'SQUARE_MISSING', 'LOG'... [-Wswitch]
      switch (loss) {
              ^
spams/prox/fista.h:101:15: warning: 36 enumeration values not handled in switch: 'L0', 'L1', 'RIDGE'... [-Wswitch]
      switch (regul) {
              ^
spams/prox/fista.h:3588:24: warning: unused variable 'duality' [-Wunused-variable]
            const bool duality = losses[0]->is_fenchel() && regularizers[0]->is_fenchel();
                       ^
spams/prox/fista.h:3633:24: warning: unused variable 'duality' [-Wunused-variable]
            const bool duality = losses[0]->is_fenchel() && regularizers[0]->is_fenchel();
                       ^
spams/prox/fista.h:3786:30: warning: unused variable 'duality' [-Wunused-variable]
                  const bool duality = loss->is_fenchel() && regularizer->is_fenchel();
                             ^
spams/prox/fista.h:3961:21: warning: 6 enumeration values not handled in switch: 'FLOW_LINEAR', 'FLOW_SQUARE_POS', 'FLOW_SQUARE_POS_WEIGHTS'... [-Wswitch]
            switch (loss) {
                    ^
spams.cpp:2515:14: warning: explicitly assigning a variable of type 'void *' to itself [-Wself-assign]
  clientdata = clientdata;
  ˜˜˜˜˜˜˜˜˜˜ ^ ˜˜˜˜˜˜˜˜˜˜
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3691:24: warning: 7 enumeration values not handled in switch: 'SQUARE_MISSING', 'LOG', 'LOGWEIGHT'... [-Wswitch]
               switch (param.loss) {
                       ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3718:27: warning: 4 enumeration values not handled in switch: 'MULTILOG', 'CUR', 'HINGE'... [-Wswitch]
                  switch (param.loss) {
                          ^
spams/prox/fista.h:3750:27: warning: 8 enumeration values not handled in switch: 'SQUARE', 'SQUARE_MISSING', 'LOG'... [-Wswitch]
                  switch (param.loss) {
                          ^
spams/prox/fista.h:3770:24: warning: enumeration values 'MULTILOG', 'HINGE', and 'INCORRECT_LOSS' not handled in switch [-Wswitch]
               switch (param.loss) {
                       ^
spams/prox/fista.h:3396:18: warning: 33 enumeration values not handled in switch: 'L0', 'L1', 'RIDGE'... [-Wswitch]
         switch (param.regul) {
                 ^
spams/prox/fista.h:3690:32: note: in instantiation of function template specialization 'FISTA::setRegularizerADMM<double>' requested here
               regularizers[i]=setRegularizerADMM(param,graph_st,tree_st);
                               ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3426:18: warning: 11 enumeration values not handled in switch: 'L1L2', 'L1LINF', 'L1L2_L1'... [-Wswitch]
         switch (param.regul) {
                 ^
spams/prox/fista.h:3717:35: note: in instantiation of function template specialization 'FISTA::setRegularizerVectors<double>' requested here
                  regularizers[i]=setRegularizerVectors(param,graph_st,tree_st,graph_path_st);
                                  ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
In file included from spams/prox/fista.h:24:
spams/prox/project.h:3738:12: warning: enumeration value 'INCORRECT_LOSS_FLOW' not handled in switch [-Wswitch]
   switch (loss) {
           ^
spams/prox/project.h:3991:40: note: in instantiation of member function 'DoubleMinCostFlow<double>::eval_flow_derivative_arc' requested here
            const T reduced_cost=this->eval_flow_derivative_arc(node,j)-target;
                                       ^
spams/prox/project.h:3804:14: note: in instantiation of member function 'DoubleMinCostFlow<double>::check_reduced_costs' requested here
   eps=this->check_reduced_costs();
             ^
spams/prox/project.h:4622:13: note: in instantiation of member function 'DoubleMinCostFlow<double>::solve_min_cost' requested here
   _solver->solve_min_cost();
            ^
spams/prox/fista.h:2254:28: note: in instantiation of member function 'DoubleGraphPath<double>::proximal_conv' requested here
                   _graph2.proximal_conv(y.rawX(),lambda,_alt_norm);
                           ^
spams/prox/fista.h:3449:45: note: in instantiation of member function 'FISTA::GraphPathConv<double>::prox' requested here
            case GRAPH_PATH_CONV: reg = new GraphPathConv<T>(param_reg); break;
                                            ^
spams/prox/fista.h:3717:35: note: in instantiation of function template specialization 'FISTA::setRegularizerVectors<double>' requested here
                  regularizers[i]=setRegularizerVectors(param,graph_st,tree_st,graph_path_st);
                                  ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
In file included from spams/prox/fista.h:24:
spams/prox/project.h:3761:12: warning: enumeration value 'INCORRECT_LOSS_FLOW' not handled in switch [-Wswitch]
   switch (loss) {
           ^
spams/prox/project.h:4019:43: note: in instantiation of member function 'DoubleMinCostFlow<double>::eval_flow_saturate_arc' requested here
         const T saturated_amount = this->eval_flow_saturate_arc(node,arc,target);
                                          ^
spams/prox/project.h:3859:16: note: in instantiation of member function 'DoubleMinCostFlow<double>::saturate_arc' requested here
         this->saturate_arc(i,j);
               ^
spams/prox/project.h:3817:13: note: in instantiation of member function 'DoubleMinCostFlow<double>::refine' requested here
      this->refine(eps);
            ^
spams/prox/project.h:4622:13: note: in instantiation of member function 'DoubleMinCostFlow<double>::solve_min_cost' requested here
   _solver->solve_min_cost();
            ^
spams/prox/fista.h:2254:28: note: in instantiation of member function 'DoubleGraphPath<double>::proximal_conv' requested here
                   _graph2.proximal_conv(y.rawX(),lambda,_alt_norm);
                           ^
spams/prox/fista.h:3449:45: note: in instantiation of member function 'FISTA::GraphPathConv<double>::prox' requested here
            case GRAPH_PATH_CONV: reg = new GraphPathConv<T>(param_reg); break;
                                            ^
spams/prox/fista.h:3717:35: note: in instantiation of function template specialization 'FISTA::setRegularizerVectors<double>' requested here
                  regularizers[i]=setRegularizerVectors(param,graph_st,tree_st,graph_path_st);
                                  ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
In file included from spams/prox/fista.h:24:
spams/prox/project.h:3709:12: warning: enumeration value 'INCORRECT_LOSS_FLOW' not handled in switch [-Wswitch]
   switch (loss) {
           ^
spams/prox/project.h:3696:22: note: in instantiation of member function 'DoubleMinCostFlow<double>::eval_flow_arc' requested here
         cost+=this->eval_flow_arc(i,j);
                     ^
spams/prox/project.h:4539:29: note: in instantiation of member function 'DoubleMinCostFlow<double>::compute_cost' requested here
   const T val=0.5*_solver->compute_cost();
                            ^
spams/prox/fista.h:2265:71: note: in instantiation of member function 'DoubleGraphPath<double>::eval_conv' requested here
                   return const_cast<DoubleGraphPath<T>* >(&_graph2)->eval_conv(x.rawX(),NULL,_alt_norm);
                                                                      ^
spams/prox/fista.h:3449:45: note: in instantiation of member function 'FISTA::GraphPathConv<double>::eval' requested here
            case GRAPH_PATH_CONV: reg = new GraphPathConv<T>(param_reg); break;
                                            ^
spams/prox/fista.h:3717:35: note: in instantiation of function template specialization 'FISTA::setRegularizerVectors<double>' requested here
                  regularizers[i]=setRegularizerVectors(param,graph_st,tree_st,graph_path_st);
                                  ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:2956:12: warning: unused variable 'sec' [-Wunused-variable]
         T sec=time.getElapsed();
           ^
spams/prox/fista.h:3618:16: note: in instantiation of function template specialization 'FISTA::ISTA_Generic<double, Vector<double>, Vector<double> >' requested here
               ISTA_Generic(*(losses[numT]),*(regularizers[numT]),alpha0i,alphai,optim_infoi,param);
               ^
spams/prox/fista.h:3733:16: note: in instantiation of function template specialization 'FISTA::solver_aux1<double>' requested here
               solver_aux1(X, alpha0,  alpha, optim_info, regularizers,losses,param);
               ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3044:12: warning: unused variable 'sec' [-Wunused-variable]
         T sec=time.getElapsed();
           ^
spams/prox/fista.h:3622:16: note: in instantiation of function template specialization 'FISTA::FISTA_Generic<double, Vector<double>, Vector<double> >' requested here
               FISTA_Generic(*(losses[numT]),*(regularizers[numT]),alpha0i,alphai,optim_infoi,param);
               ^
spams/prox/fista.h:3733:16: note: in instantiation of function template specialization 'FISTA::solver_aux1<double>' requested here
               solver_aux1(X, alpha0,  alpha, optim_info, regularizers,losses,param);
               ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3477:18: warning: 11 enumeration values not handled in switch: 'GROUPLASSO_L2', 'GROUPLASSO_LINF', 'GROUPLASSO_L2_L1'... [-Wswitch]
         switch (param.regul) {
                 ^
spams/prox/fista.h:3749:35: note: in instantiation of function template specialization 'FISTA::setRegularizerMatrices<double>' requested here
                  regularizers[i]=setRegularizerMatrices(param,alpha0.m(),N,graph_st,tree_st,graph_path_st);
                                  ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:2956:12: warning: unused variable 'sec' [-Wunused-variable]
         T sec=time.getElapsed();
           ^
spams/prox/fista.h:3660:16: note: in instantiation of function template specialization 'FISTA::ISTA_Generic<double, Matrix<double>, Vector<double> >' requested here
               ISTA_Generic(*(losses[numT]),*(regularizers[numT]),alpha0i,alphai,optim_infoi,param);
               ^
spams/prox/fista.h:3755:16: note: in instantiation of function template specialization 'FISTA::solver_aux2<double>' requested here
               solver_aux2(X, alpha0,  alpha, optim_info, regularizers,losses,param);
               ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3044:12: warning: unused variable 'sec' [-Wunused-variable]
         T sec=time.getElapsed();
           ^
spams/prox/fista.h:3664:16: note: in instantiation of function template specialization 'FISTA::FISTA_Generic<double, Matrix<double>, Vector<double> >' requested here
               FISTA_Generic(*(losses[numT]),*(regularizers[numT]),alpha0i,alphai,optim_infoi,param);
               ^
spams/prox/fista.h:3755:16: note: in instantiation of function template specialization 'FISTA::solver_aux2<double>' requested here
               solver_aux2(X, alpha0,  alpha, optim_info, regularizers,losses,param);
               ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:2956:12: warning: unused variable 'sec' [-Wunused-variable]
         T sec=time.getElapsed();
           ^
spams/prox/fista.h:3794:19: note: in instantiation of function template specialization 'FISTA::ISTA_Generic<double, Matrix<double>, Matrix<double> >' requested here
                  ISTA_Generic(*loss,*regularizer,alpha0,alpha,optim_infoi,param);
                  ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3044:12: warning: unused variable 'sec' [-Wunused-variable]
         T sec=time.getElapsed();
           ^
spams/prox/fista.h:3798:19: note: in instantiation of function template specialization 'FISTA::FISTA_Generic<double, Matrix<double>, Matrix<double> >' requested here
                  FISTA_Generic(*loss,*regularizer,alpha0,alpha,optim_infoi,param);
                  ^
./spams.h:479:10: note: in instantiation of function template specialization 'FISTA::solver<double>' requested here
  FISTA::solver((Matrix<T> &)(*X),(AbstractMatrixB<T> &)(*D),(Matrix<T> &)(*alpha0),(Matrix<T> &)(*alpha),param,(Matrix<T> &)(*duality_gap));
         ^
spams.cpp:1678:34: note: in instantiation of function template specialization '_fistaFlat<double>' requested here
    result = (Matrix< double > *)_fistaFlat< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19,arg20,arg21,arg22,arg23,arg24,arg25,arg26,arg27,arg28,arg29,arg30,arg31,arg32,arg33,arg34,arg35,arg36,arg37,arg38,arg39);
                                 ^
In file included from spams.cpp:1273:
In file included from ./spams.h:5:
spams/prox/fista.h:3961:21: warning: 6 enumeration values not handled in switch: 'FLOW_LINEAR', 'FLOW_SQUARE_POS', 'FLOW_SQUARE_POS_WEIGHTS'... [-Wswitch]
            switch (loss) {
                    ^
./spams.h:1064:10: note: in instantiation of function template specialization 'FISTA::SepLossPathCoding<double>' requested here
  FISTA::SepLossPathCoding<T>((Matrix<T> &)(*alpha0),(Matrix<T>&)(*alpha),param,loss,&graph,path_out);
         ^
spams.cpp:2102:36: note: in instantiation of function template specialization '_sepCostsPathCoding<double>' requested here
    result = (SpMatrix< double > *)_sepCostsPathCoding< double >(arg1,arg2,arg3,arg4,arg5,arg6,arg7,arg8,arg9,arg10,arg11,arg12,arg13,arg14,arg15,arg16,arg17,arg18,arg19);
                                   ^
29 warnings generated.
clang++ -I/Library/Frameworks/R.framework/Resources/include -DNDEBUG  -I/usr/local/include -I/usr/local/include/freetype2 -I/opt/X11/include   -I. -Ispams/linalg -Ispams/prox -Ispams/decomp -Ispams/dags    -stdlib=libstdc++ -DUSE_BLAS_LIB -DNDEBUG -fPIC  -Wall -mtune=core2 -g -O2  -c structdef.cpp -o structdef.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 flipflop.so R_init_flipflop.o align.o auxiliaryio.o bed2sam.o bedio.o common.o cvganalysis.o ffProcesssam.o instanceio.o parseopt.o rangeset.o readgroup.o samio.o spams.o structdef.o -lstdc++ -L/Library/Frameworks/R.framework/Resources/lib -lRblas -L/Library/Frameworks/R.framework/Resources/lib -lRlapack -lcblas -stdlib=libstdc++ -L/usr/local/lib/gcc/x86_64-apple-darwin13.0.0/4.8.2 -lgfortran -lquadmath -lm -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Users/biocbuild/bbs-3.0-bioc/meat/flipflop.Rcheck/flipflop/libs
** R
** inst
** preparing package for lazy loading
Warning: class "numLike" is defined (with package slot ‘Matrix’) but no metadata object found to revise subclass information---not exported?  Making a copy in package ‘flipflop’
Creating a generic function for ‘print’ from package ‘base’ in package ‘flipflop’
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (flipflop)

flipflop.Rcheck/flipflop-Ex.timings:

nameusersystemelapsed
flipflop0.6140.0180.634