* installing *source* package ‘Rmpfr’ ... ** package ‘Rmpfr’ 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 we are using the GNU C compiler... yes checking whether /usr/local/clang18/bin/clang accepts -g... yes checking for /usr/local/clang18/bin/clang option to accept ISO C89... none needed checking how to run the C preprocessor... /usr/local/clang18/bin/clang -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking mpfr.h usability... yes checking mpfr.h presence... yes checking for mpfr.h... yes checking gmp.h usability... yes checking gmp.h presence... yes checking for gmp.h... yes checking for __gmpz_init in -lgmp... yes checking for mpfr_init in -lmpfr... yes checking for mpfr_digamma in -lmpfr... yes configure: creating ./config.status config.status: creating src/Makevars ** libs using C compiler: ‘clang version 18.1.4’ make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Rmpfr/src' /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c Ops.c -o Ops.o Ops.c:539:61: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 539 | int y_is_int = (yi == trunc(yi) && LONG_MIN < yi && yi < LONG_MAX); | ~ ^~~~~~~~ /usr/local/clang18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX' 47 | #define LONG_MAX __LONG_MAX__ | ^~~~~~~~~~~~ :61:22: note: expanded from macro '__LONG_MAX__' 61 | #define __LONG_MAX__ 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ Ops.c:636:61: warning: implicit conversion from 'long' to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 636 | int x_is_int = (xi == trunc(xi) && LONG_MIN <= xi && xi <= LONG_MAX); | ~~ ^~~~~~~~ /usr/local/clang18/lib/clang/18/include/limits.h:47:19: note: expanded from macro 'LONG_MAX' 47 | #define LONG_MAX __LONG_MAX__ | ^~~~~~~~~~~~ :61:22: note: expanded from macro '__LONG_MAX__' 61 | #define __LONG_MAX__ 9223372036854775807L | ^~~~~~~~~~~~~~~~~~~~ 2 warnings generated. /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c Summary.c -o Summary.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c convert.c -o convert.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c init.c -o init.o /usr/local/clang18/bin/clang -I"/data/gannet/ripley/R/R-clang/include" -DNDEBUG -isystem /usr/local/clang18/include -I/usr/local/clang/include -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -fpic -O3 -Wall -pedantic -Wp,-D_FORTIFY_SOURCE=3 -c utils.c -o utils.o /usr/local/clang18/bin/clang -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 Rmpfr.so Ops.o Summary.o convert.o init.o utils.o -lmpfr -lgmp make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Rmpfr/src' make[1]: Entering directory '/data/gannet/ripley/R/packages/tests-clang/Rmpfr/src' make[1]: Leaving directory '/data/gannet/ripley/R/packages/tests-clang/Rmpfr/src' installing to /data/gannet/ripley/R/packages/tests-clang/Rmpfr.Rcheck/00LOCK-Rmpfr/00new/Rmpfr/libs ** R ** demo ** inst ** byte-compile and prepare package for lazy loading Creating a generic function for ‘factorial’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘diag’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘diag<-’ from package ‘base’ in package ‘Rmpfr’ Creating a new generic function for ‘cbind’ in package ‘Rmpfr’ Creating a new generic function for ‘rbind’ in package ‘Rmpfr’ Creating a generic function for ‘colSums’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘colMeans’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘rowSums’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘rowMeans’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘norm’ from package ‘base’ in package ‘Rmpfr’ in method for ‘show’ with signature ‘"integrateR"’: no definition for class “integrateR” Creating a new generic function for ‘pmin’ in package ‘Rmpfr’ Creating a new generic function for ‘pmax’ in package ‘Rmpfr’ Creating a generic function for ‘atan2’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘beta’ from package ‘base’ in package ‘Rmpfr’ Creating a generic function for ‘lbeta’ from package ‘base’ in package ‘Rmpfr’ ** help *** installing help indices ** 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 (Rmpfr)