* installing *source* package ‘RcppAlgos’ ...
** package ‘RcppAlgos’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (GCC) 13.2.0’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppAlgos/src'
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c BigComboCount.cpp -o BigComboCount.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c BigPartsCountDistinct.cpp -o BigPartsCountDistinct.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c BigPartsCountRep.cpp -o BigPartsCountRep.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c BigPartsCountSection.cpp -o BigPartsCountSection.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c BigPermuteCount.cpp -o BigPermuteCount.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CartesianContainer.cpp -o CartesianContainer.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CheckReturn.cpp -o CheckReturn.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/attribute_proxy.hpp:7,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/logicals.hpp:8,
                 from CartesianContainer.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from CheckReturn.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ClassUtils.cpp -o ClassUtils.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ClassUtils.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CnstrntsSpecialClass.cpp -o CnstrntsSpecialClass.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/GetContraints.h:3,
                 from ../inst/include/ClassUtils/ComboResClass.h:3,
                 from ../inst/include/Constraints/CnstrntsSpecialClass.h:3,
                 from CnstrntsSpecialClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CnstrntsToRClass.cpp -o CnstrntsToRClass.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/CnstrntsToRClass.h:3,
                 from CnstrntsToRClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CombinationResults.cpp -o CombinationResults.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CombinatoricsApply.cpp -o CombinatoricsApply.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CombinatoricsCount.cpp -o CombinatoricsCount.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/GetCombPermApply.h:3,
                 from CombinatoricsApply.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/strings.hpp:7,
                 from ../inst/include/ComboGroups/ComboGroupsTemplate.h:3,
                 from CombinatoricsCount.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CombinatoricsMain.cpp -o CombinatoricsMain.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/ComputedCount.h:3,
                 from CombinatoricsMain.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboApplyClass.cpp -o ComboApplyClass.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/ClassUtils/GetPrevCombPermApply.h:4,
                 from ../inst/include/ClassUtils/ComboApplyClass.h:3,
                 from ComboApplyClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboCartesian.cpp -o ComboCartesian.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboClass.cpp -o ComboClass.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/ClassUtils/GetPrevCombPerm.h:4,
                 from ../inst/include/ClassUtils/ComboClass.h:5,
                 from ComboClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboCount.cpp -o ComboCount.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboGroups.cpp -o ComboGroups.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/function.hpp:10,
                 from ../inst/include/ComboGroups/GetComboGroups.h:3,
                 from ComboGroups.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboGroupsClass.cpp -o ComboGroupsClass.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/strings.hpp:7,
                 from ../inst/include/ComboGroups/ComboGroupsTemplate.h:3,
                 from ../inst/include/ComboGroups/ComboGroupsClass.h:3,
                 from ComboGroupsClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboGroupsGeneral.cpp -o ComboGroupsGeneral.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/strings.hpp:7,
                 from ../inst/include/ComboGroups/ComboGroupsTemplate.h:3,
                 from ../inst/include/ComboGroups/ComboGroupsGeneral.h:3,
                 from ComboGroupsGeneral.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboGroupsSame.cpp -o ComboGroupsSame.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/strings.hpp:7,
                 from ../inst/include/ComboGroups/ComboGroupsTemplate.h:3,
                 from ../inst/include/ComboGroups/ComboGroupsSame.h:3,
                 from ComboGroupsSame.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboGroupsTemplate.cpp -o ComboGroupsTemplate.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboGroupsUnique.cpp -o ComboGroupsUnique.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/strings.hpp:7,
                 from ../inst/include/ComboGroups/ComboGroupsTemplate.h:3,
                 from ../inst/include/ComboGroups/ComboGroupsGeneral.h:3,
                 from ComboGroupsTemplate.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/strings.hpp:7,
                 from ../inst/include/ComboGroups/ComboGroupsTemplate.h:3,
                 from ../inst/include/ComboGroups/ComboGroupsUnique.h:3,
                 from ComboGroupsUnique.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboManager.cpp -o ComboManager.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboResClass.cpp -o ComboResClass.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboResGlue.cpp -o ComboResGlue.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComboResMain.cpp -o ComboResMain.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c CompositionsRep.cpp -o CompositionsRep.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/GetContraints.h:3,
                 from ../inst/include/ClassUtils/ComboResClass.h:3,
                 from ComboResClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ComputedCount.cpp -o ComputedCount.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsClass.cpp -o ConstraintsClass.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ComputedCount.cpp:5:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsDistinct.cpp -o ConstraintsDistinct.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsGeneral.cpp -o ConstraintsGeneral.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsMain.cpp -o ConstraintsMain.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/PartitionsEsqueMultiset.h:3,
                 from ConstraintsClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/ConstraintsDistinct.h:3,
                 from ConstraintsDistinct.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ConstraintsGeneral.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/GetContraints.h:3,
                 from ConstraintsMain.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsMultiset.cpp -o ConstraintsMultiset.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsRep.cpp -o ConstraintsRep.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsSpecial.cpp -o ConstraintsSpecial.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConstraintsUtils.cpp -o ConstraintsUtils.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/ConstraintsMultiset.h:3,
                 from ConstraintsMultiset.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ConstraintsSpecial.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/ConstraintsRep.h:3,
                 from ConstraintsRep.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ConstraintsUtils.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ConvertUtils.cpp -o ConvertUtils.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c DivNumSieve.cpp -o DivNumSieve.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ConvertUtils.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from DivNumSieve.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c Eratosthenes.cpp -o Eratosthenes.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c EulerPhiSieve.cpp -o EulerPhiSieve.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ExposeClass.cpp -o ExposeClass.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c FunAssign.cpp -o FunAssign.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/GetContraints.h:3,
                 from ../inst/include/ClassUtils/ComboResClass.h:3,
                 from ../inst/include/Constraints/CnstrntsSpecialClass.h:3,
                 from ExposeClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from FunAssign.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GetClassVals.cpp -o GetClassVals.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from GetClassVals.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GetCombPerm.cpp -o GetCombPerm.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from GetCombPerm.cpp:5:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GetCombPermApply.cpp -o GetCombPermApply.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from GetCombPermApply.cpp:7:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GetComboGroups.cpp -o GetComboGroups.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/function.hpp:10,
                 from ../inst/include/ComboGroups/GetComboGroups.h:3,
                 from GetComboGroups.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GetConstraints.cpp -o GetConstraints.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from GetConstraints.cpp:3:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GetPrevCombPerm.cpp -o GetPrevCombPerm.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from GetPrevCombPerm.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GetPrevCombPermApply.cpp -o GetPrevCombPermApply.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from GetPrevCombPermApply.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GmpConvert.cpp -o GmpConvert.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/attribute_proxy.hpp:7,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/sexp.hpp:8,
                 from ../inst/include/CppConvert/GmpConvert.h:3,
                 from GmpConvert.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c GroupHelperClass.cpp -o GroupHelperClass.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c MotleyPrimes.cpp -o MotleyPrimes.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from MotleyPrimes.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NextCombinatorics.cpp -o NextCombinatorics.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NextComposition.cpp -o NextComposition.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NextPartition.cpp -o NextPartition.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NextPermutation.cpp -o NextPermutation.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NthCombination.cpp -o NthCombination.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NthPartition.cpp -o NthPartition.o
