Last updated on 2025-09-27 08:48:49 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 11.0.0 | 5.19 | 45.72 | 50.91 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 11.0.0 | 5.24 | 35.83 | 41.07 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 11.0.0 | 67.43 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 11.0.0 | 67.61 | NOTE | |||
r-devel-windows-x86_64 | 11.0.0 | 10.00 | 74.00 | 84.00 | NOTE | |
r-patched-linux-x86_64 | 11.0.0 | 7.72 | 41.83 | 49.55 | NOTE | |
r-release-linux-x86_64 | 11.0.0 | 7.13 | 40.11 | 47.24 | NOTE | |
r-release-macos-arm64 | 11.0.0 | 28.00 | NOTE | |||
r-release-macos-x86_64 | 11.0.0 | 51.00 | NOTE | |||
r-release-windows-x86_64 | 11.0.0 | 10.00 | 73.00 | 83.00 | NOTE | |
r-oldrel-macos-arm64 | 11.0.0 | 25.00 | OK | |||
r-oldrel-macos-x86_64 | 11.0.0 | 36.00 | OK | |||
r-oldrel-windows-x86_64 | 11.0.0 | 11.00 | 78.00 | 89.00 | OK |
Version: 11.0.0
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Miron B. Kursa <[email protected]>’
Package CITATION file contains call(s) to old-style personList() or
as.personList(). Please use c() on person objects instead.
Package CITATION file contains call(s) to old-style citEntry(). Please
use bibentry() instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 11.0.0
Check: compiled code
Result: NOTE
File ‘praznik/libs/praznik.so’:
Found non-API call to R: ‘Rf_isFrame’
Compiled code should not call non-API entry points in R.
See ‘Writing portable packages’ in the ‘Writing R Extensions’ manual,
and section ‘Moving into C API compliance’ for issues with the use of
non-API entry points.
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-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64
Version: 11.0.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [15s/9s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(praznik)
>
> test_check("praznik")
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 311 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Failure ('test-native-pure.R:27:4'): Native NJMIM works like pure NJMIM with truncation ──
`pure` (`actual`) not equal to `native` (`expected`).
names(actual$selection) | names(expected$selection)
[1] "Petal.Width" | "Petal.Width" [1]
[2] "const_1" - "const_2" [2]
[3] "Petal.Length" | "Petal.Length" [3]
[4] "Sepal.Length" | "Sepal.Length" [4]
[5] "Sepal.Width" | "Sepal.Width" [5]
`actual$selection[1:5]`: 4 6 3 1 2
`expected$selection[1:5]`: 4 7 3 1 2
names(actual$score) | names(expected$score)
[1] "Petal.Width" | "Petal.Width" [1]
[2] "const_1" - "const_2" [2]
[3] "Petal.Length" | "Petal.Length" [3]
[4] "Sepal.Length" | "Sepal.Length" [4]
[5] "Sepal.Width" | "Sepal.Width" [5]
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 311 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-clang
Version: 11.0.0
Check: compiled code
Result: NOTE
File 'praznik/libs/x64/praznik.dll':
Found non-API call to R: 'Rf_isFrame'
Compiled code should not call non-API entry points in R.
See 'Writing portable packages' in the 'Writing R Extensions' manual,
and section 'Moving into C API compliance' for issues with the use of
non-API entry points.
Flavors: r-devel-windows-x86_64, r-release-windows-x86_64