Last updated on 2025-05-15 18:51:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.7 | 10.40 | 114.07 | 124.47 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.7 | 6.61 | 82.55 | 89.16 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.7 | 212.31 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.7 | 214.27 | ERROR | |||
r-devel-windows-x86_64 | 0.1.7 | 14.00 | 142.00 | 156.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.7 | 11.53 | 109.48 | 121.01 | NOTE | |
r-release-linux-x86_64 | 0.1.7 | 8.91 | 109.39 | 118.30 | NOTE | |
r-release-macos-arm64 | 0.1.7 | 103.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.7 | 134.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.7 | 13.00 | 143.00 | 156.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.7 | 65.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.7 | 92.00 | NOTE | |||
r-oldrel-windows-x86_64 | 0.1.7 | 16.00 | 178.00 | 194.00 | NOTE |
Version: 0.1.7
Check: CRAN incoming feasibility
Result: NOTE
Maintainer: ‘Adriano Rivolli <rivolli@utfpr.edu.br>’
The BugReports field in DESCRIPTION has
https://github.com/rivolli/utiml
which should likely be
https://github.com/rivolli/utiml/issues
instead.
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.7
Check: Rd files
Result: NOTE
checkRd: (-1) partition_fold.Rd:21-22: Lost braces
21 | \code{train}{The mldr dataset with train examples, that includes all
| ^
checkRd: (-1) partition_fold.Rd:23-24: Lost braces
23 | \code{test}{The mldr dataset with test examples, defined by the
| ^
checkRd: (-1) partition_fold.Rd:25-26: Lost braces
25 | \code{validation}{Optionally, only if \code{has.validation = TRUE}.
| ^
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: 0.1.7
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
utiml.Rd: mldr
Please provide package anchors for all Rd \link{} targets not in the
package itself and the base packages.
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, r-release-windows-x86_64
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [29s/85s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(utiml)
Loading required package: mldr
Loading required package: parallel
Loading required package: ROCR
>
> test_check("utiml")
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 1103 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test_seed.R:75:3', 'test_seed.R:83:3', 'test_seed.R:91:3',
'test_seed.R:99:3', 'test_seed.R:107:3', 'test_seed.R:115:3',
'test_seed.R:123:3', 'test_seed.R:135:3', 'test_seed.R:143:3',
'test_seed.R:151:3', 'test_seed.R:159:3', 'test_seed.R:167:3',
'test_seed.R:175:3', 'test_seed.R:183:3', 'test_seed.R:191:3',
'test_seed.R:199:3', 'test_seed.R:207:3', 'test_seed.R:215:3',
'test_seed.R:223:3'
• empty test (1): 'test_base_learner.R:33:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_base_learner.R:20:5'): test train/prediction base learner algorithms ──
Error in `mltrain.baseKNN(testdataset)`: There are no installed package 'kknn' to use kNN classifier as base method
Backtrace:
▆
1. ├─utiml::mltrain(testdataset) at test_base_learner.R:20:5
2. └─utiml:::mltrain.baseKNN(testdataset)
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 1103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Version: 0.1.7
Check: tests
Result: ERROR
Running ‘testthat.R’ [28s/98s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(utiml)
Loading required package: mldr
Loading required package: parallel
Loading required package: ROCR
>
> test_check("utiml")
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 1103 ]
══ Skipped tests (20) ══════════════════════════════════════════════════════════
• On CRAN (19): 'test_seed.R:75:3', 'test_seed.R:83:3', 'test_seed.R:91:3',
'test_seed.R:99:3', 'test_seed.R:107:3', 'test_seed.R:115:3',
'test_seed.R:123:3', 'test_seed.R:135:3', 'test_seed.R:143:3',
'test_seed.R:151:3', 'test_seed.R:159:3', 'test_seed.R:167:3',
'test_seed.R:175:3', 'test_seed.R:183:3', 'test_seed.R:191:3',
'test_seed.R:199:3', 'test_seed.R:207:3', 'test_seed.R:215:3',
'test_seed.R:223:3'
• empty test (1): 'test_base_learner.R:33:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_base_learner.R:20:5'): test train/prediction base learner algorithms ──
Error in `mltrain.baseKNN(testdataset)`: There are no installed package 'kknn' to use kNN classifier as base method
Backtrace:
▆
1. ├─utiml::mltrain(testdataset) at test_base_learner.R:20:5
2. └─utiml:::mltrain.baseKNN(testdataset)
[ FAIL 1 | WARN 0 | SKIP 20 | PASS 1103 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc