Last updated on 2022-04-27 11:54:03 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.0 | 6.67 | 93.86 | 100.53 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 0.1.0 | 3.89 | 71.04 | 74.93 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 0.1.0 | 119.39 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.0 | 116.02 | ERROR | |||
r-devel-windows-x86_64 | 0.1.0 | 71.00 | 134.00 | 205.00 | NOTE | |
r-patched-linux-x86_64 | 0.1.0 | 6.16 | 90.97 | 97.13 | NOTE | |
r-release-linux-x86_64 | 0.1.0 | 6.56 | 91.00 | 97.56 | NOTE | |
r-release-macos-arm64 | 0.1.0 | 33.00 | NOTE | |||
r-release-macos-x86_64 | 0.1.0 | 70.00 | NOTE | |||
r-release-windows-x86_64 | 0.1.0 | 62.00 | 129.00 | 191.00 | NOTE | |
r-oldrel-macos-arm64 | 0.1.0 | 55.00 | NOTE | |||
r-oldrel-macos-x86_64 | 0.1.0 | 67.00 | NOTE | |||
r-oldrel-windows-ix86+x86_64 | 0.1.0 | 12.00 | 106.00 | 118.00 | NOTE |
Version: 0.1.0
Check: LazyData
Result: NOTE
'LazyData' is specified without a 'data' directory
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-ix86+x86_64
Version: 0.1.0
Check: dependencies in R code
Result: NOTE
Namespace in Imports field not imported from: ‘rJava’
All declared Imports should be used.
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-release-macos-arm64, r-release-macos-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64
Version: 0.1.0
Check: tests
Result: ERROR
Running ‘testthat.R’
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(NoiseFiltersR)
>
> test_check("NoiseFiltersR")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 4 ]
══ Skipped tests ═══════════════════════════════════════════════════════════════
• On CRAN (1)
══ Failed tests ════════════════════════════════════════════════════════════════
── Error (test-hybridRepairFilter.r:5:1): (code run outside of `test_that()`) ──
Error in `dim(trainn) == dim(test) && all(trainn == test)`: 'length = 2' in coercion to 'logical(1)'
Backtrace:
▆
1. ├─NoiseFiltersR::hybridRepairFilter(...) at test-hybridRepairFilter.r:5:0
2. └─NoiseFiltersR:::hybridRepairFilter.formula(...)
3. └─NoiseFiltersR:::hybridRepairFilter.default(...)
4. └─NoiseFiltersR:::predictions(trainn = x, test = x, formu)
5. └─base::sapply(...)
6. └─base::lapply(X = X, FUN = FUN, ...)
7. └─NoiseFiltersR FUN(X[[i]], ...)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 4 ]
Error: Test failures
Execution halted
Flavors: r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc