* installing *source* package ‘almanac’ ...
** this is package ‘almanac’ version ‘1.0.0’
** package ‘almanac’ 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.sdk’
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c adjustments.cc -o adjustments.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c alma-next.cc -o alma-next.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c alma-search.cc -o alma-search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c alma-step.cc -o alma-step.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c exports.cc -o exports.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c init.cc -o init.o
In file included from In file included from alma-search.cc:In file included from alma-next.cc:1:
In file included from ./alma-next.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP
        ^1:
In file included from ./alma-search.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
adjustments.ccIn file included from alma-step.cc:1:
In file included from ./alma-step.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP:1:
In file included from ./adjustments.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP

        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^

<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
In file included from exports.cc:1:
In file included from ./exports.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP
        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
#define R_NO_REMAP
        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
In file included from init.cc:7:
In file included from ./exports.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP
        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c initialize.cc -o initialize.o
1 warning generated.
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c months.cc -o months.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG   -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -DR_NO_REMAP -c utils.cc -o utils.o
In file included from initialize.cc:1:
In file included from ./initialize.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP
        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
In file included from months.cc:1:
In file included from ./months.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP
        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
In file included from utils.cc:1:
In file included from ./utils.h:4:
./r.h:4:9: warning: 'R_NO_REMAP' macro redefined [-Wmacro-redefined]
#define R_NO_REMAP
        ^
<command line>:2:9: note: previous definition is here
#define R_NO_REMAP 1
        ^
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -dynamiclib -Wl,-headerpad_max_install_names -undefined dynamic_lookup -L/Library/Frameworks/R.framework/Resources/lib -L/opt/R/x86_64/lib -o almanac.so adjustments.o alma-next.o alma-search.o alma-step.o exports.o init.o initialize.o months.o utils.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/almanac.Rcheck/00LOCK-almanac/00new/almanac/libs
** generating debug symbols (dSYM)
** R
** inst
** byte-compile and prepare package for lazy loading
** help
*** installing help indices
*** copying figures
** 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 (almanac)