Last updated on 2017-09-26 01:47:29.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.8.9 | 4.10 | 94.49 | 98.59 | OK | |
r-devel-linux-x86_64-debian-gcc | 1.8.9 | 4.14 | 91.66 | 95.80 | OK | |
r-devel-linux-x86_64-fedora-clang | 1.8.9 | 175.75 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 1.8.9 | 172.89 | OK | |||
r-devel-windows-ix86+x86_64 | 1.8.9 | 12.00 | 145.00 | 157.00 | OK | |
r-patched-linux-x86_64 | 1.8.9 | 4.46 | 93.73 | 98.19 | OK | |
r-patched-solaris-x86 | 1.8.9 | 157.30 | ERROR | |||
r-release-linux-x86_64 | 1.8.9 | 4.50 | 93.75 | 98.25 | OK | |
r-release-windows-ix86+x86_64 | 1.8.9 | 11.00 | 145.00 | 156.00 | OK | |
r-release-osx-x86_64 | 1.8.9 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.8.9 | 11.00 | 134.00 | 145.00 | OK | |
r-oldrel-osx-x86_64 | 1.8.9 | OK |
Version: 1.8.9
Check: tests
Result: ERROR
Running ‘test-all.R’
Running the tests in ‘tests/test-all.R’ failed.
Complete output:
> library(testthat)
> library(nat)
Loading required package: rgl
Some nat functions depend on a CMTK installation. See ?cmtk and README.md for details.
Attaching package: 'nat'
The following objects are masked from 'package:base':
intersect, setdiff, union
> library(httr)
>
> # suppress RGL in headless environments (some CRAN build machines fail otherwise)
> if(!interactive())
+ Sys.setenv(RGL_USE_NULL=TRUE)
>
> # Is internet accessible?
> internet.ok = identical(
+ status_code(HEAD("http://flybrain.mrc-lmb.cam.ac.uk/", timeout(2))),
+ 200L
+ )
Error in curl::curl_fetch_memory(url, handle = handle) :
Timeout was reached: Resolving timed out after 2001 milliseconds
Calls: identical ... request_fetch -> request_fetch.write_memory -> <Anonymous> -> .Call
Execution halted
Flavor: r-patched-solaris-x86