Last updated on 2019-11-26 00:52:01 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.2.0 | 12.52 | 89.26 | 101.78 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.2.0 | 9.83 | 68.85 | 78.68 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.2.0 | 111.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.2.0 | 108.84 | OK | |||
r-devel-windows-ix86+x86_64 | 0.2.0 | 47.00 | 147.00 | 194.00 | OK | |
r-devel-windows-ix86+x86_64-gcc8 | 0.2.0 | 30.00 | 108.00 | 138.00 | ERROR | |
r-patched-linux-x86_64 | 0.2.0 | 11.10 | 83.92 | 95.02 | OK | |
r-patched-solaris-x86 | 0.2.0 | 168.80 | OK | |||
r-release-linux-x86_64 | 0.2.0 | 12.51 | 84.83 | 97.34 | OK | |
r-release-windows-ix86+x86_64 | 0.2.0 | 41.00 | 109.00 | 150.00 | OK | |
r-release-osx-x86_64 | 0.2.0 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 0.2.0 | 16.00 | 142.00 | 158.00 | ERROR | |
r-oldrel-osx-x86_64 | 0.2.0 | OK |
Version: 0.2.0
Check: whether package can be installed
Result: ERROR
See * DONE
Flavor: r-devel-windows-ix86+x86_64-gcc8
Version: 0.2.0
Check: examples
Result: ERROR
Running examples in 'phuse-Ex.R' failed
The error most likely occurred in:
> ### Name: merge_lists
> ### Title: Compare and merge two lists
> ### Aliases: merge_lists
>
> ### ** Examples
>
> a <- "https://github.com/phuse-org/phuse-scripts/raw/master"
> b <- "development/R/scripts"
> c <- "Draw_Dist1_R.yml"
> f1 <- paste(a,b,c, sep = '/')
> dr <- resolve(system.file("examples", package = "phuse"), "02_display")
> f2 <- paste(dr, "www", "Draw_Dist_R.yml", sep = '/')
> r1 <- read_yml(f1)
Warning in file(con, "rb") :
cannot open URL 'https://github.com/phuse-org/phuse-scripts/raw/master/development/R/scripts/Draw_Dist1_R.yml': HTTP status was '504 Gateway Time-out'
Error in file(con, "rb") : cannot open the connection
Calls: read_yml -> yaml.load -> paste -> readChar -> file
Execution halted
Flavor: r-oldrel-windows-ix86+x86_64