Last updated on 2026-02-08 05:49:48 CET.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.53 | 36.21 | 37.74 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.29 | 22.78 | 24.07 | ERROR | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 61.43 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 68.63 | OK | |||
| r-devel-windows-x86_64 | 0.2.0 | 4.00 | 53.00 | 57.00 | OK | |
| r-patched-linux-x86_64 | 0.2.0 | 1.55 | 32.74 | 34.29 | OK | |
| r-release-linux-x86_64 | 0.2.0 | 1.53 | 32.78 | 34.31 | OK | |
| r-release-macos-arm64 | 0.2.0 | OK | ||||
| r-release-macos-x86_64 | 0.2.0 | 1.00 | 80.00 | 81.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 4.00 | 53.00 | 57.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 1.00 | 105.00 | 106.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 4.00 | 65.00 | 69.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in ‘findPackage-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: findPackage
> ### Title: Find 'CRAN' Package by topic
> ### Aliases: findPackage
>
> ### ** Examples
>
> ahp <- findPackage("(Analytic Hierarchy Process)|(AHP)");
Error in `[.data.frame`(db, rows, c("Package", "Date/Publication", "Title", :
undefined columns selected
Calls: findPackage -> [ -> [.data.frame
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc
Version: 0.2.0
Check: tests
Result: ERROR
Running ‘testthat.R’ [2s/3s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(findPackage)
>
> test_check("findPackage")
Saving _problems/test-findPackage-30.R
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-findPackage.R:27:3'): errors ───────────────────────────────────
Error in ``[.data.frame`(db, rows, c("Package", "Date/Publication", "Title", "Description"))`: undefined columns selected
Backtrace:
▆
1. ├─testthat::expect_equal(...) at test-findPackage.R:27:3
2. │ └─testthat::quasi_label(enquo(object), label)
3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
4. ├─base::nrow(findPackage("MCDA", sortOrder = "D"))
5. └─findPackage::findPackage("MCDA", sortOrder = "D")
6. ├─db[rows, c("Package", "Date/Publication", "Title", "Description")]
7. └─base::`[.data.frame`(...)
[ FAIL 1 | WARN 0 | SKIP 0 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc