CRAN Package Check Results for Package ANN2

Last updated on 2025-09-11 21:50:44 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.3.4 335.99 70.24 406.23 NOTE
r-devel-linux-x86_64-debian-gcc 2.3.4 219.64 54.73 274.37 ERROR
r-devel-linux-x86_64-fedora-clang 2.3.4 666.40 ERROR
r-devel-linux-x86_64-fedora-gcc 2.3.4 712.43 ERROR
r-devel-windows-x86_64 2.3.4 302.00 141.00 443.00 NOTE
r-patched-linux-x86_64 2.3.4 316.25 63.17 379.42 NOTE
r-release-linux-x86_64 2.3.4 310.87 66.49 377.36 NOTE
r-release-macos-arm64 2.3.4 231.00 NOTE
r-release-macos-x86_64 2.3.4 195.00 NOTE
r-release-windows-x86_64 2.3.4 309.00 115.00 424.00 NOTE
r-oldrel-macos-arm64 2.3.4 192.00 NOTE
r-oldrel-macos-x86_64 2.3.4 161.00 NOTE
r-oldrel-windows-x86_64 2.3.4 377.00 153.00 530.00 NOTE

Check Details

Version: 2.3.4
Check: CRAN incoming feasibility
Result: NOTE Maintainer: ‘Bart Lammers <bart.f.lammers@gmail.com>’ No Authors@R field in DESCRIPTION. Please add one, modifying Authors@R: person(given = "Bart", family = "Lammers", role = c("aut", "cre"), email = "bart.f.lammers@gmail.com") as necessary. Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 2.3.4
Check: C++ specification
Result: NOTE Specified C++11: please drop specification unless essential Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64

Version: 2.3.4
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/4s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ANN2) > > # Only test if not on mac > if (tolower(Sys.info()[["sysname"]]) != "darwin") { + test_check("ANN2") + } [ FAIL 5 | WARN 2 | SKIP 4 | PASS 143 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-cpp.R:4:5', 'test-gradient.R:91:3', 'test-gradient.R:123:3', 'test-gradient.R:159:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-plotting.R:33:3'): the plot.ANN() function works correctly ─── p_NN$labels$colour not equal to "variable". target is NULL, current is character ── Failure ('test-plotting.R:41:3'): the plot.ANN() function works correctly ─── p_AE$labels$colour not equal to "variable". target is NULL, current is character ── Failure ('test-plotting.R:58:3'): the reconstruction_plot.ANN() function works correctly ── p_AE$labels$group not equal to "obs". target is NULL, current is character ── Failure ('test-plotting.R:59:3'): the reconstruction_plot.ANN() function works correctly ── p_AE$labels$colour not equal to "col". target is NULL, current is character ── Failure ('test-plotting.R:77:3'): the compression_plot.ANN() function works correctly ── p_AE$labels$colour not equal to "col". target is NULL, current is character [ FAIL 5 | WARN 2 | SKIP 4 | PASS 143 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-debian-gcc

Version: 2.3.4
Check: tests
Result: ERROR Running ‘testthat.R’ Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ANN2) > > # Only test if not on mac > if (tolower(Sys.info()[["sysname"]]) != "darwin") { + test_check("ANN2") + } OMP: Warning #96: Cannot form a team with 8 threads, using 2 instead. OMP: Hint Consider unsetting KMP_DEVICE_THREAD_LIMIT (KMP_ALL_THREADS), KMP_TEAMS_THREAD_LIMIT, and OMP_THREAD_LIMIT (if any are set). [ FAIL 5 | WARN 2 | SKIP 4 | PASS 143 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-cpp.R:4:5', 'test-gradient.R:91:3', 'test-gradient.R:123:3', 'test-gradient.R:159:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-plotting.R:33:3'): the plot.ANN() function works correctly ─── p_NN$labels$colour not equal to "variable". target is NULL, current is character ── Failure ('test-plotting.R:41:3'): the plot.ANN() function works correctly ─── p_AE$labels$colour not equal to "variable". target is NULL, current is character ── Failure ('test-plotting.R:58:3'): the reconstruction_plot.ANN() function works correctly ── p_AE$labels$group not equal to "obs". target is NULL, current is character ── Failure ('test-plotting.R:59:3'): the reconstruction_plot.ANN() function works correctly ── p_AE$labels$colour not equal to "col". target is NULL, current is character ── Failure ('test-plotting.R:77:3'): the compression_plot.ANN() function works correctly ── p_AE$labels$colour not equal to "col". target is NULL, current is character [ FAIL 5 | WARN 2 | SKIP 4 | PASS 143 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-clang

Version: 2.3.4
Check: tests
Result: ERROR Running ‘testthat.R’ [11s/12s] Running the tests in ‘tests/testthat.R’ failed. Complete output: > library(testthat) > library(ANN2) > > # Only test if not on mac > if (tolower(Sys.info()[["sysname"]]) != "darwin") { + test_check("ANN2") + } [ FAIL 5 | WARN 2 | SKIP 4 | PASS 143 ] ══ Skipped tests (4) ═══════════════════════════════════════════════════════════ • On CRAN (4): 'test-cpp.R:4:5', 'test-gradient.R:91:3', 'test-gradient.R:123:3', 'test-gradient.R:159:3' ══ Failed tests ════════════════════════════════════════════════════════════════ ── Failure ('test-plotting.R:33:3'): the plot.ANN() function works correctly ─── p_NN$labels$colour not equal to "variable". target is NULL, current is character ── Failure ('test-plotting.R:41:3'): the plot.ANN() function works correctly ─── p_AE$labels$colour not equal to "variable". target is NULL, current is character ── Failure ('test-plotting.R:58:3'): the reconstruction_plot.ANN() function works correctly ── p_AE$labels$group not equal to "obs". target is NULL, current is character ── Failure ('test-plotting.R:59:3'): the reconstruction_plot.ANN() function works correctly ── p_AE$labels$colour not equal to "col". target is NULL, current is character ── Failure ('test-plotting.R:77:3'): the compression_plot.ANN() function works correctly ── p_AE$labels$colour not equal to "col". target is NULL, current is character [ FAIL 5 | WARN 2 | SKIP 4 | PASS 143 ] Error: Test failures Execution halted Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 2.3.4
Check: installed package size
Result: NOTE installed size is 28.8Mb sub-directories of 1Mb or more: cereal 1.4Mb libs 27.3Mb Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64

Version: 2.3.4
Check: LazyData
Result: NOTE 'LazyData' is specified without a 'data' directory Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-x86_64