CRAN Package Check Results for Package rpubs

Last updated on 2023-01-09 09:51:23 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.2 3.27 31.98 35.25 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.2 2.61 24.88 27.49 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.2 44.86 NOTE
r-devel-linux-x86_64-fedora-gcc 0.2.2 43.12 NOTE
r-devel-windows-x86_64 0.2.2 9.00 74.00 83.00 NOTE
r-patched-linux-x86_64 0.2.2 2.62 32.06 34.68 ERROR
r-release-linux-x86_64 0.2.2 2.67 32.73 35.40 ERROR
r-release-macos-arm64 0.2.2 33.00 NOTE
r-release-macos-x86_64 0.2.2 37.00 NOTE
r-release-windows-x86_64 0.2.2 10.00 74.00 84.00 NOTE
r-oldrel-macos-arm64 0.2.2 34.00 NOTE
r-oldrel-macos-x86_64 0.2.2 39.00 NOTE
r-oldrel-windows-ix86+x86_64 0.2.2 8.00 62.00 70.00 NOTE

Check Details

Version: 0.2.2
Check: LazyData
Result: NOTE
     'LazyData' is specified without a 'data' directory
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-devel-linux-x86_64-fedora-clang, r-devel-linux-x86_64-fedora-gcc, r-devel-windows-x86_64, r-patched-linux-x86_64, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-x86_64, r-oldrel-macos-arm64, r-oldrel-macos-x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.2.2
Check: examples
Result: ERROR
    Running examples in ‘rpubs-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: extractCode-deprecated
    > ### Title: Extract Code From Rpubs Article
    > ### Aliases: extractCode-deprecated extractCode
    >
    > ### ** Examples
    >
    > extractCode(url = "http://rpubs.com/aephidayatuloh/sendgmail", file = NULL, output = FALSE)
    Warning: 'extractCode()' will be removed in the next version
    Use 'rpubs_code()' instead
    Error in open.connection(x, "rb") : HTTP error 503.
    Calls: extractCode ... html_nodes -> html_elements -> read_html -> read_html.default
    Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc, r-patched-linux-x86_64, r-release-linux-x86_64

Version: 0.2.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(rpubs)
     >
     > test_check("rpubs")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-extractCode.R:3'): Length of vector result ─────────────────────
     Error in `open.connection(x, "rb")`: HTTP error 503.
     Backtrace:
     ▆
     1. ├─testthat::expect_warning(extractCode(url = "http://rpubs.com/aephidayatuloh/sendgmail")) at test-extractCode.R:3:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─rpubs::extractCode(url = "http://rpubs.com/aephidayatuloh/sendgmail")
     7. ├─rvest::html_text(html_nodes(read_html(iframe_link), node))
     8. │ └─xml2::xml_text(x, trim = trim)
     9. ├─rvest::html_nodes(read_html(iframe_link), node)
     10. │ └─rvest::html_elements(...)
     11. ├─xml2::read_html(iframe_link)
     12. └─xml2:::read_html.default(iframe_link)
     13. ├─base::suppressWarnings(...)
     14. │ └─base::withCallingHandlers(...)
     15. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
     16. └─xml2:::read_xml.character(...)
     17. └─xml2:::read_xml.connection(...)
     18. ├─base::open(x, "rb")
     19. └─base::open.connection(x, "rb")
     ── Error ('test-rpubs_code.R:2'): multiplication works ─────────────────────────
     Error in `open.connection(x, "rb")`: HTTP error 503.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test-rpubs_code.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─rpubs::rpubs_code(url = "https://rpubs.com/aephidayatuloh/sendgmail")
     5. ├─rvest::html_text(html_nodes(read_html(iframe_link), node))
     6. │ └─xml2::xml_text(x, trim = trim)
     7. ├─rvest::html_nodes(read_html(iframe_link), node)
     8. │ └─rvest::html_elements(...)
     9. ├─xml2::read_html(iframe_link)
     10. └─xml2:::read_html.default(iframe_link)
     11. ├─base::suppressWarnings(...)
     12. │ └─base::withCallingHandlers(...)
     13. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
     14. └─xml2:::read_xml.character(...)
     15. └─xml2:::read_xml.connection(...)
     16. ├─base::open(x, "rb")
     17. └─base::open.connection(x, "rb")
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc

Version: 0.2.2
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(rpubs)
     >
     > test_check("rpubs")
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error ('test-extractCode.R:3'): Length of vector result ─────────────────────
     Error in `open.connection(x, "rb")`: HTTP error 503.
     Backtrace:
     ▆
     1. ├─testthat::expect_warning(extractCode(url = "http://rpubs.com/aephidayatuloh/sendgmail")) at test-extractCode.R:3:2
     2. │ └─testthat:::quasi_capture(...)
     3. │ ├─testthat (local) .capture(...)
     4. │ │ └─base::withCallingHandlers(...)
     5. │ └─rlang::eval_bare(quo_get_expr(.quo), quo_get_env(.quo))
     6. └─rpubs::extractCode(url = "http://rpubs.com/aephidayatuloh/sendgmail")
     7. ├─rvest::html_text(html_nodes(read_html(iframe_link), node))
     8. │ └─xml2::xml_text(x, trim = trim)
     9. ├─rvest::html_nodes(read_html(iframe_link), node)
     10. │ └─rvest::html_elements(...)
     11. ├─xml2::read_html(iframe_link)
     12. └─xml2:::read_html.default(iframe_link)
     13. ├─base::suppressWarnings(...)
     14. │ └─base::withCallingHandlers(...)
     15. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
     16. └─xml2:::read_xml.character(...)
     17. └─xml2:::read_xml.connection(...)
     18. ├─base::open(x, "rb")
     19. └─base::open.connection(x, "rb")
     ── Error ('test-rpubs_code.R:2'): multiplication works ─────────────────────────
     Error in `open.connection(x, "rb")`: HTTP error 503.
     Backtrace:
     ▆
     1. ├─testthat::expect_equal(...) at test-rpubs_code.R:2:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─rpubs::rpubs_code(url = "https://rpubs.com/aephidayatuloh/sendgmail")
     5. ├─rvest::html_text(html_nodes(read_html(iframe_link), node))
     6. │ └─xml2::xml_text(x, trim = trim)
     7. ├─rvest::html_nodes(read_html(iframe_link), node)
     8. │ └─rvest::html_elements(...)
     9. ├─xml2::read_html(iframe_link)
     10. └─xml2:::read_html.default(iframe_link)
     11. ├─base::suppressWarnings(...)
     12. │ └─base::withCallingHandlers(...)
     13. ├─xml2::read_xml(x, encoding = encoding, ..., as_html = TRUE, options = options)
     14. └─xml2:::read_xml.character(...)
     15. └─xml2:::read_xml.connection(...)
     16. ├─base::open(x, "rb")
     17. └─base::open.connection(x, "rb")
    
     [ FAIL 2 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     In addition: Warning messages:
     1: In .Internal(strsplit(x, as.character(split), fixed, perl, useBytes)) :
     closing unused connection 5 (http://rstudio-pubs-static.s3.amazonaws.com/515826_0fa137fa3ff040d38d0e0b2725ce02bc.html)
     2: In .Internal(strsplit(x, as.character(split), fixed, perl, useBytes)) :
     closing unused connection 4 (http://rstudio-pubs-static.s3.amazonaws.com/515826_0fa137fa3ff040d38d0e0b2725ce02bc.html)
     Execution halted
Flavors: r-patched-linux-x86_64, r-release-linux-x86_64