Last updated on 2019-03-14 00:46:30 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 3.3 | 5.24 | 32.61 | 37.85 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 3.3 | 4.24 | 26.47 | 30.71 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 3.3 | 45.35 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 3.3 | 43.78 | NOTE | |||
r-devel-windows-ix86+x86_64 | 3.3 | 123.00 | 276.00 | 399.00 | NOTE | |
r-patched-linux-x86_64 | 3.3 | 4.22 | 30.94 | 35.16 | NOTE | |
r-patched-solaris-x86 | 3.3 | 62.50 | ERROR | |||
r-release-linux-x86_64 | NOTE | |||||
r-release-windows-ix86+x86_64 | 3.3 | 118.00 | 217.00 | 335.00 | NOTE | |
r-release-osx-x86_64 | 3.3 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 3.3 | 128.00 | 226.00 | 354.00 | NOTE | |
r-oldrel-osx-x86_64 | 3.3 | NOTE |
Version: 3.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-osx-x86_64, r-oldrel-osx-x86_64
Version: 3.3
Check: installed package size
Result: NOTE
installed size is 6.5Mb
sub-directories of 1Mb or more:
libs 5.5Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 3.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: 3.3
Check: tests
Result: ERROR
Running ‘spelling.R’
Running ‘testthat.R’ [7s/275s]
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.56.1 with OpenSSL/1.0.2m
Using test server: http://hb.opencpu.org
── 1. Error: Opening and closing a connection (@test-handle.R#44) ─────────────
Timeout was reached: Resolving timed out after 10000 milliseconds
1: open(con) at testthat/test-handle.R:44
2: open.connection(con)
── 2. Error: Downloading to a file (@test-handle.R#73) ────────────────────────
Failed initialization
1: curl_download(httpbin("get?test=boeboe"), tmp, handle = h) at testthat/test-handle.R:73
══ testthat results ═══════════════════════════════════════════════════════════
OK: 173 SKIPPED: 4 FAILED: 2
1. Error: Opening and closing a connection (@test-handle.R#44)
2. Error: Downloading to a file (@test-handle.R#73)
Error: testthat unit tests failed
In addition: Warning message:
In .Internal(gc(verbose, reset, full)) :
closing unused connection 4 (http://hb.opencpu.org/cookies)
Execution halted
Flavor: r-patched-solaris-x86