This page was generated on 2021-05-06 12:35:26 -0400 (Thu, 06 May 2021).
##############################################################################
##############################################################################
###
### Running command:
###
### /Library/Frameworks/R.framework/Versions/Current/Resources/bin/R CMD INSTALL kebabs
###
##############################################################################
##############################################################################
* installing to library ‘/Library/Frameworks/R.framework/Versions/4.0/Resources/library’
* installing *source* package ‘kebabs’ ...
** using staged installation
** libs
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c Biostrings_stubs.c -o Biostrings_stubs.o
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c ByteStringVector.c -o ByteStringVector.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c ExplicitRepC.cpp -o ExplicitRepC.o
In file included from ExplicitRepC.cpp:12:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c FeatureWeightsPosDepC.cpp -o FeatureWeightsPosDepC.o
In file included from FeatureWeightsPosDepC.cpp:11:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c GappyPairC.cpp -o GappyPairC.o
In file included from GappyPairC.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
GappyPairC.cpp:49:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
KSORT_INIT(gappy, uint64_t, ks_lt_generic)
^
./ksort.h:242:45: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
GappyPairC.cpp:49:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:246:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *mid)) KSORT_SWAP(type_t, *mid, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
GappyPairC.cpp:49:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:247:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
GappyPairC.cpp:49:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:248:40: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*low, *mid)) KSORT_SWAP(type_t, *mid, *low); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
GappyPairC.cpp:49:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:249:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *mid, *(low+1)); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
GappyPairC.cpp:49:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:255:17: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *ll, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
GappyPairC.cpp:49:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:257:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *low, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
8 warnings generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c IRanges_stubs.c -o IRanges_stubs.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c KernelUtils.cpp -o KernelUtils.o
In file included from KernelUtils.cpp:11:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c MismatchC.cpp -o MismatchC.o
In file included from MismatchC.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
MismatchC.cpp:47:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
KSORT_INIT(mism, uint64_t, ks_lt_generic)
^
./ksort.h:242:45: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MismatchC.cpp:47:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:246:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *mid)) KSORT_SWAP(type_t, *mid, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MismatchC.cpp:47:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:247:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MismatchC.cpp:47:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:248:40: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*low, *mid)) KSORT_SWAP(type_t, *mid, *low); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MismatchC.cpp:47:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:249:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *mid, *(low+1)); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MismatchC.cpp:47:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:255:17: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *ll, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MismatchC.cpp:47:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:257:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *low, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
8 warnings generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c MotifC.cpp -o MotifC.o
In file included from MotifC.cpp:13:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
MotifC.cpp:53:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
KSORT_INIT(str, ksstr_t, ks_lt_str)
^
./ksort.h:242:45: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MotifC.cpp:53:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:246:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *mid)) KSORT_SWAP(type_t, *mid, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MotifC.cpp:53:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:247:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MotifC.cpp:53:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:248:40: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*low, *mid)) KSORT_SWAP(type_t, *mid, *low); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MotifC.cpp:53:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:249:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *mid, *(low+1)); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MotifC.cpp:53:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:255:17: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *ll, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
MotifC.cpp:53:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:257:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *low, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
8 warnings generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c PredictionC.cpp -o PredictionC.o
In file included from PredictionC.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c PredictionProfileC.cpp -o PredictionProfileC.o
In file included from PredictionProfileC.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c R_init_kebabs.cpp -o R_init_kebabs.o
In file included from R_init_kebabs.cpp:6:
In file included from ./ExplicitRepC.h:7:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c Rsvm.c -o Rsvm.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c SparseMatrixHash.cpp -o SparseMatrixHash.o
In file included from SparseMatrixHash.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c SpectrumC.cpp -o SpectrumC.o
In file included from SpectrumC.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
SpectrumC.cpp:55:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
KSORT_INIT(spec, uint64_t, ks_lt_generic)
^
./ksort.h:242:45: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
SpectrumC.cpp:55:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:246:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *mid)) KSORT_SWAP(type_t, *mid, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
SpectrumC.cpp:55:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:247:41: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*high, *low)) KSORT_SWAP(type_t, *low, *high); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
SpectrumC.cpp:55:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:248:40: note: expanded from macro 'KSORT_INIT'
if (__sort_lt(*low, *mid)) KSORT_SWAP(type_t, *mid, *low); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
SpectrumC.cpp:55:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:249:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *mid, *(low+1)); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
SpectrumC.cpp:55:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:255:17: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *ll, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
SpectrumC.cpp:55:1: warning: 'register' storage class specifier is deprecated and incompatible with C++17 [-Wdeprecated-register]
./ksort.h:257:13: note: expanded from macro 'KSORT_INIT'
KSORT_SWAP(type_t, *low, *hh); \
^
./ksort.h:76:36: note: expanded from macro 'KSORT_SWAP'
#define KSORT_SWAP(type_t, a, b) { register type_t t=(a); (a)=(b); (b)=t; }
^
8 warnings generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c SymmetricPairC.cpp -o SymmetricPairC.o
In file included from SymmetricPairC.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c Utils.cpp -o Utils.o
In file included from Utils.cpp:12:
In file included from ./KernelUtils.h:6:
In file included from /Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp.h:57:
/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include/Rcpp/DataFrame.h:136:18: warning: unused variable 'data' [-Wunused-variable]
SEXP data = Parent::get__();
^
1 warning generated.
clang -mmacosx-version-min=10.13 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c XVector_stubs.c -o XVector_stubs.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/IRanges/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/XVector/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Biostrings/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/Rcpp/include' -I'/Library/Frameworks/R.framework/Versions/4.0/Resources/library/S4Vectors/include' -I/usr/local/include -fPIC -Wall -g -O2 -c svm.cpp -o svm.o
clang++ -mmacosx-version-min=10.13 -std=gnu++11 -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 kebabs.so Biostrings_stubs.o ByteStringVector.o ExplicitRepC.o FeatureWeightsPosDepC.o GappyPairC.o IRanges_stubs.o KernelUtils.o MismatchC.o MotifC.o PredictionC.o PredictionProfileC.o R_init_kebabs.o Rsvm.o SparseMatrixHash.o SpectrumC.o SymmetricPairC.o Utils.o XVector_stubs.o svm.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Library/Frameworks/R.framework/Versions/4.0/Resources/library/00LOCK-kebabs/00new/kebabs/libs
** R
** data
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** building package indices
** installing vignettes
** testing if installed package can be loaded from temporary location
** checking absolute paths in shared objects and dynamic libraries
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* DONE (kebabs)