* 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.1.sdk’
clang++ -arch x86_64 -std=gnu++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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
clang++ -arch x86_64 -std=gnu++20 -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
1 warning generated.
clang++ -arch x86_64 -std=gnu++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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++20 -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.6/FNN.Rcheck/00LOCK-FNN/00new/FNN/libs
** generating debug symbols (dSYM)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/ANN.o: timestamp mismatch between object file (2026-04-26 04:54:23.637682626) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_ANN.o: timestamp mismatch between object file (2026-04-26 04:54:24.045215173) and debug map (2026-04-26 04:54:18.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_correlation_distance.o: timestamp mismatch between object file (2026-04-26 04:54:22.015743005) and debug map (2026-04-26 04:54:16.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_test.o: timestamp mismatch between object file (2026-04-26 04:54:21.990248712) and debug map (2026-04-26 04:54:16.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_tree.o: timestamp mismatch between object file (2026-04-26 04:54:24.541531357) and debug map (2026-04-26 04:54:18.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_mutual_information.o: timestamp mismatch between object file (2026-04-26 04:54:22.032033540) and debug map (2026-04-26 04:54:16.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_fix_rad_search.o: timestamp mismatch between object file (2026-04-26 04:54:23.688172120) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_pr_search.o: timestamp mismatch between object file (2026-04-26 04:54:23.670472638) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_search.o: timestamp mismatch between object file (2026-04-26 04:54:23.648859455) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_tree.o: timestamp mismatch between object file (2026-04-26 04:54:25.564125007) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/brute.o: timestamp mismatch between object file (2026-04-26 04:54:25.247226938) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/init_FNN.o: timestamp mismatch between object file (2026-04-26 04:54:23.768418218) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_dump.o: timestamp mismatch between object file (2026-04-26 04:54:25.639942835) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_fix_rad_search.o: timestamp mismatch between object file (2026-04-26 04:54:25.335499446) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_pr_search.o: timestamp mismatch between object file (2026-04-26 04:54:25.698246503) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_search.o: timestamp mismatch between object file (2026-04-26 04:54:26.156296208) and debug map (2026-04-26 04:54:20.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_split.o: timestamp mismatch between object file (2026-04-26 04:54:26.844511368) and debug map (2026-04-26 04:54:21.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_tree.o: timestamp mismatch between object file (2026-04-26 04:54:27.168365121) and debug map (2026-04-26 04:54:21.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_util.o: timestamp mismatch between object file (2026-04-26 04:54:27.198820353) and debug map (2026-04-26 04:54:21.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/label_point.o: timestamp mismatch between object file (2026-04-26 04:54:25.857709428) and debug map (2026-04-26 04:54:20.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/perf.o: timestamp mismatch between object file (2026-04-26 04:54:27.036118424) and debug map (2026-04-26 04:54:21.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/ANN.o: timestamp mismatch between object file (2026-04-26 04:54:23.637682626) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_ANN.o: timestamp mismatch between object file (2026-04-26 04:54:24.045215173) and debug map (2026-04-26 04:54:18.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_correlation_distance.o: timestamp mismatch between object file (2026-04-26 04:54:22.015743005) and debug map (2026-04-26 04:54:16.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_test.o: timestamp mismatch between object file (2026-04-26 04:54:21.990248712) and debug map (2026-04-26 04:54:16.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_cover_tree.o: timestamp mismatch between object file (2026-04-26 04:54:24.541531357) and debug map (2026-04-26 04:54:18.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/KNN_mutual_information.o: timestamp mismatch between object file (2026-04-26 04:54:22.032033540) and debug map (2026-04-26 04:54:16.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_fix_rad_search.o: timestamp mismatch between object file (2026-04-26 04:54:23.688172120) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_pr_search.o: timestamp mismatch between object file (2026-04-26 04:54:23.670472638) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_search.o: timestamp mismatch between object file (2026-04-26 04:54:23.648859455) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/bd_tree.o: timestamp mismatch between object file (2026-04-26 04:54:25.564125007) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/brute.o: timestamp mismatch between object file (2026-04-26 04:54:25.247226938) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/init_FNN.o: timestamp mismatch between object file (2026-04-26 04:54:23.768418218) and debug map (2026-04-26 04:54:17.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_dump.o: timestamp mismatch between object file (2026-04-26 04:54:25.639942835) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_fix_rad_search.o: timestamp mismatch between object file (2026-04-26 04:54:25.335499446) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_pr_search.o: timestamp mismatch between object file (2026-04-26 04:54:25.698246503) and debug map (2026-04-26 04:54:19.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_search.o: timestamp mismatch between object file (2026-04-26 04:54:26.156296208) and debug map (2026-04-26 04:54:20.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_split.o: timestamp mismatch between object file (2026-04-26 04:54:26.844511368) and debug map (2026-04-26 04:54:21.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_tree.o: timestamp mismatch between object file (2026-04-26 04:54:27.168365121) and debug map (2026-04-26 04:54:21.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/kd_util.o: timestamp mismatch between object file (2026-04-26 04:54:27.198820353) and debug map (2026-04-26 04:54:21.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/label_point.o: timestamp mismatch between object file (2026-04-26 04:54:25.857709428) and debug map (2026-04-26 04:54:20.000000000)
warning: /Volumes/Builds/packages/big-sur-x86_64/results/4.6/FNN.Rcheck/00_pkg_src/FNN/src/perf.o: timestamp mismatch between object file (2026-04-26 04:54:27.036118424) and debug map (2026-04-26 04:54:21.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)