* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘particles’ ...
** package ‘particles’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘g++-13 (Debian 13.2.0-23) 13.2.0’
using C++11
make[1]: Entering directory '/tmp/Rtmp3Znohw/R.INSTALL140b8b6b5062e2/particles/src'
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c bilinear.cpp -o bilinear.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c collision.cpp -o collision.o
collision.cpp: In function ‘cpp11::writable::doubles_matrix<> collision_c(cpp11::doubles_matrix<>, cpp11::doubles_matrix<>, cpp11::doubles, double)’:
collision.cpp:16:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   16 |   for (i = 0; i < pos.nrow(); ++i) {
      |               ~~^~~~~~~~~~~~
collision.cpp:29:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   29 |   for (i = 0; i < pos.nrow(); ++i) {
      |               ~~^~~~~~~~~~~~
collision.cpp:32:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   32 |   for (i = 0; i < pos.nrow(); ++i) {
      |               ~~^~~~~~~~~~~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cpp11.cpp -o cpp11.o
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c nbody.cpp -o nbody.o
nbody.cpp: In function ‘cpp11::writable::doubles_matrix<> nbody_c(cpp11::doubles_matrix<>, cpp11::doubles, double, double, double, double)’:
nbody.cpp:17:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   17 |   for (i = 0; i < pos.nrow(); ++i) {
      |               ~~^~~~~~~~~~~~
nbody.cpp:27:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   27 |   for (i = 0; i < pos.nrow(); ++i) {
      |               ~~^~~~~~~~~~~~
nbody.cpp:30:17: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare]
   30 |   for (i = 0; i < pos.nrow(); ++i) {
      |               ~~^~~~~~~~~~~~
g++-13 -std=gnu++11 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3   -fpic  -g -O2 -Wall -pedantic -mtune=native   -c pathdist.cpp -o pathdist.o
g++-13 -std=gnu++11 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o particles.so bilinear.o collision.o cpp11.o nbody.o pathdist.o -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
make[1]: Leaving directory '/tmp/Rtmp3Znohw/R.INSTALL140b8b6b5062e2/particles/src'
make[1]: Entering directory '/tmp/Rtmp3Znohw/R.INSTALL140b8b6b5062e2/particles/src'
make[1]: Leaving directory '/tmp/Rtmp3Znohw/R.INSTALL140b8b6b5062e2/particles/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-particles/00new/particles/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘particles’
    finding HTML links ... done
    center_force                            html  
    collision_force                         html  
    dominator_constraint                    html  
    evolve                                  html  
    field_force                             html  
    genesis                                 html  
    infinity_constraint                     html  
    link_force                              html  
    manybody_force                          html  
    map_force                               html  
    mean_force                              html  
    particles-package                       html  
    path_constraint                         html  
    polygon_constraint                      html  
    random_force                            html  
    reexports                               html  
    reset_force                             html  
    simulate                                html  
    simulation_modification                 html  
    trap_force                              html  
    velocity_constraint                     html  
    wield                                   html  
    x_constraint                            html  
    x_force                                 html  
    y_constraint                            html  
    y_force                                 html  
*** 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 (particles)