In file included from NthPartition.cpp:11:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: At global scope:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:324:3: warning: 'cpp11::preserved' defined but not used [-Wunused-variable]
  324 | } preserved;
      |   ^~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NthPermutation.cpp -o NthPermutation.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NthResult.cpp -o NthResult.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c NumThreads.cpp -o NumThreads.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsClass.cpp -o PartitionsClass.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/attribute_proxy.hpp:7,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/sexp.hpp:8,
                 from NumThreads.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsCount.cpp -o PartitionsCount.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/GetContraints.h:3,
                 from ../inst/include/ClassUtils/ComboResClass.h:3,
                 from ../inst/include/Partitions/PartitionsClass.h:3,
                 from PartitionsClass.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsCountDistinct.cpp -o PartitionsCountDistinct.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsCountMultiset.cpp -o PartitionsCountMultiset.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsCountRep.cpp -o PartitionsCountRep.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsCountSection.cpp -o PartitionsCountSection.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsDesign.cpp -o PartitionsDesign.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from PartitionsCountSection.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from PartitionsDesign.cpp:3:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsDistinct.cpp -o PartitionsDistinct.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsEsqueDistinct.cpp -o PartitionsEsqueDistinct.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/PartitionsEsqueDistinct.h:3,
                 from PartitionsEsqueDistinct.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsEsqueMultiset.cpp -o PartitionsEsqueMultiset.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/PartitionsEsqueMultiset.h:3,
                 from PartitionsEsqueMultiset.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsEsqueRep.cpp -o PartitionsEsqueRep.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsManager.cpp -o PartitionsManager.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from ../inst/include/Constraints/ConstraintsClass.h:3,
                 from ../inst/include/Constraints/PartitionsEsqueRep.h:3,
                 from PartitionsEsqueRep.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsMultiset.cpp -o PartitionsMultiset.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsRep.cpp -o PartitionsRep.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PartitionsUtils.cpp -o PartitionsUtils.o
