CRAN Package Check Results for Package httr

Last updated on 2023-03-23 10:54:32 CET.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 1.4.5 5.52 57.62 63.14 OK
r-devel-linux-x86_64-debian-gcc 1.4.5 6.47 43.58 50.05 OK
r-devel-linux-x86_64-fedora-clang 1.4.5 85.03 OK
r-devel-linux-x86_64-fedora-gcc 1.4.5 89.00 OK
r-patched-linux-x86_64 1.4.5 11.19 51.70 62.89 OK
r-release-linux-x86_64 1.4.5 9.26 51.32 60.58 OK
r-release-macos-arm64 1.4.5 104.00 OK
r-release-macos-x86_64 1.4.5 114.00 OK
r-release-windows-x86_64 1.4.5 68.00 124.00 192.00 OK
r-oldrel-macos-arm64 1.4.5 169.00 OK
r-oldrel-macos-x86_64 1.4.5 112.00 OK
r-oldrel-windows-ix86+x86_64 1.4.5 14.00 1213.00 1227.00 ERROR

Check Details

Version: 1.4.5
Check: dependencies in R code
Result: NOTE
    Initiating curl with CURL_SSL_BACKEND: openssl
Flavor: r-oldrel-windows-ix86+x86_64

Version: 1.4.5
Check: tests
Result: ERROR
     Running 'testthat.R' [306s]
    Running the tests in 'tests/testthat.R' failed.
    Complete output:
     > library(testthat)
     > test_check("httr")
     Loading required package: httr
     Initiating curl with CURL_SSL_BACKEND: openssl
     [ FAIL 3 | WARN 0 | SKIP 7 | PASS 155 ]
    
     == Skipped tests ===============================================================
     * Currently broken (1)
     * On CRAN (6)
    
     == Failed tests ================================================================
     -- Failure ('test-body.r:12:3'): NULL body gives empty data element ------------
     out$data not equal to "".
     target is NULL, current is character
     -- Failure ('test-response.r:5:3'): status codes returned as expected ----------
     GET("http://httpbin.org/status/320")$status_code not equal to 320.
     1/1 mismatches
     [1] 504 - 320 == 184
     -- Failure ('test-response.r:16:3'): POST posts --------------------------------
     GET("http://httpbin.org/post")$status_code not equal to 405.
     1/1 mismatches
     [1] 504 - 405 == 99
    
     [ FAIL 3 | WARN 0 | SKIP 7 | PASS 155 ]
     Error: Test failures
     Execution halted
Flavor: r-oldrel-windows-ix86+x86_64