* installing *source* package ‘fCWTr’ ...
** package ‘fCWTr’ successfully unpacked and MD5 sums checked
** using staged installation
checking for gcc... /usr/local/clang18/bin/clang
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether /usr/local/clang18/bin/clang accepts -g... yes
checking for /usr/local/clang18/bin/clang option to enable C11 features... none needed
checking how to run the C preprocessor... /usr/local/clang18/bin/clang -E
checking for brew... no
checking whether the compiler supports GNU C++... yes
checking whether /usr/local/clang18/bin/clang++ -std=gnu++17 accepts -g... yes
checking for /usr/local/clang18/bin/clang++ -std=gnu++17 option to enable C++11 features... none needed
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for fftw3.h... yes
checking for library containing fftwf_free... -lfftw3f
checking for omp.h... yes
checking for library containing fftwf_plan_with_nthreads... -lfftw3f_omp
checking for /usr/local/clang18/bin/clang++ -std=gnu++17 option to support OpenMP... -fopenmp
configure: creating ./config.status
config.status: creating src/Makevars

  --------------------------------------------------
  Configuration for fcwtr 0.2.0

    cppflags:    
    cxxflags:    -fopenmp
    ldflags:   -fopenmp
    libs:     -lfftw3f_omp -lfftw3f    

  --------------------------------------------------

** libs
using C++ compiler: ‘clang version 18.1.7’
using C++17
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/fCWTr/src'
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I.     -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -I.    -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c cpp11.cpp -o cpp11.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I.     -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -I.    -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c fcwt.cpp -o fcwt.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -I.     -I'/data/gannet/ripley/R/test-clang/cpp11/include' -isystem /usr/local/clang18/include -I/usr/local/clang/include   -I.    -fopenmp -fpic  -O3 -Wall -pedantic -frtti -Wp,-D_FORTIFY_SOURCE=3   -c interface_fcwt.cpp -o interface_fcwt.o
/usr/local/clang18/bin/clang++ -std=gnu++17 -shared -L/usr/local/clang/lib64 -L/usr/local/clang18/lib -L/usr/local/clang18/lib/x86_64-unknown-linux-gnu -L/usr/local/gcc13/lib64 -L/usr/local/lib64 -o fCWTr.so cpp11.o fcwt.o interface_fcwt.o -fopenmp -lfftw3f_omp -lfftw3f
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/fCWTr/src'
make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/fCWTr/src'
make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/fCWTr/src'
installing to /data/gannet/ripley/R/packages/tests-clang/fCWTr.Rcheck/00LOCK-fCWTr/00new/fCWTr/libs
** R
** data
*** moving datasets to lazyload DB
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (fCWTr)