In file included from PartitionsUtils.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PermuteCount.cpp -o PermuteCount.o
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: At global scope:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:324:3: warning: 'cpp11::preserved' defined but not used [-Wunused-variable]
  324 | } preserved;
      |   ^~~~~~~~~
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from PermuteCount.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PermuteManager.cpp -o PermuteManager.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PermuteOptimized.cpp -o PermuteOptimized.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PermuteResGlue.cpp -o PermuteResGlue.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PermuteResMain.cpp -o PermuteResMain.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PermuteResults.cpp -o PermuteResults.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PollardRhoContainer.cpp -o PollardRhoContainer.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from PollardRhoContainer.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PollardRhoDepends.cpp -o PollardRhoDepends.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PollardRhoUtils.cpp -o PollardRhoUtils.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from PollardRhoUtils.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PopulateVec.cpp -o PopulateVec.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PrevCombinatorics.cpp -o PrevCombinatorics.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PrimeCount.cpp -o PrimeCount.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PrimeFactorizeSieve.cpp -o PrimeFactorizeSieve.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from PrimeCount.cpp:4:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c PrimeSieve.cpp -o PrimeSieve.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from PrimeSieve.cpp:2:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RankCombPermMain.cpp -o RankCombPermMain.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/ComputedCount.h:3,
                 from RankCombPermMain.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RankCombination.cpp -o RankCombination.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RankPartition.cpp -o RankPartition.o
In file included from RankPartition.cpp:11:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: At global scope:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:324:3: warning: 'cpp11::preserved' defined but not used [-Wunused-variable]
  324 | } preserved;
      |   ^~~~~~~~~
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RankPartitionMain.cpp -o RankPartitionMain.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from RankPartitionMain.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RankPermutation.cpp -o RankPermutation.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RankResult.cpp -o RankResult.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c RankUtils.cpp -o RankUtils.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from RankUtils.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c SampCombPermStd.cpp -o SampCombPermStd.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from SampCombPermStd.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c SampleApply.cpp -o SampleApply.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from SampleApply.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c SampleCombPerm.cpp -o SampleCombPerm.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c SamplePartitions.cpp -o SamplePartitions.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/Sample/SampCombPermStd.h:3,
                 from SampleCombPerm.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c SetUpUtils.cpp -o SetUpUtils.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/integers.hpp:9,
                 from ../inst/include/CppConvert/ConvertUtils.h:3,
                 from ../inst/include/CppConvert.h:5,
                 from ../inst/include/SetUpUtils.h:3,
                 from ../inst/include/Constraints/ConstraintsUtils.h:6,
                 from SamplePartitions.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c StdConvert.cpp -o StdConvert.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/strings.hpp:7,
                 from SetUpUtils.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
In file included from ../inst/include/CppConvert/StdConvert.h:3,
                 from StdConvert.cpp:1:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ThreadSafeComb.cpp -o ThreadSafeComb.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ThreadSafeParts.cpp -o ThreadSafeParts.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c ThreadSafePerm.cpp -o ThreadSafePerm.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c UserConstraintFuns.cpp -o UserConstraintFuns.o
