CRAN Package Check Results for Package RCzechia

Last updated on 2022-05-15 01:52:28 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.9.1 5.05 88.52 93.57 OK
r-devel-linux-x86_64-debian-gcc 1.9.1 4.05 65.41 69.46 OK
r-devel-linux-x86_64-fedora-clang 1.9.1 108.56 OK
r-devel-linux-x86_64-fedora-gcc 1.9.1 105.76 OK
r-devel-windows-x86_64 1.9.1 27.00 106.00 133.00 OK
r-patched-linux-x86_64 1.9.1 5.79 81.69 87.48 OK
r-release-linux-x86_64 1.9.1 5.76 83.15 88.91 OK
r-release-macos-arm64 1.9.1 43.00 OK
r-release-macos-x86_64 1.9.1 65.00 OK
r-release-windows-x86_64 1.9.1 29.00 213.00 242.00 ERROR
r-oldrel-macos-arm64 1.9.1 39.00 OK
r-oldrel-macos-x86_64 1.9.1 43.00 OK
r-oldrel-windows-ix86+x86_64 1.9.1 18.00 103.00 121.00 OK

Check Details

Version: 1.9.1
Check: examples
Result: ERROR
    Running examples in 'RCzechia-Ex.R' failed
    The error most likely occurred in:
    
    > ### Name: okresy
    > ### Title: Districts (okresy)
    > ### Aliases: okresy
    >
    > ### ** Examples
    >
    > library(sf)
    >
    > hranice <- okresy()
    Timeout reached; external data source likely broken.
    No internet connection.
    > plot(st_geometry(hranice), col = "white")
    Error in UseMethod("st_geometry") :
     no applicable method for 'st_geometry' applied to an object of class "NULL"
    Calls: plot -> st_geometry
    Execution halted
Flavor: r-release-windows-x86_64

