CRAN Package Check Results for Package wtss

Last updated on 2020-01-12 04:47:09 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.0.1 2.75 45.33 48.08 OK
r-devel-linux-x86_64-debian-gcc 2.0.1 2.05 23.57 25.62 ERROR
r-devel-linux-x86_64-fedora-clang 2.0.1 60.17 OK
r-devel-linux-x86_64-fedora-gcc 2.0.1 59.24 OK
r-devel-windows-ix86+x86_64 2.0.1 14.00 132.00 146.00 OK
r-devel-windows-ix86+x86_64-gcc8 2.0.1 11.00 133.00 144.00 OK
r-patched-linux-x86_64 2.0.1 2.20 41.09 43.29 OK
r-patched-solaris-x86 2.0.1 66.00 OK
r-release-linux-x86_64 2.0.1 2.15 27.22 29.37 ERROR
r-release-windows-ix86+x86_64 2.0.1 10.00 128.00 138.00 OK
r-release-osx-x86_64 2.0.1 OK
r-oldrel-osx-x86_64 2.0.1 ERROR

Check Details

Version: 2.0.1
Check: examples
Result: ERROR
    Running examples in ‘wtss-Ex.R’ failed
    The error most likely occurred in:
    
    > base::assign(".ptime", proc.time(), pos = "CheckExEnv")
    > ### Name: describe_coverage
    > ### Title: Retrieves the list of cubes from the URL server
    > ### Aliases: describe_coverage
    >
    > ### ** Examples
    >
    > wtss <- WTSS("http://www.esensing.dpi.inpe.br/wtss/")
    WTSS server not responding - please check URL
    > describe_coverage(wtss, wtss$coverages[1])
    Error: WTSS - select only one coverage to describe
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 2.0.1
Check: tests
Result: ERROR
     Running ‘testthat.R’ [2s/49s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(wtss)
     wtss - R interface to Web Time Series Service.
     Loaded wtss v2.0.1.
     See ?wtss for help, citation("wtss") for use in publication.
     See demo(package = "wtss") for examples.
     >
     > test_check("wtss")
     ── 1. Failure: Connection to a WTSS service (@test_wtss.R#5) ──────────────────
     wtss1$url == URL isn't true.
    
     ── 2. Failure: Connection to a WTSS service (@test_wtss.R#7) ──────────────────
     "MOD13Q1" %in% coverages isn't true.
    
     ── 3. Error: List coverages (@test_wtss.R#20) ─────────────────────────────────
     invalid 'pattern' argument
     Backtrace:
     1. testthat::expect_true(as.logical(grep(wtss2$url, output[2])))
     4. base::grep(wtss2$url, output[2])
    
     ── 4. Error: Describe coverage ────────────────────────────────────────────────
     WTSS - select only one coverage to describe
     Backtrace:
     1. wtss::describe_coverage(wtss3, wtss3$coverages[1])
     2. assertthat::assert_that(length(name) == 1, msg = "WTSS - select only one coverage to describe")
    
     ── 5. Error: Describe coverage ────────────────────────────────────────────────
     WTSS - select only one coverage to describe
     Backtrace:
     1. wtss::describe_coverage(wtss4, wtss4$coverages[1])
     2. assertthat::assert_that(length(name) == 1, msg = "WTSS - select only one coverage to describe")
    
     ── 6. Error: Time Series (@test_wtss.R#49) ────────────────────────────────────
     object 'response' not found
     Backtrace:
     1. wtss::time_series(...)
     2. wtss::WTSS(URL)
     3. wtss:::.wtss_list_coverages(wtss.obj)
     7. wtss:::.wtss_send_request(request)
    
     ── 7. Error: Time Series 2 (@test_wtss.R#58) ──────────────────────────────────
     object 'response' not found
     Backtrace:
     1. wtss::time_series(wtss6, "MOD13Q1", longitude = -45, latitude = -12)
     2. wtss::WTSS(URL)
     3. wtss:::.wtss_list_coverages(wtss.obj)
     7. wtss:::.wtss_send_request(request)
    
     ── 8. Error: Time Series - conversion to ts and zoo (@test_wtss.R#90) ─────────
     object 'response' not found
     Backtrace:
     1. wtss::time_series(...)
     2. wtss::WTSS(URL)
     3. wtss:::.wtss_list_coverages(wtss.obj)
     7. wtss:::.wtss_send_request(request)
    
     ══ testthat results ═══════════════════════════════════════════════════════════
     [ OK: 8 | SKIPPED: 0 | WARNINGS: 0 | FAILED: 8 ]
     1. Failure: Connection to a WTSS service (@test_wtss.R#5)
     2. Failure: Connection to a WTSS service (@test_wtss.R#7)
     3. Error: List coverages (@test_wtss.R#20)
     4. Error: Describe coverage
     5. Error: Describe coverage
     6. Error: Time Series (@test_wtss.R#49)
     7. Error: Time Series 2 (@test_wtss.R#58)
     8. Error: Time Series - conversion to ts and zoo (@test_wtss.R#90)
    
     Error: testthat unit tests failed
     Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 2.0.1
Check: re-building of vignette outputs
Result: WARN
    Error(s) in re-building vignettes:
     ...
    --- re-building ‘wtss.Rmd’ using rmarkdown
    Quitting from lines 117-119 (wtss.Rmd)
    Error: processing vignette 'wtss.Rmd' failed with diagnostics:
    object ‘response’ not found
    --- failed re-building ‘wtss.Rmd’
    
    SUMMARY: processing the following file failed:
     ‘wtss.Rmd’
    
    Error: Vignette re-building failed.
    Execution halted
Flavors: r-devel-linux-x86_64-debian-gcc, r-release-linux-x86_64

Version: 2.0.1
Check: whether package can be installed
Result: ERROR
    Installation failed.
Flavor: r-oldrel-osx-x86_64