* installing to library ‘/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages’
* installing *source* package ‘lstar’ ...
** this is package ‘lstar’ version ‘0.2.2’
** package ‘lstar’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
specified C++17
using C++ compiler: ‘g++-15 (Debian 15.3.0-2) 15.3.0’
using C++17
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpAQIiZ0/R.INSTALL1db93421d20386/lstar/src'
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DLSTAR_HAVE_ZLIB -DLIBZARR_HAS_ZLIB -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -DLIBZARR_HAS_ZSTD  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c cpp11.cpp -o cpp11.o
g++-15 -std=gnu++17 -I"/home/hornik/tmp/R.check/r-patched-gcc/Work/build/include" -DNDEBUG -I../inst/include -DLSTAR_HAVE_ZLIB -DLIBZARR_HAS_ZLIB -D_LIBCPP_DISABLE_DEPRECATION_WARNINGS -DLIBZARR_HAS_ZSTD  -I'/home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/cpp11/include' -I/usr/local/include -D_FORTIFY_SOURCE=3  -fopenmp -fpic  -g -O2 -Wall -pedantic -mtune=native   -c lstar_cpp.cpp -o lstar_cpp.o
In file included from lstar_cpp.cpp:10:
../inst/include/lstar/lstar.hpp: In function ‘std::vector<double> lstar::lowess_predict(const std::vector<double>&, const std::vector<double>&, double, int)’:
../inst/include/lstar/lstar.hpp:1345:9: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
 1345 |         for (auto& o : out) o = my; return out; }
      |         ^~~
../inst/include/lstar/lstar.hpp:1345:37: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
 1345 |         for (auto& o : out) o = my; return out; }
      |                                     ^~~~~~
g++-15 -std=gnu++17 -shared -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -Wl,-O1 -o lstar.so cpp11.o lstar_cpp.o -lz -lzstd -fopenmp -L/home/hornik/tmp/R.check/r-patched-gcc/Work/build/lib -lR
if command -v strip >/dev/null 2>&1; then strip -S lstar.so 2>/dev/null || true; fi
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpAQIiZ0/R.INSTALL1db93421d20386/lstar/src'
make[1]: Entering directory '/home/hornik/tmp/scratch/RtmpAQIiZ0/R.INSTALL1db93421d20386/lstar/src'
make[1]: Leaving directory '/home/hornik/tmp/scratch/RtmpAQIiZ0/R.INSTALL1db93421d20386/lstar/src'
installing to /home/hornik/tmp/R.check/r-patched-gcc/Work/build/Packages/00LOCK-lstar/00new/lstar/libs
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
  converting help for package ‘lstar’
    finding HTML links ... done
    col_sum_by_group                        html  
    collection_from                         html  
    dot-lstar_drop_cache                    html  
    extend_for_viewer                       html  
    field_value                             html  
    lstar_markers                           html  
    lstar_read                              html  
    lstar_read_block                        html  
    lstar_read_genes                        html  
    lstar_stream_col_sum_by_group           html  
    lstar_write                             html  
    lstar_write_viewer                      html  
    print.lstar_dataset                     html  
    read_conos                              html  
    read_pagoda2                            html  
    read_sce                                html  
    read_sce_backed                         html  
    read_seurat                             html  
    read_seurat_backed                      html  
    stream_col_stats                        html  
    view                                    html  
    viewer_extend                           html  
    write_conos                             html  
    write_sce                               html  
    write_seurat                            html  
** 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 (lstar)