Last updated on 2017-07-26 01:56:09.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.8.1 | 3.38 | 99.64 | 103.01 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 2.8.1 | 8.95 | 99.99 | 108.95 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 2.8.1 | 38.79 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 2.8.1 | 38.21 | NOTE | |||
r-devel-windows-ix86+x86_64 | 2.8.1 | 97.00 | 213.00 | 310.00 | NOTE | |
r-patched-linux-x86_64 | 2.8.1 | 6.73 | 89.21 | 95.93 | NOTE | |
r-patched-solaris-x86 | 2.8.1 | 50.60 | ERROR | |||
r-release-linux-x86_64 | 2.8.1 | 7.04 | 88.18 | 95.22 | NOTE | |
r-release-windows-ix86+x86_64 | 2.8.1 | 55.00 | 181.00 | 236.00 | NOTE | |
r-release-osx-x86_64 | 2.8.1 | NOTE | ||||
r-oldrel-windows-ix86+x86_64 | 2.8.1 | 48.00 | 166.00 | 214.00 | NOTE | |
r-oldrel-osx-x86_64 | 2.8.1 | OK |
Version: 2.8.1
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
Version: 2.8.1
Check: installed package size
Result: NOTE
installed size is 6.4Mb
sub-directories of 1Mb or more:
doc 1.0Mb
libs 5.2Mb
Flavors: r-devel-windows-ix86+x86_64, r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64
Version: 2.8.1
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
Version: 2.8.1
Check: tests
Result: ERROR
Running ‘testthat.R’ [7s/218s]
Running the tests in ‘tests/testthat.R’ failed.
Complete output:
> library(testthat)
> library(curl)
>
> test_check("curl")
This is libcurl version 7.48.0 with OpenSSL/1.0.1t
Using test server: https://eu.httpbin.org
1. Error: IDN domain names (@test-idn.R#20) ------------------------------------
Timeout was reached: Resolving timed out after 10063 milliseconds
1: expect_is(curl::curl_fetch_memory(kremlin)$status_code, "integer") at testthat/test-idn.R:20
2: klass(object)
3: paste(class(x), collapse = "/")
4: curl::curl_fetch_memory(kremlin)
2. Failure: Max connections works (@test-multi.R#11) ---------------------------
`out` not equal to list(success = 2, error = 0, pending = 1).
Component "success": Mean absolute difference: 2
Component "pending": Mean relative difference: 0.6666667
3. Failure: Max connections works (@test-multi.R#13) ---------------------------
`out` not equal to list(success = 1, error = 0, pending = 0).
Component "success": Mean absolute difference: 1
Component "pending": Mean relative difference: 1
4. Failure: Max connections works (@test-multi.R#15) ---------------------------
`out` not equal to list(success = 0, error = 0, pending = 0).
Component "success": Mean relative difference: 1
5. Failure: Timeout works (@test-multi.R#40) -----------------------------------
`out` not equal to list(success = 1, error = 2, pending = 1).
Component "success": Mean absolute difference: 1
Component "pending": Mean relative difference: 0.5
6. Failure: Timeout works (@test-multi.R#42) -----------------------------------
`out` not equal to list(success = 0, error = 0, pending = 1).
Component "pending": Mean relative difference: 0.5
7. Failure: Timeout works (@test-multi.R#44) -----------------------------------
`out` not equal to list(success = 1, error = 0, pending = 0).
Component "success": Mean relative difference: 0.5
testthat results ================================================================
OK: 161 SKIPPED: 0 FAILED: 7
1. Error: IDN domain names (@test-idn.R#20)
2. Failure: Max connections works (@test-multi.R#11)
3. Failure: Max connections works (@test-multi.R#13)
4. Failure: Max connections works (@test-multi.R#15)
5. Failure: Timeout works (@test-multi.R#40)
6. Failure: Timeout works (@test-multi.R#42)
7. Failure: Timeout works (@test-multi.R#44)
Error: testthat unit tests failed
Execution halted
Flavor: r-patched-solaris-x86