* installing *source* package ‘fastLowess’ ... ** this is package ‘fastLowess’ version ‘0.1.0’ ** using staged installation Configuring for Linux/Unix... Generated src/Makevars ** libs using C compiler: ‘Debian clang version 21.1.7 (1)’ rm -Rf fastLowess.so ../target/release/libfastLowess.a dummy.o clang-21 -std=gnu23 -I"/home/hornik/tmp/R-d-clang-21/include" -DNDEBUG -I/usr/local/include -DUSE_TYPE_CHECKING_STRICT -D_FORTIFY_SOURCE=3 -fpic -g -O3 -Wall -pedantic -c dummy.c -o dummy.o Reporting Rust compiler versions: cargo 1.90.0 (840b83a10 2025-07-30) (built from a source tarball) rustc 1.90.0 (1159e78c4 2025-09-14) (built from a source tarball) cargo build --release --manifest-path=../Cargo.toml --target-dir ../target Compiling autocfg v1.5.0 Compiling libm v0.2.15 Compiling crossbeam-utils v0.8.21 Compiling proc-macro2 v1.0.103 Compiling quote v1.0.42 Compiling unicode-ident v1.0.22 Compiling extendr-ffi v0.8.1 Compiling rayon-core v1.13.0 Compiling paste v1.0.15 Compiling rawpointer v0.2.1 Compiling extendr-api v0.8.1 Compiling either v1.15.0 Compiling once_cell v1.21.3 Compiling num-traits v0.2.19 Compiling matrixmultiply v0.3.10 Compiling crossbeam-epoch v0.9.18 Compiling crossbeam-deque v0.8.6 Compiling syn v2.0.111 Compiling rayon v1.11.0 Compiling num-integer v0.1.46 Compiling num-complex v0.4.6 Compiling lowess v0.4.1 Compiling ndarray v0.17.1 Compiling extendr-macros v0.8.1 Compiling fastLowess v0.1.0 Compiling fastLowess-R v0.1.1 (/srv/hornik/tmp/CRAN_pretest/fastLowess.Rcheck/00_pkg_src/fastLowess) Finished `release` profile [optimized] target(s) in 14.70s clang-21 -std=gnu23 -shared -L/home/hornik/tmp/R-d-clang-21/lib -Wl,-O1 -o fastLowess.so dummy.o -L../target/release -Wl,-u,R_init_fastLowess -Wl,-u,wrap__smooth -Wl,-u,wrap__smooth_streaming -Wl,-u,wrap__smooth_online -lfastLowess -Wl,--gc-sections -L/home/hornik/tmp/R-d-clang-21/lib -lR installing to /srv/hornik/tmp/CRAN_pretest/fastLowess.Rcheck/00LOCK-fastLowess/00new/fastLowess/libs ** R ** demo ** 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 (fastLowess)