* installing *source* package ‘literanger’ ...
** package ‘literanger’ successfully unpacked and MD5 sums checked
** using staged installation
** libs
using C++ compiler: ‘Apple clang version 14.0.0 (clang-1400.0.29.202)’
using SDK: ‘MacOSX11.3.sdk’
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/cpp11/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cpp11.cpp -o cpp11.o
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/cpp11/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cpp11_predict.cpp -o cpp11_predict.o
In file included from cpp11_predict.cpp:52:
In file included from ./ForestClassification.h:18:
In file included from ./ForestClassification.defn.h:19:
./ForestClassification.decl.h:37:12: warning: class 'Forest' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Forest<ForestClassification>;
           ^
./Forest.decl.h:50:8: note: previous use is here
struct Forest : public ForestBase {
       ^
./ForestClassification.decl.h:37:12: note: did you mean struct here?
    friend class Forest<ForestClassification>;
           ^~~~~
           struct
In file included from cpp11_predict.cpp:52:
In file included from ./ForestClassification.h:18:
In file included from ./ForestClassification.defn.h:33:
In file included from ./TreeClassification.defn.h:19:
./TreeClassification.decl.h:37:12: warning: class 'Tree' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Tree<TreeClassification>;
           ^
./Tree.decl.h:35:8: note: previous use is here
struct Tree : TreeBase {
       ^
./TreeClassification.decl.h:37:12: note: did you mean struct here?
    friend class Tree<TreeClassification>;
           ^~~~~
           struct
In file included from cpp11_predict.cpp:53:
In file included from ./ForestRegression.h:18:
In file included from ./ForestRegression.defn.h:19:
./ForestRegression.decl.h:36:12: warning: class 'Forest' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Forest<ForestRegression>;
           ^
./Forest.decl.h:50:8: note: previous use is here
struct Forest : public ForestBase {
       ^
./ForestRegression.decl.h:36:12: note: did you mean struct here?
    friend class Forest<ForestRegression>;
           ^~~~~
           struct
In file included from cpp11_predict.cpp:53:
In file included from ./ForestRegression.h:18:
In file included from ./ForestRegression.defn.h:32:
In file included from ./TreeRegression.defn.h:19:
./TreeRegression.decl.h:38:12: warning: class 'Tree' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Tree<TreeRegression>;
           ^
./Tree.decl.h:35:8: note: previous use is here
struct Tree : TreeBase {
       ^
./TreeRegression.decl.h:38:12: note: did you mean struct here?
    friend class Tree<TreeRegression>;
           ^~~~~
           struct
4 warnings generated.
clang++ -arch arm64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG  -I'/Volumes/Builds/packages/big-sur-arm64/Rlib/4.3/cpp11/include' -I/opt/R/arm64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c cpp11_train.cpp -o cpp11_train.o
In file included from cpp11_train.cpp:50:
In file included from ./ForestClassification.h:18:
In file included from ./ForestClassification.defn.h:19:
./ForestClassification.decl.h:37:12: warning: class 'Forest' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Forest<ForestClassification>;
           ^
./Forest.decl.h:50:8: note: previous use is here
struct Forest : public ForestBase {
       ^
./ForestClassification.decl.h:37:12: note: did you mean struct here?
    friend class Forest<ForestClassification>;
           ^~~~~
           struct
In file included from cpp11_train.cpp:50:
In file included from ./ForestClassification.h:18:
In file included from ./ForestClassification.defn.h:33:
In file included from ./TreeClassification.defn.h:19:
./TreeClassification.decl.h:37:12: warning: class 'Tree' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Tree<TreeClassification>;
           ^
./Tree.decl.h:35:8: note: previous use is here
struct Tree : TreeBase {
       ^
./TreeClassification.decl.h:37:12: note: did you mean struct here?
    friend class Tree<TreeClassification>;
           ^~~~~
           struct
In file included from cpp11_train.cpp:51:
In file included from ./ForestRegression.h:18:
In file included from ./ForestRegression.defn.h:19:
./ForestRegression.decl.h:36:12: warning: class 'Forest' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Forest<ForestRegression>;
           ^
./Forest.decl.h:50:8: note: previous use is here
struct Forest : public ForestBase {
       ^
./ForestRegression.decl.h:36:12: note: did you mean struct here?
    friend class Forest<ForestRegression>;
           ^~~~~
           struct
In file included from cpp11_train.cpp:51:
In file included from ./ForestRegression.h:18:
In file included from ./ForestRegression.defn.h:32:
In file included from ./TreeRegression.defn.h:19:
./TreeRegression.decl.h:38:12: warning: class 'Tree' was previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
    friend class Tree<TreeRegression>;
           ^
./Tree.decl.h:35:8: note: previous use is here
struct Tree : TreeBase {
       ^
./TreeRegression.decl.h:38:12: note: did you mean struct here?
    friend class Tree<TreeRegression>;
           ^~~~~
           struct
4 warnings generated.
clang++ -arch arm64 -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/arm64/lib -o literanger.so cpp11.o cpp11_predict.o cpp11_train.o -F/Library/Frameworks/R.framework/.. -framework R -Wl,-framework -Wl,CoreFoundation
installing to /Volumes/Builds/packages/big-sur-arm64/results/4.3/literanger.Rcheck/00LOCK-literanger/00new/literanger/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 (literanger)