CRAN Package Check Results for Maintainer ‘Bart Lammers <bart.f.lammers at gmail.com>’

Last updated on 2025-09-13 00:51:12 CEST.

Package ERROR NOTE
ANN2 4 9

Package ANN2

Current CRAN status: ERROR: 4, NOTE: 9

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’ [8s/7s] 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-clang

Version: 2.3.4
Check: tests
Result: ERROR Running ‘testthat.R’ [5s/5s] 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