* installing *source* package ‘RMVL’ ...
** this is package ‘RMVL’ version ‘1.1.0.2’
** package ‘RMVL’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using C++ compiler: ‘Apple clang version 17.0.0 (clang-1700.3.19.1)’
using SDK: ‘MacOSX14.5.sdk’
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRMVL_PACKAGE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RlibMVL.c -o RlibMVL.o
clang -arch arm64 -std=gnu23 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRMVL_PACKAGE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c libMVL.c -o libMVL.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRMVL_PACKAGE  -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c libMVL_sort.cc -o libMVL_sort.o
RlibMVL.c:223:7: warning: unused variable 'data' [-Wunused-variable]
  223 | void *data;
      |       ^~~~
libMVL.c:30:5: warning: variable 'i' set but not used [-Wunused-but-set-variable]
   30 | int i=0;
      |     ^
libMVL.c:820:36: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
  820 | LIBMVL_OFFSET64 *ofsv, ofs1, ofs2, len1;
      |                                    ^
libMVL.c:1268:18: warning: unused variable 'p' [-Wunused-variable]
 1268 | LIBMVL_OFFSET64 *p;
      |                  ^
libMVL.c:1270:7: warning: unused variable 'cur' [-Wunused-variable]
 1270 | off_t cur;
      |       ^~~
libMVL.c:1811:16: warning: unused variable 'dir' [-Wunused-variable]
 1811 | LIBMVL_VECTOR *dir, *a;
      |                ^~~
libMVL.c:1811:22: warning: unused variable 'a' [-Wunused-variable]
 1811 | LIBMVL_VECTOR *dir, *a;
      |                      ^
libMVL.c:1812:17: warning: unused variable 'k' [-Wunused-variable]
 1812 | LIBMVL_OFFSET64 k;
      |                 ^
libMVL.c:1813:5: warning: unused variable 'i' [-Wunused-variable]
 1813 | int i;
      |     ^
RlibMVL.c:1850:18: warning: unused variable 'strvec' [-Wunused-variable]
 1850 | LIBMVL_OFFSET64 *strvec;
      |                  ^~~~~~
RlibMVL.c:2090:19: warning: unused variable 'strvec2' [-Wunused-variable]
 2090 | const char *ch, **strvec2;
      |                   ^~~~~~~
RlibMVL.c:2091:18: warning: unused variable 'strvec' [-Wunused-variable]
 2091 | LIBMVL_OFFSET64 *strvec;
      |                  ^~~~~~
RlibMVL.c:2339:19: warning: unused variable 'strvec2' [-Wunused-variable]
 2339 | const char *ch, **strvec2;
      |                   ^~~~~~~
RlibMVL.c:2340:18: warning: unused variable 'strvec' [-Wunused-variable]
 2340 | LIBMVL_OFFSET64 *strvec;
      |                  ^~~~~~
RlibMVL.c:3652:6: warning: unused variable 'data' [-Wunused-variable]
 3652 | SEXP data;
      |      ^~~~
RlibMVL.c:5371:26: warning: unused variable 'stretch_max' [-Wunused-variable]
 5371 | LIBMVL_OFFSET64 N, Nidx, stretch_max;
      |                          ^~~~~~~~~~~
RlibMVL.c:23:20: warning: unused function 'mkCharU' [-Wunused-function]
   23 | static inline SEXP mkCharU(unsigned char *s)
      |                    ^~~~~~~
8 warnings generated.
9 warnings generated.
clang++ -arch arm64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/arm64/lib -o RMVL.so RlibMVL.o libMVL.o libMVL_sort.o -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/sonoma-arm64/results/4.6/RMVL.Rcheck/00LOCK-RMVL/00new/RMVL/libs
** generating debug symbols (dSYM)
** R
** 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 (RMVL)