CRAN Package Check Results for Package curl

Last updated on 2020-08-07 01:49:40 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 4.3 6.82 36.87 43.69 NOTE
r-devel-linux-x86_64-debian-gcc 4.3 5.22 30.36 35.58 NOTE
r-devel-linux-x86_64-fedora-clang 4.3 59.84 NOTE
r-devel-linux-x86_64-fedora-gcc 4.3 50.44 NOTE
r-devel-windows-ix86+x86_64 4.3 103.00 256.00 359.00 NOTE
r-patched-linux-x86_64 4.3 5.84 36.39 42.23 NOTE
r-patched-solaris-x86 4.3 71.70 NOTE
r-release-linux-x86_64 4.3 6.07 36.22 42.29 NOTE
r-release-macos-x86_64 4.3 ERROR
r-release-windows-ix86+x86_64 4.3 103.00 263.00 366.00 NOTE
r-oldrel-macos-x86_64 4.3 NOTE
r-oldrel-windows-ix86+x86_64 4.3 134.00 238.00 372.00 NOTE

Check Details

Version: 4.3
Check: compiled code
Result: NOTE
    File 'curl/libs/curl.so':
     Found non-API call to R: 'R_new_custom_connection'
    
    Compiled code should not call non-API entry points in R.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
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-patched-linux-x86_64, r-patched-solaris-x86, r-release-linux-x86_64, r-release-macos-x86_64, r-oldrel-macos-x86_64

Version: 4.3
Check: installed package size
Result: NOTE
     installed size is 9.0Mb
     sub-directories of 1Mb or more:
     doc 1.7Mb
     libs 7.1Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 4.3
Check: compiled code
Result: NOTE
    File 'curl/libs/i386/curl.dll':
     Found non-API call to R: 'R_new_custom_connection'
    File 'curl/libs/x64/curl.dll':
     Found non-API call to R: 'R_new_custom_connection'
    
    Compiled code should not call non-API entry points in R.
    
    See 'Writing portable packages' in the 'Writing R Extensions' manual.
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64

Version: 4.3
Check: tests
Result: ERROR
     Running ‘spelling.R’ [0s/1s]
     Running ‘testthat.R’ [3s/38s]
    Running the tests in ‘tests/testthat.R’ failed.
    Complete output:
     > library(testthat)
     > library(curl)
     >
     > # Comply with CRAN policy: skip tests if no internet
     > if(curl::has_internet()){
     + test_check("curl")
     + }
     This is libcurl version 7.54.0 with LibreSSL/2.0.20
     Using test server: http://hb.opencpu.org
Flavor: r-release-macos-x86_64