* installing *source* package ‘jsonStrings’ ...
** this is package ‘jsonStrings’ version ‘2.1.1’
** package ‘jsonStrings’ 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/jsonStrings/src'
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I../inst/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
In file included from RcppExports.cpp:4:
In file included from ./../inst/include/jsonStrings.h:4:
./../inst/include/nlohmann/json_cran.h:25253:35: warning: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 25253 | inline nlohmann::json operator "" _json(const char* s, std::size_t n)
       |                       ~~~~~~~~~~~~^~~~~
       |                       operator""_json
./../inst/include/nlohmann/json_cran.h:25272:49: warning: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 25272 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
       |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~
       |                                     operator""_json_pointer
/usr/local/clang20/bin/clang++ -stdlib=libc++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG  -I'/data/gannet/ripley/R/test-clang/Rcpp/include' -isystem /usr/local/clang20/include -I/usr/local/clang/include   -I../inst/include -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3 -Wno-missing-template-arg-list-after-template-kw   -c jsonStrings.cpp -o jsonStrings.o
2 warnings generated.
In file included from jsonStrings.cpp:1:
In file included from ../inst/include/jsonStrings.h:4:
../inst/include/nlohmann/json_cran.h:25253:35: warning: identifier '_json' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 25253 | inline nlohmann::json operator "" _json(const char* s, std::size_t n)
       |                       ~~~~~~~~~~~~^~~~~
       |                       operator""_json
../inst/include/nlohmann/json_cran.h:25272:49: warning: identifier '_json_pointer' preceded by whitespace in a literal operator declaration is deprecated [-Wdeprecated-literal-operator]
 25272 | inline nlohmann::json::json_pointer operator "" _json_pointer(const char* s, std::size_t n)
       |                                     ~~~~~~~~~~~~^~~~~~~~~~~~~
       |                                     operator""_json_pointer
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 jsonStrings.so RcppExports.o jsonStrings.o
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/jsonStrings/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/jsonStrings/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/jsonStrings/src'
installing to /data/gannet/ripley/R/packages/tests-clang/jsonStrings.Rcheck/00LOCK-jsonStrings/00new/jsonStrings/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 (jsonStrings)