Last updated on 2020-02-15 01:01:21 CET.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 1.4-1 | 10.97 | 86.79 | 97.76 | NOTE | |
r-devel-linux-x86_64-debian-gcc | 1.4-1 | 8.44 | 65.33 | 73.77 | NOTE | |
r-devel-linux-x86_64-fedora-clang | 1.4-1 | 119.25 | NOTE | |||
r-devel-linux-x86_64-fedora-gcc | 1.4-1 | 117.78 | NOTE | |||
r-devel-windows-ix86+x86_64 | 1.4-1 | 5.00 | 7.00 | 12.00 | ERROR | |
r-devel-windows-ix86+x86_64-gcc8 | 1.4-1 | 42.00 | 174.00 | 216.00 | OK | |
r-patched-linux-x86_64 | 1.4-1 | 8.70 | 76.76 | 85.46 | OK | |
r-patched-solaris-x86 | 1.4-1 | 144.50 | OK | |||
r-release-linux-x86_64 | 1.4-1 | 8.80 | 76.48 | 85.28 | OK | |
r-release-windows-ix86+x86_64 | 1.4-1 | 24.00 | 115.00 | 139.00 | ERROR | |
r-release-osx-x86_64 | 1.4-1 | OK | ||||
r-oldrel-windows-ix86+x86_64 | 1.4-1 | 24.00 | 117.00 | 141.00 | ERROR | |
r-oldrel-osx-x86_64 | 1.4-1 | OK |
Version: 1.4-1
Check: for non-standard things in the check directory
Result: NOTE
Found the following files/directories:
'random.txt'
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
Version: 1.4-1
Check: whether package can be installed
Result: ERROR
Installation failed.
Flavor: r-devel-windows-ix86+x86_64
Version: 1.4-1
Check: running examples for arch ‘i386’
Result: ERROR
Running examples in 'colorspace-Ex.R' failed
The error most likely occurred in:
> ### Name: scale_colour_continuous_diverging
> ### Title: HCL-Based Continuous Diverging Color Scales for ggplot2
> ### Aliases: scale_colour_continuous_diverging
> ### scale_color_continuous_diverging scale_fill_continuous_diverging
>
> ### ** Examples
>
> # adapted from stackoverflow: https://stackoverflow.com/a/20127706/4975218
>
> library("ggplot2")
>
> # generate dataset and base plot
> set.seed(100)
> df <- data.frame(country = LETTERS, V = runif(26, -40, 40))
> df$country = factor(LETTERS, LETTERS[order(df$V)]) # reorder factors
> gg <- ggplot(df, aes(x = country, y = V, fill = V)) +
+ geom_bar(stat = "identity") +
+ labs(y = "Under/over valuation in %", x = "Country") +
+ coord_flip() + theme_minimal()
>
> # plot with default diverging scale
> gg + scale_fill_continuous_diverging()
Error in if (!alpha || all(lab_in[, 4] == 1)) { :
missing value where TRUE/FALSE needed
Calls: scale_fill_continuous_diverging ... <Anonymous> -> ggproto -> <Anonymous> -> colour_ramp
Execution halted
Flavors: r-release-windows-ix86+x86_64, r-oldrel-windows-ix86+x86_64