* installing *source* package 'jlview' ...
** this is package 'jlview' version '0.1.0'
** package 'jlview' successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: 'gcc.exe (GCC) 14.3.0'
make[1]: Entering directory '/d/temp/2026_03_25_01_50_00_12183/RtmpcFTMmi/R.INSTALL320c83b17172/jlview/src'
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c altrep_integer.c -o altrep_integer.o
In file included from altrep_integer.c:1:
jlview.h:53:13: warning: 'jlview_ensure_jl_module' defined but not used [-Wunused-function]
53 | static void jlview_ensure_jl_module(void) {
| ^~~~~~~~~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c altrep_real.c -o altrep_real.o
In file included from altrep_real.c:1:
jlview.h:53:13: warning: 'jlview_ensure_jl_module' defined but not used [-Wunused-function]
53 | static void jlview_ensure_jl_module(void) {
| ^~~~~~~~~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c finalizer.c -o finalizer.o
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c gc.c -o gc.o
In file included from gc.c:1:
jlview.h:53:13: warning: 'jlview_ensure_jl_module' defined but not used [-Wunused-function]
53 | static void jlview_ensure_jl_module(void) {
| ^~~~~~~~~~~~~~~~~~~~~~~
gcc -I"D:/RCompile/recent/R-4.5.3/include" -DNDEBUG -I"d:/rtools45/x86_64-w64-mingw32.static.posix/include" -pedantic -Wstrict-prototypes -O2 -Wall -std=gnu2x -mfpmath=sse -msse2 -mstackrealign -c init.c -o init.o
In file included from init.c:1:
jlview.h:53:13: warning: 'jlview_ensure_jl_module' defined but not used [-Wunused-function]
53 | static void jlview_ensure_jl_module(void) {
| ^~~~~~~~~~~~~~~~~~~~~~~
gcc -shared -s -static-libgcc -o jlview.dll tmp.def altrep_integer.o altrep_real.o finalizer.o gc.o init.o -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib/x64 -Ld:/rtools45/x86_64-w64-mingw32.static.posix/lib -LD:/RCompile/recent/R-4.5.3/bin/x64 -lR
make[1]: Leaving directory '/d/temp/2026_03_25_01_50_00_12183/RtmpcFTMmi/R.INSTALL320c83b17172/jlview/src'
make[1]: Entering directory '/d/temp/2026_03_25_01_50_00_12183/RtmpcFTMmi/R.INSTALL320c83b17172/jlview/src'
make[1]: Leaving directory '/d/temp/2026_03_25_01_50_00_12183/RtmpcFTMmi/R.INSTALL320c83b17172/jlview/src'
installing to d:/Rcompile/CRANpkg/lib/4.5/00LOCK-jlview/00new/jlview/libs/x64
** R
** inst
** byte-compile and prepare package for lazy loading
** 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 'jlview' as jlview_0.1.0.zip
* DONE (jlview)