CRAN Package Check Results for Package wordpressr

Last updated on 2021-06-29 06:48:24 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.2.3 4.48 50.14 54.62 ERROR
r-devel-linux-x86_64-debian-gcc 0.2.3 3.66 36.97 40.63 ERROR
r-devel-linux-x86_64-fedora-clang 0.2.3 71.87 ERROR
r-devel-linux-x86_64-fedora-gcc 0.2.3 62.49 ERROR
r-devel-windows-x86_64 0.2.3 8.00 56.00 64.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 0.2.3 ERROR
r-patched-linux-x86_64 0.2.3 4.79 46.46 51.25 ERROR
r-patched-solaris-x86 0.2.3 147.60 OK
r-release-linux-x86_64 0.2.3 4.16 46.05 50.21 ERROR
r-release-macos-arm64 0.2.3 ERROR
r-release-macos-x86_64 0.2.3 OK
r-release-windows-ix86+x86_64 0.2.3 12.00 61.00 73.00 ERROR
r-oldrel-macos-x86_64 0.2.3 OK
r-oldrel-windows-ix86+x86_64 0.2.3 12.00 69.00 81.00 ERROR

Check Details

Version: 0.2.3
Check: tests
Result: ERROR
     Running 'testthat.R' [2s/3s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(wordpressr)
     >
     > test_check("wordpressr")
     [1] 1
     [1] 1
     == Failed tests ================================================================
     -- Error (test-get-wp-authors.R:7:3): get_wp_authors() returns a data frame ----
     Error: Please install xml2 package
     Backtrace:
     x
     1. \-wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:7:2
     2. \-httr::content(...)
     3. \-httr:::parse_auto(raw, type, encoding, ...)
     4. \-httr:::parser(...)
     5. \-httr:::need_package("xml2")
     -- Error (test-get-wp-authors.R:14:3): get_wp_authors() returns a dataframe with 4 columns --
     Error: Please install xml2 package
     Backtrace:
     x
     1. \-wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:14:2
     2. \-httr::content(...)
     3. \-httr:::parse_auto(raw, type, encoding, ...)
     4. \-httr:::parser(...)
     5. \-httr:::need_package("xml2")
     -- Error (test-get-wp-pages.R:7:3): returns a data frame when page count argument not provided --
     Error: Please install xml2 package
     Backtrace:
     x
     1. \-wordpressr::get_wp_pages(...) test-get-wp-pages.R:7:2
     2. \-httr::content(...)
     3. \-httr:::parse_auto(raw, type, encoding, ...)
     4. \-httr:::parser(...)
     5. \-httr:::need_package("xml2")
     -- Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided --
     Error: Please install xml2 package
     Backtrace:
     x
     1. \-wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. \-httr::content(...)
     3. \-httr:::parse_auto(raw, type, encoding, ...)
     4. \-httr:::parser(...)
     5. \-httr:::need_package("xml2")
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/4s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(wordpressr)
     >
     > test_check("wordpressr")
     [1] 1
     [1] 1
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get-wp-authors.R:7:3): get_wp_authors() returns a data frame ────
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-authors.R:14:3): get_wp_authors() returns a dataframe with 4 columns ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:7:3): returns a data frame when page count argument not provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(...) test-get-wp-pages.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(wordpressr)
     >
     > test_check("wordpressr")
     [1] 1
     [1] 1
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get-wp-authors.R:7:3): get_wp_authors() returns a data frame ────
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-authors.R:14:3): get_wp_authors() returns a dataframe with 4 columns ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:7:3): returns a data frame when page count argument not provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(...) test-get-wp-pages.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(wordpressr)
     >
     > test_check("wordpressr")
     [1] 1
     [1] 1
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get-wp-authors.R:7:3): get_wp_authors() returns a data frame ────
     Error: object of type 'externalptr' is not subsettable
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:7:2
     2. └─tibble::tibble(...)
     3. └─tibble:::tibble_quos(xs[!is.null], .rows, .name_repair)
     4. └─rlang::eval_tidy(xs[[j]], mask)
     ── Error (test-get-wp-authors.R:14:3): get_wp_authors() returns a dataframe with 4 columns ──
     Error: object of type 'externalptr' is not subsettable
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:14:2
     2. └─tibble::tibble(...)
     3. └─tibble:::tibble_quos(xs[!is.null], .rows, .name_repair)
     4. └─rlang::eval_tidy(xs[[j]], mask)
     ── Error (test-get-wp-pages.R:7:3): returns a data frame when page count argument not provided ──
     Error: object of type 'externalptr' is not subsettable
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(...) test-get-wp-pages.R:7:2
     2. └─tibble::tibble(...)
     3. └─tibble:::tibble_quos(xs[!is.null], .rows, .name_repair)
     4. └─rlang::eval_tidy(xs[[j]], mask)
     ── Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided ──
     Error: subscript out of bounds
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.2.3
Check: tests
Result: ERROR
     Running 'testthat.R' [2s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(wordpressr)
     >
     > test_check("wordpressr")
     [1] 1
     [1] 1
     == Failed tests ================================================================
     -- Error (test-get-wp-authors.R:7:3): get_wp_authors() returns a data frame ----
     Error: argument is of length zero
     Backtrace:
     x
     1. \-wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:7:2
     2. +-httr::content(...)
     3. | +-base::stopifnot(is.response(x))
     4. | \-httr:::is.response(x)
     5. \-httr::GET(...)
     6. \-httr:::request_perform(req, hu$handle$handle)
     -- Error (test-get-wp-authors.R:14:3): get_wp_authors() returns a dataframe with 4 columns --
     Error: argument is of length zero
     Backtrace:
     x
     1. \-wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:14:2
     2. +-httr::content(...)
     3. | +-base::stopifnot(is.response(x))
     4. | \-httr:::is.response(x)
     5. \-httr::GET(...)
     6. \-httr:::request_perform(req, hu$handle$handle)
     -- Error (test-get-wp-pages.R:7:3): returns a data frame when page count argument not provided --
     Error: argument is of length zero
     Backtrace:
     x
     1. \-wordpressr::get_wp_pages(...) test-get-wp-pages.R:7:2
     2. +-httr::content(...)
     3. | +-base::stopifnot(is.response(x))
     4. | \-httr:::is.response(x)
     5. \-httr::GET(...)
     6. \-httr:::request_perform(req, hu$handle$handle)
     -- Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided --
     Error: argument is of length zero
     Backtrace:
     x
     1. \-wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. +-httr::content(...)
     3. | +-base::stopifnot(is.response(x))
     4. | \-httr:::is.response(x)
     5. \-httr::GET(...)
     6. \-httr:::request_perform(req, hu$handle$handle)
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavors: r-devel-windows-x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 0.2.3
Check: tests
Result: ERROR
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Last 13 lines of output:
     6. \-httr:::request_perform(req, hu$handle$handle)
     -- Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided --
     Error: argument is of length zero
     Backtrace:
     x
     1. \-wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. +-httr::content(...)
     3. | +-base::stopifnot(is.response(x))
     4. | \-httr:::is.response(x)
     5. \-httr::GET(...)
     6. \-httr:::request_perform(req, hu$handle$handle)
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/2s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(wordpressr)
     >
     > test_check("wordpressr")
     [1] 1
     [1] 1
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get-wp-authors.R:7:3): get_wp_authors() returns a data frame ────
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-authors.R:14:3): get_wp_authors() returns a dataframe with 4 columns ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:7:3): returns a data frame when page count argument not provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(...) test-get-wp-pages.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(wordpressr)
     >
     > test_check("wordpressr")
     [1] 1
     [1] 1
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-get-wp-authors.R:7:3): get_wp_authors() returns a data frame ────
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-authors.R:14:3): get_wp_authors() returns a dataframe with 4 columns ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_authors(root_url = "altmediauncensored.com") test-get-wp-authors.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:7:3): returns a data frame when page count argument not provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(...) test-get-wp-pages.R:7:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
     ── Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided ──
     Error: Please install xml2 package
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. └─httr::content(...)
     3. └─httr:::parse_auto(raw, type, encoding, ...)
     4. └─httr:::parser(...)
     5. └─httr:::need_package("xml2")
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64

Version: 0.2.3
Check: tests
Result: ERROR
     Running ‘testthat.R’ [1s/3s]
    Running the tests in ‘tests/testthat.R’ failed.
    Last 13 lines of output:
     6. └─httr:::request_perform(req, hu$handle$handle)
     ── Error (test-get-wp-pages.R:14:3): returns a data frame when page count argument is provided ──
     Error: argument is of length zero
     Backtrace:
     █
     1. └─wordpressr::get_wp_pages(root_url = "altmediauncensored.com") test-get-wp-pages.R:14:2
     2. ├─httr::content(...)
     3. │ ├─base::stopifnot(is.response(x))
     4. │ └─httr:::is.response(x)
     5. └─httr::GET(...)
     6. └─httr:::request_perform(req, hu$handle$handle)
    
     [ FAIL 4 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-release-macos-arm64