Last updated on 2025-10-10 09:50:55 CEST.
Package | ERROR | NOTE | OK |
---|---|---|---|
ANN2 | 5 | 2 | 6 |
Current CRAN status: ERROR: 5, NOTE: 2, OK: 6
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: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-devel-clang/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:66:17: warning: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT and also removing C++11 compilation directive. See GitHub issue #475 for more. [-W#pragma-messages]
See ‘/home/hornik/tmp/R.check/r-devel-clang/Work/PKGS/ANN2.Rcheck/00install.out’ for details.
* used C++ compiler: ‘Debian clang version 19.1.7 (7)’
Flavor: r-devel-linux-x86_64-debian-clang
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-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64
Version: 2.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/6s]
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: whether package can be installed
Result: WARN
Found the following significant warnings:
/home/hornik/tmp/R.check/r-devel-gcc/Work/build/Packages/RcppArmadillo/include/RcppArmadillo/version/arma.h:66:199: note: ‘#pragma message: Using fallback compilation with Armadillo 14.6.3. Please consider defining -DARMA_USE_CURRENT and also removing C++11 compilation directive. See GitHub issue #475 for more.’
See ‘/home/hornik/tmp/R.check/r-devel-gcc/Work/PKGS/ANN2.Rcheck/00install.out’ for details.
* used C++ compiler: ‘g++-15 (Debian 15.2.0-4) 15.2.0’
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 2.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [4s/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' [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-windows-x86_64
Version: 2.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [8s/8s]
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-patched-linux-x86_64
Version: 2.3.4
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/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-release-linux-x86_64
Version: 2.4.0
Check: installed package size
Result: NOTE
installed size is 29.6Mb
sub-directories of 1Mb or more:
cereal 1.4Mb
libs 28.1Mb
Flavors: r-oldrel-macos-arm64, r-oldrel-macos-x86_64
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.