CRAN Package Check Results for Package metabolighteR

Last updated on 2021-11-24 07:49:00 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 0.1.2 2.50 32.19 34.69 OK
r-devel-linux-x86_64-debian-gcc 0.1.2 1.61 24.63 26.24 OK
r-devel-linux-x86_64-fedora-clang 0.1.2 51.61 OK
r-devel-linux-x86_64-fedora-gcc 0.1.2 40.43 OK
r-devel-windows-x86_64-new-UL 0.1.2 10.00 91.00 101.00 OK
r-devel-windows-x86_64-new-TK 0.1.2 OK
r-devel-windows-x86_64-old 0.1.2 7.00 66.00 73.00 OK
r-patched-linux-x86_64 0.1.2 2.66 30.23 32.89 OK
r-patched-solaris-x86 0.1.2 53.10 ERROR
r-release-linux-x86_64 0.1.2 2.32 30.13 32.45 OK
r-release-macos-arm64 0.1.2 OK
r-release-macos-x86_64 0.1.2 OK
r-release-windows-ix86+x86_64 0.1.2 9.00 61.00 70.00 OK
r-oldrel-macos-x86_64 0.1.2 OK
r-oldrel-windows-ix86+x86_64 0.1.2 19.00 61.00 80.00 OK

Check Details

Version: 0.1.2
Check: examples
Result: ERROR
    Running examples in ‘metabolighteR-Ex.R’ failed
    The error most likely occurred in:
    
    > ### Name: get_studies
    > ### Title: Get Studies
    > ### Aliases: get_studies
    >
    > ### ** Examples
    >
    > get_studies()
    Error: Please install xml2 package
    Execution halted
Flavor: r-patched-solaris-x86

Version: 0.1.2
Check: tests
Result: ERROR
     Running ‘testthat.R’
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(metabolighteR)
     Loading required package: magrittr
    
     Attaching package: 'magrittr'
    
     The following objects are masked from 'package:testthat':
    
     equals, is_less_than, not
    
     >
     > test_check("metabolighteR")
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Error (test-methods.R:4:3): tokenless-get-methods ───────────────────────────
     Error: Please install xml2 package
     Backtrace:
     █
     1. ├─testthat::expect_true(is.list(get_webservice())) test-methods.R:4:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. ├─metabolighteR::get_webservice()
     5. │ └─httr::GET(getOption("BASE_URL")) %>% httr::content("parsed")
     6. └─httr::content(., "parsed")
     7. └─httr:::parse_auto(raw, type, encoding, ...)
     8. └─httr:::parser(...)
     9. └─httr:::need_package("xml2")
    
     [ FAIL 1 | WARN 0 | SKIP 0 | PASS 0 ]
     Error: Test failures
     Execution halted
Flavor: r-patched-solaris-x86