* installing *source* package ‘FNN’ ...
** this is package ‘FNN’ version ‘1.1.4.1’
** package ‘FNN’ 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 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c ANN.cpp -o ANN.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_ANN.cpp -o KNN_ANN.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_correlation_distance.cpp -o KNN_correlation_distance.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_cover_test.cpp -o KNN_cover_test.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_cover_tree.cpp -o KNN_cover_tree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_mutual_information.cpp -o KNN_mutual_information.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_fix_rad_search.cpp -o bd_fix_rad_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_pr_search.cpp -o bd_pr_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_search.cpp -o bd_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_tree.cpp -o bd_tree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c brute.cpp -o brute.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init_FNN.c -o init_FNN.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_dump.cpp -o kd_dump.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_fix_rad_search.cpp -o kd_fix_rad_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_pr_search.cpp -o kd_pr_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_search.cpp -o kd_search.o
kd_dump.cpp:44:14: warning: unused variable 'EPSILON' [-Wunused-const-variable]
const double    EPSILON                 = 1E-5; // small number for float comparison
                ^
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_split.cpp -o kd_split.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_tree.cpp -o kd_tree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_util.cpp -o kd_util.o
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c label_point.cpp -o label_point.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c perf.cpp -o perf.o
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 FNN.so ANN.o KNN_ANN.o KNN_correlation_distance.o KNN_cover_test.o KNN_cover_tree.o KNN_mutual_information.o bd_fix_rad_search.o bd_pr_search.o bd_search.o bd_tree.o brute.o init_FNN.o kd_dump.o kd_fix_rad_search.o kd_pr_search.o kd_search.o kd_split.o kd_tree.o kd_util.o label_point.o perf.o -F/Library/Frameworks/R.framework/.. -framework R
rm -f *.o core
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c ANN.cpp -o ANN.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_ANN.cpp -o KNN_ANN.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_correlation_distance.cpp -o KNN_correlation_distance.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_cover_test.cpp -o KNN_cover_test.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_cover_tree.cpp -o KNN_cover_tree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c KNN_mutual_information.cpp -o KNN_mutual_information.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_fix_rad_search.cpp -o bd_fix_rad_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_pr_search.cpp -o bd_pr_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_search.cpp -o bd_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c bd_tree.cpp -o bd_tree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c brute.cpp -o brute.o
clang -arch x86_64 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2  -c init_FNN.c -o init_FNN.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_dump.cpp -o kd_dump.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_fix_rad_search.cpp -o kd_fix_rad_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_pr_search.cpp -o kd_pr_search.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_search.cpp -o kd_search.o
kd_dump.cpp:44:14: warning: unused variable 'EPSILON' [-Wunused-const-variable]
const double    EPSILON                 = 1E-5; // small number for float comparison
                ^
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_split.cpp -o kd_split.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_tree.cpp -o kd_tree.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c kd_util.cpp -o kd_util.o
1 warning generated.
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c label_point.cpp -o label_point.o
clang++ -arch x86_64 -std=gnu++17 -I"/Library/Frameworks/R.framework/Resources/include" -DNDEBUG -Iinclude -DUSING_R -DUSING_RPRINT  -I/opt/R/x86_64/include    -fPIC  -falign-functions=64 -Wall -g -O2   -c perf.cpp -o perf.o
installing to /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00LOCK-FNN/00new/FNN/libs
** generating debug symbols (dSYM)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/ANN.o: timestamp mismatch between object file (2025-03-31 21:06:36.314283688) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_ANN.o: timestamp mismatch between object file (2025-03-31 21:06:36.852909895) and debug map (2025-03-31 21:06:32.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_correlation_distance.o: timestamp mismatch between object file (2025-03-31 21:06:34.890475236) and debug map (2025-03-31 21:06:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_test.o: timestamp mismatch between object file (2025-03-31 21:06:34.851400009) and debug map (2025-03-31 21:06:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_tree.o: timestamp mismatch between object file (2025-03-31 21:06:37.533631305) and debug map (2025-03-31 21:06:32.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_mutual_information.o: timestamp mismatch between object file (2025-03-31 21:06:34.900477813) and debug map (2025-03-31 21:06:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_fix_rad_search.o: timestamp mismatch between object file (2025-03-31 21:06:36.382918247) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_pr_search.o: timestamp mismatch between object file (2025-03-31 21:06:36.429968592) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_search.o: timestamp mismatch between object file (2025-03-31 21:06:36.361034628) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_tree.o: timestamp mismatch between object file (2025-03-31 21:06:38.436082138) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/brute.o: timestamp mismatch between object file (2025-03-31 21:06:38.134163401) and debug map (2025-03-31 21:06:32.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/init_FNN.o: timestamp mismatch between object file (2025-03-31 21:06:36.482193652) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_dump.o: timestamp mismatch between object file (2025-03-31 21:06:38.511258153) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_fix_rad_search.o: timestamp mismatch between object file (2025-03-31 21:06:38.217519391) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_pr_search.o: timestamp mismatch between object file (2025-03-31 21:06:38.595460935) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_search.o: timestamp mismatch between object file (2025-03-31 21:06:39.108422017) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_split.o: timestamp mismatch between object file (2025-03-31 21:06:39.504612453) and debug map (2025-03-31 21:06:34.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_tree.o: timestamp mismatch between object file (2025-03-31 21:06:39.680599733) and debug map (2025-03-31 21:06:34.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_util.o: timestamp mismatch between object file (2025-03-31 21:06:39.715383083) and debug map (2025-03-31 21:06:34.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/label_point.o: timestamp mismatch between object file (2025-03-31 21:06:38.769912417) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/perf.o: timestamp mismatch between object file (2025-03-31 21:06:39.634009941) and debug map (2025-03-31 21:06:34.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/ANN.o: timestamp mismatch between object file (2025-03-31 21:06:36.314283688) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_ANN.o: timestamp mismatch between object file (2025-03-31 21:06:36.852909895) and debug map (2025-03-31 21:06:32.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_correlation_distance.o: timestamp mismatch between object file (2025-03-31 21:06:34.890475236) and debug map (2025-03-31 21:06:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_test.o: timestamp mismatch between object file (2025-03-31 21:06:34.851400009) and debug map (2025-03-31 21:06:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_tree.o: timestamp mismatch between object file (2025-03-31 21:06:37.533631305) and debug map (2025-03-31 21:06:32.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/KNN_mutual_information.o: timestamp mismatch between object file (2025-03-31 21:06:34.900477813) and debug map (2025-03-31 21:06:30.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_fix_rad_search.o: timestamp mismatch between object file (2025-03-31 21:06:36.382918247) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_pr_search.o: timestamp mismatch between object file (2025-03-31 21:06:36.429968592) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_search.o: timestamp mismatch between object file (2025-03-31 21:06:36.361034628) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/bd_tree.o: timestamp mismatch between object file (2025-03-31 21:06:38.436082138) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/brute.o: timestamp mismatch between object file (2025-03-31 21:06:38.134163401) and debug map (2025-03-31 21:06:32.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/init_FNN.o: timestamp mismatch between object file (2025-03-31 21:06:36.482193652) and debug map (2025-03-31 21:06:31.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_dump.o: timestamp mismatch between object file (2025-03-31 21:06:38.511258153) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_fix_rad_search.o: timestamp mismatch between object file (2025-03-31 21:06:38.217519391) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_pr_search.o: timestamp mismatch between object file (2025-03-31 21:06:38.595460935) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_search.o: timestamp mismatch between object file (2025-03-31 21:06:39.108422017) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_split.o: timestamp mismatch between object file (2025-03-31 21:06:39.504612453) and debug map (2025-03-31 21:06:34.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_tree.o: timestamp mismatch between object file (2025-03-31 21:06:39.680599733) and debug map (2025-03-31 21:06:34.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/kd_util.o: timestamp mismatch between object file (2025-03-31 21:06:39.715383083) and debug map (2025-03-31 21:06:34.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/label_point.o: timestamp mismatch between object file (2025-03-31 21:06:38.769912417) and debug map (2025-03-31 21:06:33.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.5/FNN.Rcheck/00_pkg_src/FNN/src/perf.o: timestamp mismatch between object file (2025-03-31 21:06:39.634009941) and debug map (2025-03-31 21:06:34.000000000)
** R
** inst
** 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 (FNN)