R Development Page
Rmpfr log file (build_win64)
Mon Jan 30 10:55:20 2023: Building binary for package Rmpfr (SVN revision 386)
using R version 4.2.2 Patched (2023-01-25 r83714 ucrt) ...
* installing to library 'R:/lib/local/4.2'
* installing *source* package 'Rmpfr' ...
** using staged installation
**********************************************
WARNING: this package has a configure script
It probably needs manual configuration
**********************************************
** libs
gcc -I"R:/lib/R/R-patched/include" -DNDEBUG -I/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c Ops.c -o Ops.o
gcc -I"R:/lib/R/R-patched/include" -DNDEBUG -I/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c Summary.c -o Summary.o
gcc -I"R:/lib/R/R-patched/include" -DNDEBUG -I/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c convert.c -o convert.o
convert.c: In function 'MPFR_as_R':
convert.c:81:33: warning: right shift count >= width of type [-Wshift-count-overflow]
81 | ex[1] = (int) (r->_mpfr_exp >> 32)
| ^~
convert.c:99:5: note: in expansion of macro 'R_mpfr_FILL_EXP'
99 | R_mpfr_FILL_EXP; \
| ^~~~~~~~~~~~~~~
convert.c:115:5: note: in expansion of macro 'R_mpfr_MPFR_2R_fill'
115 | R_mpfr_MPFR_2R_fill;
| ^~~~~~~~~~~~~~~~~~~
convert.c: In function 'd2mpfr1_':
convert.c:81:33: warning: right shift count >= width of type [-Wshift-count-overflow]
81 | ex[1] = (int) (r->_mpfr_exp >> 32)
| ^~
convert.c:99:5: note: in expansion of macro 'R_mpfr_FILL_EXP'
99 | R_mpfr_FILL_EXP; \
| ^~~~~~~~~~~~~~~
convert.c:134:5: note: in expansion of macro 'R_mpfr_MPFR_2R_fill'
134 | R_mpfr_MPFR_2R_fill;
| ^~~~~~~~~~~~~~~~~~~
gcc -I"R:/lib/R/R-patched/include" -DNDEBUG -I/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
gcc -I"R:/lib/R/R-patched/include" -DNDEBUG -I/include -I"C:/rtools42/x86_64-w64-mingw32.static.posix/include" -O2 -Wall -std=gnu99 -mfpmath=sse -msse2 -mstackrealign -c utils.c -o utils.o
gcc -shared -s -static-libgcc -o Rmpfr.dll tmp.def Ops.o Summary.o convert.o init.o utils.o -L/lib -lmpfr -lgmp -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib/x64 -LC:/rtools42/x86_64-w64-mingw32.static.posix/lib -LR:/lib/R/R-patched/bin/x64 -lR
installing to R:/lib/local/4.2/00LOCK-Rmpfr/00new/Rmpfr/libs/x64
** 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
** testing if installed package can be loaded from final location
** testing if installed package keeps a record of temporary installation path
* MD5 sums
packaged installation of 'Rmpfr' as Rmpfr_0.9-1.zip
* DONE (Rmpfr)
Run time: 18.98 seconds.