* installing *source* package ‘multiRL’ ...
** this is package ‘multiRL’ version ‘0.3.7’
** package ‘multiRL’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.1.sdk’
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c RcppExports.cpp -o RcppExports.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c process_4_output.cpp -o process_4_output.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c tool_record_shown.cpp -o tool_record_shown.o
clang++ -arch x86_64 -std=gnu++20 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -I'/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include' -I/opt/R/x86_64/include -fPIC -falign-functions=64 -Wall -g -O2 -c tool_sample_choice.cpp -o tool_sample_choice.o
process_4_output.cpp:391:42: error: use of overloaded operator '!=' is ambiguous (with operand types 'Rcpp::Vector<16>::const_Proxy' (aka 'const_string_proxy<16, Rcpp::PreserveStorage>') and 'Rcpp::Vector<16>::const_Proxy')
is_nb = (i > 0) && (block[i] != block[i - 1]);
~~~~~~~~ ^ ~~~~~~~~~~~~
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:110:8: note: candidate function
bool operator!=( const const_string_proxy& other){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:107:8: note: candidate function
bool operator==( const const_string_proxy& other){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:103:8: note: candidate function
bool operator!=( const char* other){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:100:8: note: candidate function
bool operator==( const char* other){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:107:8: note: candidate function (with reversed parameter order)
bool operator==( const const_string_proxy& other){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:100:8: note: candidate function (with reversed parameter order)
bool operator==( const char* other){
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:118:14: note: candidate function
bool operator!=( SEXP other ) const {
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:114:14: note: candidate function
bool operator==( SEXP other ) const {
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/vector/const_string_proxy.h:114:14: note: candidate function (with reversed parameter order)
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/String.h:729:17: note: candidate function
inline bool operator!=(const String::const_StringProxy& lhs, const String& rhs) {
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/String.h:725:17: note: candidate function
inline bool operator==(const String::const_StringProxy& lhs, const String& rhs) {
^
/Volumes/Builds/packages/big-sur-x86_64/Rlib/4.6/Rcpp/include/Rcpp/String.h:725:17: note: candidate function (with reversed parameter order)
process_4_output.cpp:391:42: note: built-in candidate operator!=(struct SEXPREC *, struct SEXPREC *)
is_nb = (i > 0) && (block[i] != block[i - 1]);
^
process_4_output.cpp:391:42: note: built-in candidate operator!=(const struct SEXPREC *, const struct SEXPREC *)
process_4_output.cpp:391:42: note: built-in candidate operator!=(char *, char *)
process_4_output.cpp:391:42: note: built-in candidate operator!=(const char *, const char *)
1 error generated.
make: *** [process_4_output.o] Error 1
make: *** Waiting for unfinished jobs....
ERROR: compilation failed for package ‘multiRL’
* removing ‘/Volumes/Builds/packages/big-sur-x86_64/results/4.6/multiRL.Rcheck/multiRL’