* installing to library ‘/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages’
* installing *source* package ‘socketR’ ...
** this is package ‘socketR’ version ‘1.0.4’
** package ‘socketR’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘Debian clang version 23.1.1 (2)’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZcD1AC/R.INSTALL2e57992a72b54/socketR/src'
clang++-23 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-devel-clang/Work/build/include" -DNDEBUG -DR_NO_REMAP -I/usr/local/include -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c posix/socketr.cpp -o posix/socketr.o
posix/socketr.cpp:7:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
7 | #define class class_
| ^
posix/socketr.cpp:8:9: warning: keyword is hidden by macro definition [-Wkeyword-macro]
8 | #define private private_
| ^
2 warnings generated.
clang++-23 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -Wl,-O1 -o socketR.so posix/socketr.o -L/home/hornik/tmp/R.check/r-devel-clang/Work/build/lib -lR
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZcD1AC/R.INSTALL2e57992a72b54/socketR/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpZcD1AC/R.INSTALL2e57992a72b54/socketR/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpZcD1AC/R.INSTALL2e57992a72b54/socketR/src'
installing to /home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/00LOCK-socketR/00new/socketR/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 (socketR)