* installing *source* package ‘RMVL’ ...
** package ‘RMVL’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using C++ compiler: ‘Apple clang version 14.0.3 (clang-1403.0.22.14.1)’
using SDK: ‘MacOSX11.3.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRMVL_PACKAGE  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c RlibMVL.c -o RlibMVL.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRMVL_PACKAGE  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c libMVL.c -o libMVL.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -DRMVL_PACKAGE  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c libMVL_sort.cc -o libMVL_sort.o
libMVL.c:30:5: warning: variable 'i' set but not used [-Wunused-but-set-variable]
int i=0;
    ^
libMVL.c:765:36: warning: variable 'len1' set but not used [-Wunused-but-set-variable]
LIBMVL_OFFSET64 *ofsv, ofs1, ofs2, len1;
                                   ^
libMVL.c:860:18: warning: unused variable 'p' [-Wunused-variable]
LIBMVL_OFFSET64 *p;
                 ^
libMVL.c:862:7: warning: unused variable 'cur' [-Wunused-variable]
off_t cur;
      ^
RlibMVL.c:1693:18: warning: unused variable 'strvec' [-Wunused-variable]
LIBMVL_OFFSET64 *strvec;
                 ^
RlibMVL.c:1933:19: warning: unused variable 'strvec2' [-Wunused-variable]
const char *ch, **strvec2;
                  ^
RlibMVL.c:1934:18: warning: unused variable 'strvec' [-Wunused-variable]
LIBMVL_OFFSET64 *strvec;
                 ^
RlibMVL.c:2182:19: warning: unused variable 'strvec2' [-Wunused-variable]
const char *ch, **strvec2;
                  ^
RlibMVL.c:2183:18: warning: unused variable 'strvec' [-Wunused-variable]
LIBMVL_OFFSET64 *strvec;
                 ^
RlibMVL.c:3419:6: warning: unused variable 'data' [-Wunused-variable]
SEXP data;
     ^
RlibMVL.c:23:20: warning: unused function 'mkCharU' [-Wunused-function]
static inline SEXP mkCharU(unsigned char *s)
                   ^
4 warnings generated.
7 warnings generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -single_module -multiply_defined suppress -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o RMVL.so RlibMVL.o libMVL.o libMVL_sort.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.3/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)