* installing *source* package ‘tidygraph’ ...
** package ‘tidygraph’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 17.0.5’
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/tidygraph/src'
/usr/local/clang17/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang17/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3  -c cpp11.cpp -o cpp11.o
In file included from cpp11.cpp:5:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/declarations.hpp:13:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11.hpp:5:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/as.hpp:11:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~~                             ^~~~
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~~                           ^~~~~~~~~
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~~                              ^~~~~~~~~
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~~                                 ^~~~~~~~~
/usr/local/clang17/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang17/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3  -c get_paths.cpp -o get_paths.o
4 warnings generated.
In file included from get_paths.cpp:2:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/list.hpp:6:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/attribute_proxy.hpp:7:
In file included from /data/gannet/ripley/R/test-clang/cpp11/include/cpp11/as.hpp:11:
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:48: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                 ~~                             ^~~~
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:54: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                         ~~                           ^~~~~~~~~
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:65: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                 ~~                              ^~~~~~~~~
/data/gannet/ripley/R/test-clang/cpp11/include/cpp11/protect.hpp:282:76: warning: format specifies type 'unsigned int' but the argument has type 'SEXP' (aka 'SEXPREC *') [-Wformat]
  282 |       REprintf("%x CAR: %x CDR: %x TAG: %x\n", cell, CAR(cell), CDR(cell), TAG(cell));
      |                                         ~~                                 ^~~~~~~~~
4 warnings generated.
/usr/local/clang17/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang17/lib -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o tidygraph.so cpp11.o get_paths.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/tidygraph/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/tidygraph/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/tidygraph/src'
installing to /data/gannet/ripley/R/packages/tests-clang/tidygraph.Rcheck/00LOCK-tidygraph/00new/tidygraph/libs
** R
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** building package indices
** 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 (tidygraph)