Last updated on 2024-12-23 12:49:39 CET.
Package | ERROR | NOTE | OK |
---|---|---|---|
pdmod | 3 | 10 | |
recurse | 1 | 12 |
Current CRAN status: NOTE: 3, OK: 10
Version: 1.0.1
Check: Rd cross-references
Result: NOTE
Found the following Rd file(s) with Rd \link{} targets missing package
anchors:
fitModel.Rd: nsga2
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
Current CRAN status: ERROR: 1, OK: 12
Version: 1.4.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(recurse)
>
> test_check("recurse")
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 148 ]
══ Skipped tests (1) ═══════════════════════════════════════════════════════════
• empty test (1): 'test_recurse.R:116:1'
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test_recurse.R:189:15'): move2 objects ──────────────────────────────
Error in `UseMethod("getRecursions", x)`: no applicable method for 'getRecursions' applied to an object of class "NULL"
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test_recurse.R:189:15
2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. └─recurse::getRecursions(moveStackPts, 1)
[ FAIL 1 | WARN 0 | SKIP 1 | PASS 148 ]
Error: Test failures
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc