Last updated on 2026-07-03 09:50:48 CEST.
| Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
|---|---|---|---|---|---|---|
| r-devel-linux-x86_64-debian-clang | 0.2.0 | 1.47 | 37.04 | 38.51 | OK | |
| r-devel-linux-x86_64-debian-gcc | 0.2.0 | 1.37 | 29.39 | 30.76 | OK | |
| r-devel-linux-x86_64-fedora-clang | 0.2.0 | 60.26 | OK | |||
| r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 83.96 | OK | |||
| r-devel-windows-x86_64 | 0.2.0 | 5.00 | 175.00 | 180.00 | ERROR | |
| r-patched-linux-x86_64 | 0.2.0 | 1.38 | 34.11 | 35.49 | OK | |
| r-release-linux-x86_64 | 0.2.0 | OK | ||||
| r-release-macos-arm64 | 0.2.0 | 1.00 | 47.00 | 48.00 | OK | |
| r-release-macos-x86_64 | 0.2.0 | 1.00 | 83.00 | 84.00 | OK | |
| r-release-windows-x86_64 | 0.2.0 | 4.00 | 65.00 | 69.00 | OK | |
| r-oldrel-macos-arm64 | 0.2.0 | OK | ||||
| r-oldrel-macos-x86_64 | 0.2.0 | 1.00 | 80.00 | 81.00 | OK | |
| r-oldrel-windows-x86_64 | 0.2.0 | 5.00 | 82.00 | 87.00 | OK |
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'findPackage-Ex.R' failed
The error most likely occurred in:
> ### Name: findPackage
> ### Title: Find 'CRAN' Package by topic
> ### Aliases: findPackage
>
> ### ** Examples
>
> ahp <- findPackage("(Analytic Hierarchy Process)|(AHP)");
Warning in readRDS(con) :
URL 'https://bioconductor.statistik.tu-dortmund.de/cran/web/packages/packages.rds': Timeout of 60 seconds was reached
Error in readRDS(con) : cannot read from connection
Calls: findPackage ... <Anonymous> -> as.data.frame -> read_CRAN_object -> readRDS
Execution halted
Flavor: r-devel-windows-x86_64
Version: 0.2.0
Check: tests
Result: ERROR
Running 'testthat.R' [61s]
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 1 | SKIP 0 | PASS 5 ]
══ Failed tests ════════════════════════════════════════════════════════════════
── Error ('test-findPackage.R:27:3'): errors ───────────────────────────────────
Error in `readRDS(con)`: cannot read from connection
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. └─tools::CRAN_package_db()
7. ├─base::as.data.frame(...)
8. └─tools:::read_CRAN_object(CRAN_baseurl_for_web_area(), "web/packages/packages.rds")
9. └─base::readRDS(con)
[ FAIL 1 | WARN 1 | SKIP 0 | PASS 5 ]
Error:
! Test failures.
Execution halted
Flavor: r-devel-windows-x86_64