CRAN Package Check Results for Package feedeR

Last updated on 2021-10-05 21:51:15 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.0.10 5.80 63.28 69.08 ERROR
r-devel-linux-x86_64-debian-gcc 0.0.10 4.91 46.95 51.86 ERROR
r-devel-linux-x86_64-fedora-clang 0.0.10 92.04 ERROR
r-devel-linux-x86_64-fedora-gcc 0.0.10 82.18 ERROR
r-devel-windows-x86_64 0.0.10 10.00 64.00 74.00 ERROR
r-devel-windows-x86_64-gcc10-UCRT 0.0.10 ERROR
r-patched-linux-x86_64 0.0.10 6.45 59.67 66.12 ERROR
r-patched-solaris-x86 0.0.10 115.50 NOTE
r-release-linux-x86_64 0.0.10 4.74 58.88 63.62 ERROR
r-release-macos-arm64 0.0.10 NOTE
r-release-macos-x86_64 0.0.10 NOTE
r-release-windows-ix86+x86_64 0.0.10 14.00 87.00 101.00 NOTE
r-oldrel-macos-x86_64 0.0.10 OK
r-oldrel-windows-ix86+x86_64 0.0.10 10.00 87.00 97.00 OK

Additional issues

OpenBLAS

Check Details

Version: 0.0.10
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-devel-windows-x86_64-gcc10-UCRT, r-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-arm64, r-release-macos-x86_64, r-release-windows-ix86+x86_64

Version: 0.0.10
Check: tests
Result: ERROR
     Running 'testthat.R' [9s/14s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     == Failed tests ================================================================
     -- Error (test_atom.R:37:3): parse feed without origLink -----------------------
     Error: EntityRef: expecting ';' [23]
     Backtrace:
     x
     1. +-testthat::expect_is(...) test_atom.R:37:2
     2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
     3. | \-rlang::eval_bare(expr, quo_get_env(quo))
     4. +-feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. | \-feedeR:::feed_read(XML)
     6. | +-read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. | +-xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. | \-xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. | \-xml2:::read_xml.raw(...)
     10. \-xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-clang

Version: 0.0.10
Check: tests
Result: ERROR
     Running ‘testthat.R’ [6s/14s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_atom.R:37:3): parse feed without origLink ───────────────────────
     Error in `read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html,
     options = options)`: EntityRef: expecting ';' [23]
     Backtrace:
     █
     1. ├─testthat::expect_is(...) test_atom.R:37:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. │ └─feedeR:::feed_read(XML)
     6. │ ├─read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. │ ├─xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. │ └─xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. │ └─xml2:::read_xml.raw(...)
     10. └─xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-debian-gcc

Version: 0.0.10
Check: tests
Result: ERROR
     Running ‘testthat.R’ [11s/30s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_atom.R:37:3): parse feed without origLink ───────────────────────
     Error in `read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html,
     options = options)`: EntityRef: expecting ';' [23]
     Backtrace:
     █
     1. ├─testthat::expect_is(...) test_atom.R:37:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. │ └─feedeR:::feed_read(XML)
     6. │ ├─read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. │ ├─xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. │ └─xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. │ └─xml2:::read_xml.raw(...)
     10. └─xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang

Version: 0.0.10
Check: tests
Result: ERROR
     Running ‘testthat.R’ [11s/28s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_atom.R:37:3): parse feed without origLink ───────────────────────
     Error in `read_xml.raw(charToRaw(enc2utf8(x)), "UTF-8", ..., as_html = as_html,
     options = options)`: EntityRef: expecting ';' [23]
     Backtrace:
     █
     1. ├─testthat::expect_is(...) test_atom.R:37:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. │ └─feedeR:::feed_read(XML)
     6. │ ├─read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. │ ├─xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. │ └─xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. │ └─xml2:::read_xml.raw(...)
     10. └─xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc

Version: 0.0.10
Check: tests
Result: ERROR
     Running 'testthat.R' [11s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     == Failed tests ================================================================
     -- Error (test_atom.R:37:3): parse feed without origLink -----------------------
     Error: EntityRef: expecting ';' [23]
     Backtrace:
     x
     1. +-testthat::expect_is(...) test_atom.R:37:2
     2. | \-testthat::quasi_label(enquo(object), label, arg = "object")
     3. | \-rlang::eval_bare(expr, quo_get_env(quo))
     4. +-feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. | \-feedeR:::feed_read(XML)
     6. | +-read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. | +-xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. | \-xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. | \-xml2:::read_xml.raw(...)
     10. \-xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64

Version: 0.0.10
Check: tests
Result: ERROR
     Running 'testthat.R'
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_atom.R:37:3): parse feed without origLink ───────────────────────
     Error: EntityRef: expecting ';' [23]
     Backtrace:
     █
     1. ├─testthat::expect_is(...) test_atom.R:37:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. │ └─feedeR:::feed_read(XML)
     6. │ ├─read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. │ ├─xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. │ └─xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. │ └─xml2:::read_xml.raw(...)
     10. └─xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-devel-windows-x86_64-gcc10-UCRT

Version: 0.0.10
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/12s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_atom.R:37:3): parse feed without origLink ───────────────────────
     Error: EntityRef: expecting ';' [23]
     Backtrace:
     █
     1. ├─testthat::expect_is(...) test_atom.R:37:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. │ └─feedeR:::feed_read(XML)
     6. │ ├─read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. │ ├─xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. │ └─xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. │ └─xml2:::read_xml.raw(...)
     10. └─xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-linux-x86_64

Version: 0.0.10
Check: tests
Result: ERROR
     Running ‘testthat.R’ [8s/13s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(feedeR)
     >
     > test_check("feedeR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test_atom.R:37:3): parse feed without origLink ───────────────────────
     Error: EntityRef: expecting ';' [23]
     Backtrace:
     █
     1. ├─testthat::expect_is(...) test_atom.R:37:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─feedeR::feed.extract("http://feeds.feedburner.com/FeaturedPosts-Dataviz?format=xml")
     5. │ └─feedeR:::feed_read(XML)
     6. │ ├─read_xml(xml, options = "NOCDATA", encoding = encoding) %>% as_list()
     7. │ ├─xml2::read_xml(xml, options = "NOCDATA", encoding = encoding)
     8. │ └─xml2:::read_xml.character(xml, options = "NOCDATA", encoding = encoding)
     9. │ └─xml2:::read_xml.raw(...)
     10. └─xml2::as_list(.)
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 22 ]
     Error: Test failures
     Execution halted
Flavor: r-release-linux-x86_64