Version: 1.9.1
Check: tests
Result: ERROR
     Running 'testthat.R' [15s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     >
     > test_check("RCzechia")
     Loading required package: RCzechia
     Loading required package: sf
     Linking to GEOS 3.9.1, GDAL 3.3.2, PROJ 7.2.1; sf_use_s2() is TRUE
     [ FAIL 20 | WARN 0 | SKIP 21 | PASS 18 ]
    
     ══ Skipped tests ═══════════════════════════════════════════════════════════════
     • On CRAN (21)
    
     ══ Failed tests ════════════════════════════════════════════════════════════════
     ── Failure (test-1-vodstvo.R:14:3): vodní plochy ───────────────────────────────
     is.data.frame(plochy()) is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-1-vodstvo.R:16:3): vodní plochy ───────────────────────────────
     plochy() is not an S3 object
     ── Failure (test-1-vodstvo.R:18:3): vodní plochy ───────────────────────────────
     nrow(plochy()) not equal to 1769.
     target is NULL, current is numeric
     ── Failure (test-1-vodstvo.R:20:3): vodní plochy ───────────────────────────────
     st_crs(plochy())$input not equal to "EPSG:4326".
     1/1 mismatches
     x[1]: NA
     y[1]: "EPSG:4326"
     ── Error (test-1-vodstvo.R:22:3): vodní plochy ─────────────────────────────────
     Error in `UseMethod("st_is_valid")`: no applicable method for 'st_is_valid' applied to an object of class "NULL"
     Backtrace:
     ▆
     1. ├─testthat::expect_true(all(st_is_valid(plochy()))) at test-1-vodstvo.R:22:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─sf::st_is_valid(plochy())
     ── Failure (test-1-vodstvo.R:50:3): řeky ───────────────────────────────────────
     is.data.frame(reky()) is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-1-vodstvo.R:51:3): řeky ───────────────────────────────────────
     is.data.frame(reky(resolution = "high")) is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-1-vodstvo.R:52:3): řeky ───────────────────────────────────────
     is.data.frame(reky(resolution = "low")) is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-1-vodstvo.R:53:3): řeky ───────────────────────────────────────
     is.data.frame(reky("global")) is not TRUE
    
     `actual`: FALSE
     `expected`: TRUE
     ── Failure (test-1-vodstvo.R:57:3): řeky ───────────────────────────────────────
     reky() is not an S3 object
     ── Failure (test-1-vodstvo.R:58:3): řeky ───────────────────────────────────────
     reky(resolution = "high") is not an S3 object
     ── Failure (test-1-vodstvo.R:59:3): řeky ───────────────────────────────────────
     reky(resolution = "low") is not an S3 object
     ── Failure (test-1-vodstvo.R:60:3): řeky ───────────────────────────────────────
     reky("global") is not an S3 object
     ── Failure (test-1-vodstvo.R:64:3): řeky ───────────────────────────────────────
     nrow(reky()) not equal to 3616.
     target is NULL, current is numeric
     ── Failure (test-1-vodstvo.R:65:3): řeky ───────────────────────────────────────
     nrow(reky(resolution = "high")) not equal to 3616.
     target is NULL, current is numeric
     ── Failure (test-1-vodstvo.R:66:3): řeky ───────────────────────────────────────
     nrow(reky(resolution = "low")) not equal to 3616.
     target is NULL, current is numeric
     ── Failure (test-1-vodstvo.R:67:3): řeky ───────────────────────────────────────
     nrow(reky("global")) not equal to 3616.
     target is NULL, current is numeric
     ── Failure (test-1-vodstvo.R:71:3): řeky ───────────────────────────────────────
     st_crs(reky())$input not equal to "EPSG:4326".
     1/1 mismatches
     x[1]: NA
     y[1]: "EPSG:4326"
     ── Failure (test-1-vodstvo.R:72:3): řeky ───────────────────────────────────────
     st_crs(reky("global"))$input not equal to "EPSG:4326".
     1/1 mismatches
     x[1]: NA
     y[1]: "EPSG:4326"
     ── Error (test-1-vodstvo.R:76:3): řeky ─────────────────────────────────────────
     Error in `UseMethod("st_is_valid")`: no applicable method for 'st_is_valid' applied to an object of class "NULL"
     Backtrace:
     ▆
     1. ├─testthat::expect_true(all(st_is_valid(reky()))) at test-1-vodstvo.R:76:2
     2. │ └─testthat::quasi_label(enquo(object), label, arg = "object")
     3. │ └─rlang::eval_bare(expr, quo_get_env(quo))
     4. └─sf::st_is_valid(reky())
    
     [ FAIL 20 | WARN 0 | SKIP 21 | PASS 18 ]
     Error: Test failures
     Execution halted
Flavor: r-release-windows-x86_64

Version: 1.9.1
Check: re-building of vignette outputs
Result: ERROR
    Error(s) in re-building vignettes:
    --- re-building 'vignette.Rmd' using rmarkdown
    Could not fetch https://raw.githubusercontent.com/jlacko/RCzechia/master/data-raw/interactive-screenshot.png
    HttpExceptionRequest Request {
     host = "raw.githubusercontent.com"
     port = 443
     secure = True
     requestHeaders = []
     path = "/jlacko/RCzechia/master/data-raw/interactive-screenshot.png"
     queryString = ""
     method = "GET"
     proxy = Nothing
     rawBody = False
     redirectCount = 10
     responseTimeout = ResponseTimeoutDefault
     requestVersion = HTTP/1.1
    }
     (InternalException (HostCannotConnect "raw.githubusercontent.com" [Network.Socket.connect: <socket: 784>: failed (Connection timed out (WSAETIMEDOUT)),Network.Socket.connect: <socket: 784>: failed (Connection timed out (WSAETIMEDOUT)),Network.Socket.connect: <socket: 784>: failed (Connection timed out (WSAETIMEDOUT)),Network.Socket.connect: <socket: 784>: failed (Connection timed out (WSAETIMEDOUT))]))
    Error: processing vignette 'vignette.Rmd' failed with diagnostics:
    pandoc document conversion failed with error 61
    --- failed re-building 'vignette.Rmd'
    
    SUMMARY: processing the following file failed:
     'vignette.Rmd'
    
    Error: Vignette re-building failed.
    Execution halted
Flavor: r-release-windows-x86_64