* installing *source* package ‘uqsa’ ...
** this is package ‘uqsa’ version ‘0.8.0’
** package ‘uqsa’ 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 SDK: ‘MacOSX11.3.1.sdk’
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   `pkg-config --cflags gsl` -fPIC  -falign-functions=64 -Wall -g -O2  -c concise.c -o concise.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   `pkg-config --cflags gsl` -fPIC  -falign-functions=64 -Wall -g -O2  -c gillespie.c -o gillespie.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   `pkg-config --cflags gsl` -fPIC  -falign-functions=64 -Wall -g -O2  -c init.c -o init.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   `pkg-config --cflags gsl` -fPIC  -falign-functions=64 -Wall -g -O2  -c lstrtod.c -o lstrtod.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   `pkg-config --cflags gsl` -fPIC  -falign-functions=64 -Wall -g -O2  -c match_pow.c -o match_pow.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include   `pkg-config --cflags gsl` -fPIC  -falign-functions=64 -Wall -g -O2  -c odeiv2.c -o odeiv2.o
concise.c:42:6: warning: variable 'ptr_e' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
        if (numeric(*ptr_u)) {
            ^~~~~~~~~~~~~~~
concise.c:45:9: note: uninitialized use occurs here
        while (ptr_e && *ptr_e && !numeric(*ptr_e)) ptr_e++;
               ^~~~~
concise.c:42:2: note: remove the 'if' if its condition is always true
        if (numeric(*ptr_u)) {
        ^~~~~~~~~~~~~~~~~~~~~
concise.c:34:21: note: initialize the variable 'ptr_e' to silence this warning
        char *ptr_u, *ptr_e;
                           ^
                            = NULL
1 warning generated.
clang -arch x86_64 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o uqsa.so concise.o gillespie.o init.o lstrtod.o match_pow.o odeiv2.o -L/opt/R/x86_64/lib -lgsl -lgslcblas -lm -F/Library/Frameworks/R.framework/.. -framework R
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/uqsa.Rcheck/00LOCK-uqsa/00new/uqsa/libs
** generating debug symbols (dSYM)
** 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
** 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 (uqsa)