* 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)’
Warning in system2("xcrun", "--show-sdk-version", TRUE, TRUE) :
  running command ''xcrun' --show-sdk-version 2>&1' had status 1
using SDK: ‘NA’
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-03 16:56:07.848255278) and debug map (2026-04-03 16:56:01.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-03 16:56:08.268340618) and debug map (2026-04-03 16:56:01.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-03 16:56:06.481030364) and debug map (2026-04-03 16:55:59.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-03 16:56:06.415448336) and debug map (2026-04-03 16:55:59.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-03 16:56:08.751805601) and debug map (2026-04-03 16:56:02.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-03 16:56:06.466948353) and debug map (2026-04-03 16:55:59.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-03 16:56:07.880106712) and debug map (2026-04-03 16:56:01.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-03 16:56:07.954825793) and debug map (2026-04-03 16:56:01.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-03 16:56:07.952277133) and debug map (2026-04-03 16:56:01.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-03 16:56:09.737992598) and debug map (2026-04-03 16:56:03.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-03 16:56:09.437322265) and debug map (2026-04-03 16:56:03.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-03 16:56:08.086842430) and debug map (2026-04-03 16:56:01.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-03 16:56:09.871336793) and debug map (2026-04-03 16:56:04.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-03 16:56:09.600933864) and debug map (2026-04-03 16:56:03.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-03 16:56:09.914432420) and debug map (2026-04-03 16:56:03.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-03 16:56:10.352337526) and debug map (2026-04-03 16:56:04.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-03 16:56:11.103626210) and debug map (2026-04-03 16:56:05.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-03 16:56:11.553095231) and debug map (2026-04-03 16:56:05.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-03 16:56:11.515162707) and debug map (2026-04-03 16:56:05.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-03 16:56:10.081326839) and debug map (2026-04-03 16:56:04.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-03 16:56:11.437146287) and debug map (2026-04-03 16:56:05.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-03 16:56:07.848255278) and debug map (2026-04-03 16:56:01.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-03 16:56:08.268340618) and debug map (2026-04-03 16:56:01.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-03 16:56:06.481030364) and debug map (2026-04-03 16:55:59.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-03 16:56:06.415448336) and debug map (2026-04-03 16:55:59.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-03 16:56:08.751805601) and debug map (2026-04-03 16:56:02.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-03 16:56:06.466948353) and debug map (2026-04-03 16:55:59.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-03 16:56:07.880106712) and debug map (2026-04-03 16:56:01.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-03 16:56:07.954825793) and debug map (2026-04-03 16:56:01.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-03 16:56:07.952277133) and debug map (2026-04-03 16:56:01.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-03 16:56:09.737992598) and debug map (2026-04-03 16:56:03.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-03 16:56:09.437322265) and debug map (2026-04-03 16:56:03.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-03 16:56:08.086842430) and debug map (2026-04-03 16:56:01.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-03 16:56:09.871336793) and debug map (2026-04-03 16:56:04.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-03 16:56:09.600933864) and debug map (2026-04-03 16:56:03.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-03 16:56:09.914432420) and debug map (2026-04-03 16:56:03.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-03 16:56:10.352337526) and debug map (2026-04-03 16:56:04.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-03 16:56:11.103626210) and debug map (2026-04-03 16:56:05.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-03 16:56:11.553095231) and debug map (2026-04-03 16:56:05.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-03 16:56:11.515162707) and debug map (2026-04-03 16:56:05.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-03 16:56:10.081326839) and debug map (2026-04-03 16:56:04.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-03 16:56:11.437146287) and debug map (2026-04-03 16:56:05.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)