g++-13 -std=gnu++17 -I"/data/gannet/ripley/R/R-devel/include" -DNDEBUG -I../inst/include/ -I'/data/gannet/ripley/R/test-dev/cpp11/include' -I/usr/local/include    -fpic  -g -O2 -Wall -pedantic -mtune=native -Wno-ignored-attributes -Wno-parentheses -Wp,-D_FORTIFY_SOURCE=3 -fexceptions -fstack-protector-strong -fstack-clash-protection -fcf-protection  -c cpp11.cpp -o cpp11.o
In file included from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/as.hpp:11,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11.hpp:5,
                 from /data/gannet/ripley/R/test-dev/cpp11/include/cpp11/declarations.hpp:13,
                 from cpp11.cpp:5:
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp: In member function 'void cpp11::<unnamed struct>::print()':
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:18: warning: format '%x' expects argument of type 'unsigned int', but argument 2 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~^                             ~~~~
      |                  |                             |
      |                  unsigned int                  SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:26: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~^                           ~~~~~~~~~
      |                          |                              |
      |                          unsigned int                   SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:34: warning: format '%x' expects argument of type 'unsigned int', but argument 4 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~^                              ~~~~~~~~~
      |                                  |                                 |
      |                                  unsigned int                      SEXP {aka SEXPREC*}
/data/gannet/ripley/R/test-dev/cpp11/include/cpp11/protect.hpp:282:42: warning: format '%x' expects argument of type 'unsigned int', but argument 5 has type 'SEXP' {aka 'SEXPREC*'} [-Wformat=]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~^                                 ~~~~~~~~~
      |                                          |                                    |
      |                                          unsigned int                         SEXP {aka SEXPREC*}
g++-13 -std=gnu++17 -shared -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o RcppAlgos.so BigComboCount.o BigPartsCountDistinct.o BigPartsCountRep.o BigPartsCountSection.o BigPermuteCount.o CartesianContainer.o CheckReturn.o ClassUtils.o CnstrntsSpecialClass.o CnstrntsToRClass.o CombinationResults.o CombinatoricsApply.o CombinatoricsCount.o CombinatoricsMain.o ComboApplyClass.o ComboCartesian.o ComboClass.o ComboCount.o ComboGroups.o ComboGroupsClass.o ComboGroupsGeneral.o ComboGroupsSame.o ComboGroupsTemplate.o ComboGroupsUnique.o ComboManager.o ComboResClass.o ComboResGlue.o ComboResMain.o CompositionsRep.o ComputedCount.o ConstraintsClass.o ConstraintsDistinct.o ConstraintsGeneral.o ConstraintsMain.o ConstraintsMultiset.o ConstraintsRep.o ConstraintsSpecial.o ConstraintsUtils.o ConvertUtils.o DivNumSieve.o Eratosthenes.o EulerPhiSieve.o ExposeClass.o FunAssign.o GetClassVals.o GetCombPerm.o GetCombPermApply.o GetComboGroups.o GetConstraints.o GetPrevCombPerm.o GetPrevCombPermApply.o GmpConvert.o GroupHelperClass.o MotleyPrimes.o NextCombinatorics.o NextComposition.o NextPartition.o NextPermutation.o NthCombination.o NthPartition.o NthPermutation.o NthResult.o NumThreads.o PartitionsClass.o PartitionsCount.o PartitionsCountDistinct.o PartitionsCountMultiset.o PartitionsCountRep.o PartitionsCountSection.o PartitionsDesign.o PartitionsDistinct.o PartitionsEsqueDistinct.o PartitionsEsqueMultiset.o PartitionsEsqueRep.o PartitionsManager.o PartitionsMultiset.o PartitionsRep.o PartitionsUtils.o PermuteCount.o PermuteManager.o PermuteOptimized.o PermuteResGlue.o PermuteResMain.o PermuteResults.o PollardRhoContainer.o PollardRhoDepends.o PollardRhoUtils.o PopulateVec.o PrevCombinatorics.o PrimeCount.o PrimeFactorizeSieve.o PrimeSieve.o RankCombPermMain.o RankCombination.o RankPartition.o RankPartitionMain.o RankPermutation.o RankResult.o RankUtils.o SampCombPermStd.o SampleApply.o SampleCombPerm.o SamplePartitions.o SetUpUtils.o StdConvert.o ThreadSafeComb.o ThreadSafeParts.o ThreadSafePerm.o UserConstraintFuns.o cpp11.o -lgmp
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppAlgos/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-devel/RcppAlgos/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-devel/RcppAlgos/src'
installing to /data/gannet/ripley/R/packages/tests-devel/RcppAlgos.Rcheck/00LOCK-RcppAlgos/00new/RcppAlgos/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (RcppAlgos)