* installing *source* package ‘isotree’ ... ** using staged installation 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 the compiler supports GNU C++... yes checking whether clang++-17 -std=gnu++17 accepts -g... yes checking for clang++-17 -std=gnu++17 option to enable C++11 features... none needed configure: creating ./config.status config.status: creating src/Makevars ** libs using C++ compiler: ‘Debian clang version 17.0.5 (1)’ using C++17 clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -D_USE_XOSHIRO -D_USE_ROBIN_MAP -DSUPPORTS_RESTRICT=1 -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fno-math-errno -fno-trapping-math -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c RcppExports.cpp -o RcppExports.o In file included from RcppExports.cpp:4: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:128: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/routines.h:26: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 53 | Rprintf("%.*s", num, s); | ~~^~ ~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 57 | REprintf("%.*s", num, s); | ~~^~ ~~~ In file included from RcppExports.cpp:4: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:181: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 30 | Rf_warningcall(call, s.c_str()); | ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this 30 | Rf_warningcall(call, s.c_str()); | ^ | "%s", 3 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -D_USE_XOSHIRO -D_USE_ROBIN_MAP -DSUPPORTS_RESTRICT=1 -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fno-math-errno -fno-trapping-math -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c Rwrapper.cpp -o Rwrapper.o In file included from Rwrapper.cpp:65: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:128: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/routines.h:26: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 53 | Rprintf("%.*s", num, s); | ~~^~ ~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 57 | REprintf("%.*s", num, s); | ~~^~ ~~~ In file included from Rwrapper.cpp:65: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:181: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/print.h:30:26: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 30 | Rf_warningcall(call, s.c_str()); | ^~~~~~~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/print.h:30:26: note: treat the string as an argument to avoid this 30 | Rf_warningcall(call, s.c_str()); | ^ | "%s", 3 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -D_USE_XOSHIRO -D_USE_ROBIN_MAP -DSUPPORTS_RESTRICT=1 -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fno-math-errno -fno-trapping-math -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c indexer.cpp -o indexer.o In file included from indexer.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:53:40: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 53 | NORET void Rf_error(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from indexer.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:58:36: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 58 | void Rf_warning(const char *, ...) R_PRINTF_FORMAT(1,2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from indexer.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:688:50: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 688 | NORET void Rf_errorcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from indexer.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:689:46: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 689 | void Rf_warningcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from indexer.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:690:56: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 690 | void Rf_warningcall_immediate(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from indexer.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:128: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/routines.h:26: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 53 | Rprintf("%.*s", num, s); | ~~^~ ~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 57 | REprintf("%.*s", num, s); | ~~^~ ~~~ 7 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -D_USE_XOSHIRO -D_USE_ROBIN_MAP -DSUPPORTS_RESTRICT=1 -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fno-math-errno -fno-trapping-math -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c merge_models.cpp -o merge_models.o In file included from merge_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:53:40: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 53 | NORET void Rf_error(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from merge_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:58:36: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 58 | void Rf_warning(const char *, ...) R_PRINTF_FORMAT(1,2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from merge_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:688:50: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 688 | NORET void Rf_errorcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from merge_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:689:46: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 689 | void Rf_warningcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from merge_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:690:56: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 690 | void Rf_warningcall_immediate(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from merge_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:128: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/routines.h:26: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 53 | Rprintf("%.*s", num, s); | ~~^~ ~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 57 | REprintf("%.*s", num, s); | ~~^~ ~~~ 7 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -D_USE_XOSHIRO -D_USE_ROBIN_MAP -DSUPPORTS_RESTRICT=1 -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fno-math-errno -fno-trapping-math -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c serialize.cpp -o serialize.o In file included from serialize.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:53:40: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 53 | NORET void Rf_error(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from serialize.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:58:36: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 58 | void Rf_warning(const char *, ...) R_PRINTF_FORMAT(1,2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from serialize.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:688:50: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 688 | NORET void Rf_errorcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from serialize.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:689:46: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 689 | void Rf_warningcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from serialize.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:690:56: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 690 | void Rf_warningcall_immediate(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from serialize.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:128: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/routines.h:26: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 53 | Rprintf("%.*s", num, s); | ~~^~ ~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 57 | REprintf("%.*s", num, s); | ~~^~ ~~~ 7 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -D_USE_XOSHIRO -D_USE_ROBIN_MAP -DSUPPORTS_RESTRICT=1 -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fno-math-errno -fno-trapping-math -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c sql.cpp -o sql.o In file included from sql.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:53:40: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 53 | NORET void Rf_error(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from sql.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:58:36: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 58 | void Rf_warning(const char *, ...) R_PRINTF_FORMAT(1,2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from sql.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:688:50: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 688 | NORET void Rf_errorcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from sql.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:689:46: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 689 | void Rf_warningcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from sql.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:690:56: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 690 | void Rf_warningcall_immediate(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from sql.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:128: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/routines.h:26: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 53 | Rprintf("%.*s", num, s); | ~~^~ ~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 57 | REprintf("%.*s", num, s); | ~~^~ ~~~ 7 warnings generated. clang++-17 -std=gnu++17 -I"/home/hornik/tmp/R/include" -DNDEBUG -DRCPP_USE_UNWIND_PROTECT -D_FOR_R -D_USE_XOSHIRO -D_USE_ROBIN_MAP -DSUPPORTS_RESTRICT=1 -I'/home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include' -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fopenmp -fno-math-errno -fno-trapping-math -fvisibility=hidden -fpic -g -O3 -Wall -pedantic -c subset_models.cpp -o subset_models.o In file included from subset_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:53:40: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 53 | NORET void Rf_error(const char *, ...) R_PRINTF_FORMAT(1, 2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from subset_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:66: In file included from /home/hornik/tmp/R/include/R.h:73: /home/hornik/tmp/R/include/R_ext/Error.h:58:36: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 58 | void Rf_warning(const char *, ...) R_PRINTF_FORMAT(1,2); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from subset_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:688:50: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 688 | NORET void Rf_errorcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from subset_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:689:46: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 689 | void Rf_warningcall(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from subset_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:30: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/r/headers.h:67: /home/hornik/tmp/R/include/Rinternals.h:690:56: warning: 'format' attribute argument not supported: Rprintf [-Wignored-attributes] 690 | void Rf_warningcall_immediate(SEXP, const char *, ...) R_PRINTF_FORMAT(2, 3); | ^ /home/hornik/tmp/R/include/R_ext/Print.h:58:48: note: expanded from macro 'R_PRINTF_FORMAT' 58 | # define R_PRINTF_FORMAT(M,N) __attribute__ ((format (printf, M, N))) | ^ In file included from subset_models.cpp:63: In file included from ./isotree.h:126: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp.h:27: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/RcppCommon.h:128: In file included from /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/routines.h:26: /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:53:20: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 53 | Rprintf("%.*s", num, s); | ~~^~ ~~~ /home/hornik/lib/R/Library/4.4/x86_64-linux-gnu/Rcpp/include/Rcpp/iostream/Rstreambuf.h:57:21: warning: field precision should have type 'int', but argument has type 'std::streamsize' (aka 'long') [-Wformat] 57 | REprintf("%.*s", num, s); | ~~^~ ~~~ 7 warnings generated. clang++-17 -std=gnu++17 -shared -L/home/hornik/tmp/R/lib -Wl,-O1 -o isotree.so RcppExports.o Rwrapper.o indexer.o merge_models.o serialize.o sql.o subset_models.o -fopenmp -L/home/hornik/tmp/R/lib -lR installing to /srv/hornik/tmp/CRAN/isotree.Rcheck/00LOCK-isotree/00new/isotree/libs ** R ** 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 (isotree)