Last updated on 2020-02-15 01:01:18 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 2.3.4 | 10.93 | 70.09 | 81.02 | OK | |
r-devel-linux-x86_64-debian-gcc | 2.3.4 | 7.10 | 53.88 | 60.98 | OK | |
r-devel-linux-x86_64-fedora-clang | 2.3.4 | 94.78 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 2.3.4 | 92.95 | OK | |||
r-devel-windows-ix86+x86_64 | 2.3.4 | 18.00 | 89.00 | 107.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 2.3.4 | 28.00 | 122.00 | 150.00 | OK | |
r-patched-linux-x86_64 | 2.3.4 | 7.94 | 62.25 | 70.19 | OK | |
r-patched-solaris-x86 | 2.3.4 | 125.50 | OK | |||
r-release-linux-x86_64 | 2.3.4 | 7.68 | 61.87 | 69.55 | OK | |
r-release-windows-ix86+x86_64 | 2.3.4 | 13.00 | 86.00 | 99.00 | OK | |
r-release-osx-x86_64 | 2.3.4 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 2.3.4 | 8.00 | 77.00 | 85.00 | OK | |
r-oldrel-osx-x86_64 | 2.3.4 | OK |
Version: 2.3.4
Check: examples
Result: ERROR
Running examples in 'archivist-Ex.R' failed
The error most likely occurred in:
> ### Name: aread
> ### Title: Read Artifacts Given as md5hashes from the Repository
> ### Aliases: aread
>
> ### ** Examples
>
> # read the object from local directory
> setLocalRepo(system.file("graphGallery", package = "archivist"))
> pl <- aread("7f3453331910e3f321ef97d87adb5bad")
> # To plot it remember to have ggplot2 in version 2.1.0
> # as this is stated in asession("7f3453331910e3f321ef97d87adb5bad") .
> # The state of R libraries can be restored to the same state in
> # which 7f3453331910e3f321ef97d87adb5bad was created with the restoreLibs function.
>
> # read the object from Remote
> pl <- aread("pbiecek/graphGallery/7f3453331910e3f321ef97d87adb5bad")
Error in function (type, msg, asError = TRUE) :
Could not resolve host: raw.githubusercontent.com
Calls: aread ... getBinaryURL -> getURL -> curlPerform -> <Anonymous> -> fun
Execution halted
Flavor: r-devel-windows-ix86+x86_64