CRAN Package Check Results for Maintainer ‘Amarnath Bose <amarnath.bose at gmail.com>’

Last updated on 2024-06-07 00:54:18 CEST.

Package ERROR OK
AHPtools 13
createLogicalPCM 13
findPackage 1 12

Package AHPtools

Current CRAN status: OK: 13

Package createLogicalPCM

Current CRAN status: OK: 13

Package findPackage

Current CRAN status: ERROR: 1, OK: 12

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 url(sprintf("%s/%s", cran, path), open = "rb") : URL 'https://CRAN.R-project.org/web/packages/packages.rds': Timeout of 60 seconds was reached Error in url(sprintf("%s/%s", cran, path), open = "rb") : cannot open the connection to 'https://CRAN.R-project.org/web/packages/packages.rds' Calls: findPackage ... <Anonymous> -> as.data.frame -> read_CRAN_object -> gzcon -> url Execution halted Flavor: r-oldrel-windows-x86_64

Version: 0.2.0
Check: tests
Result: ERROR Running 'testthat.R' [22s] Running the tests in 'tests/testthat.R' failed. Complete output: > library(testthat) > library(findPackage) > > test_check("findPackage") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 5 ] ══ Failed tests ════════════════════════════════════════════════════════════════ ── Error ('test-findPackage.R:27:3'): errors ─────────────────────────────────── Error in `url(sprintf("%s/%s", cran, path), open = "rb")`: cannot open the connection to 'https://CRAN.R-project.org/web/packages/packages.rds' Backtrace: ▆ 1. ├─testthat::expect_equal(...) at test-findPackage.R:27:3 2. │ └─testthat::quasi_label(enquo(object), label, arg = "object") 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::gzcon(url(sprintf("%s/%s", cran, path), open = "rb")) 10. └─base::url(sprintf("%s/%s", cran, path), open = "rb") [ FAIL 1 | WARN 1 | SKIP 0 | PASS 5 ] Error: Test failures Execution halted Flavor: r-oldrel-windows-x86_64