CRAN Package Check Results for Package ahp

Last updated on 2021-02-05 15:54:04 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.12 3.39 64.79 68.18 OK
r-devel-linux-x86_64-debian-gcc 0.2.12 2.68 48.45 51.13 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.12 88.60 OK
r-devel-linux-x86_64-fedora-gcc 0.2.12 79.55 OK
r-devel-windows-ix86+x86_64 0.2.12 10.00 86.00 96.00 OK
r-patched-linux-x86_64 0.2.12 3.53 62.56 66.09 OK
r-patched-solaris-x86 0.2.12 115.10 OK
r-release-linux-x86_64 0.2.12 3.51 63.16 66.67 OK
r-release-macos-x86_64 0.2.12 OK
r-release-windows-ix86+x86_64 0.2.12 18.00 100.00 118.00 OK
r-oldrel-macos-x86_64 0.2.12 OK
r-oldrel-windows-ix86+x86_64 0.2.12 5.00 61.00 66.00 OK

Check Details

Version: 0.2.12
Check: tests
Result: ERROR
     Running ‘testthat.R’ [17s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     >
     > test_check("ahp")
     Loading required package: ahp
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fieldsAll will be deprecated in the next release. Please use Node$attributesAll instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fieldsAll will be deprecated in the next release. Please use Node$attributesAll instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fieldsAll will be deprecated in the next release. Please use Node$attributesAll instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fieldsAll will be deprecated in the next release. Please use Node$attributesAll instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fieldsAll will be deprecated in the next release. Please use Node$attributesAll instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fieldsAll will be deprecated in the next release. Please use Node$attributesAll instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     [1] "Node$fieldsAll will be deprecated in the next release. Please use Node$attributesAll instead."
     [1] "Node$fields will be deprecated in the next release. Please use Node$attributes instead."
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-ahpBasics.R:36:3): alternatives order ───────────────────────────
     Error: cannot xtfrm data frames
     Backtrace:
     █
     1. ├─testthat::expect_equal(aw, sort(aw, decreasing = TRUE)) test-ahpBasics.R:36:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─base::sort(aw, decreasing = TRUE)
     5. └─base::sort.default(aw, decreasing = TRUE)
     6. ├─x[order(x, na.last = na.last, decreasing = decreasing)]
     7. ├─base::`[.data.frame`(x, order(x, na.last = na.last, decreasing = decreasing))
     8. └─base::order(x, na.last = na.last, decreasing = decreasing)
     9. └─base::lapply(z, function(x) if (is.object(x)) as.vector(xtfrm(x)) else x)
     10. └─base:::FUN(X[[i]], ...)
     11. ├─base::as.vector(xtfrm(x))
     12. ├─base::xtfrm(x)
     13. └─base::xtfrm.data.frame(x)
     ── Error (test-ahpBasics.R:42:3): alternatives order ───────────────────────────
     Error: cannot xtfrm data frames
     Backtrace:
     █
     1. ├─testthat::expect_equal(aw, sort(aw, decreasing = TRUE)) test-ahpBasics.R:42:2
     2. │ └─testthat::quasi_label(enquo(expected), expected.label, arg = "expected")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─base::sort(aw, decreasing = TRUE)
     5. └─base::sort.default(aw, decreasing = TRUE)
     6. ├─x[order(x, na.last = na.last, decreasing = decreasing)]
     7. ├─base::`[.data.frame`(x, order(x, na.last = na.last, decreasing = decreasing))
     8. └─base::order(x, na.last = na.last, decreasing = decreasing)
     9. └─base::lapply(z, function(x) if (is.object(x)) as.vector(xtfrm(x)) else x)
     10. └─base:::FUN(X[[i]], ...)
     11. ├─base::as.vector(xtfrm(x))
     12. ├─base::xtfrm(x)
     13. └─base::xtfrm.data.frame(x)
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 466 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc