* installing *source* package ‘RcppTOML’ ...
** this is package ‘RcppTOML’ version ‘0.2.2’
** package ‘RcppTOML’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘clang version 20.1.0-rc2’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RcppTOML/src'
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DTOML_ENABLE_FLOAT16=0 -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c RcppExports.cpp -o RcppExports.o
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I../inst/include -DTOML_ENABLE_FLOAT16=0 -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include    -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c parse.cpp -o parse.o
In file included from parse.cpp:22:
In file included from ../inst/include/toml++/toml.h:41:
../inst/include/toml++/impl/path.h:793:19: warning: identifier '_tpath' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  793 |                 path operator"" _tpath(const char* str, size_t len)
      |                      ~~~~~~~~~~~^~~~~~
      |                      operator""_tpath
In file included from parse.cpp:22:
In file included from ../inst/include/toml++/toml.h:53:
../inst/include/toml++/impl/parser.h:348:27: warning: identifier '_toml' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
  348 |                 parse_result operator"" _toml(const char* str, size_t len)
      |                              ~~~~~~~~~~~^~~~~
      |                              operator""_toml
2 warnings generated.
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang20/lib -L/usr/local/clang20/lib/x86_64-unknown-linux-gnu -L/usr/local/lib64 -o RcppTOML.so RcppExports.o parse.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RcppTOML/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/RcppTOML/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/RcppTOML/src'
installing to /data/gannet/ripley/R/packages/tests-clang/RcppTOML.Rcheck/00LOCK-RcppTOML/00new/RcppTOML/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
** 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 (RcppTOML)