CRAN Package Check Results for Package colorspace

Last updated on 2024-04-19 00:11:50 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1-0 12.50 122.36 134.86 OK
r-devel-linux-x86_64-debian-gcc 2.1-0 8.55 89.16 97.71 OK
r-devel-linux-x86_64-fedora-clang 2.1-0 170.58 OK
r-devel-linux-x86_64-fedora-gcc 2.1-0 191.97 OK
r-prerel-macos-arm64 2.1-0 49.00 ERROR
r-prerel-windows-x86_64 2.1-0 18.00 149.00 167.00 OK
r-patched-linux-x86_64 2.1-0 14.03 111.29 125.32 OK
r-release-linux-x86_64 2.1-0 10.37 113.21 123.58 OK
r-release-macos-arm64 2.1-0 62.00 OK
r-release-macos-x86_64 2.1-0 92.00 OK
r-release-windows-x86_64 2.1-0 17.00 145.00 162.00 OK
r-oldrel-macos-arm64 2.1-0 47.00 ERROR
r-oldrel-windows-x86_64 2.1-0 23.00 135.00 158.00 OK

Check Details

Version: 2.1-0
Check: examples
Result: ERROR Running examples in ‘colorspace-Ex.R’ failed The error most likely occurred in: > ### Name: scale_colour_binned_diverging > ### Title: HCL-Based Binned Diverging Color Scales for ggplot2 > ### Aliases: scale_colour_binned_diverging scale_color_binned_diverging > ### scale_fill_binned_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_binned_diverging(n.breaks = 6) Error in loadNamespace(x) : there is no package called ‘farver’ Calls: scale_fill_binned_diverging ... loadNamespace -> withRestarts -> withOneRestart -> doWithOneRestart Execution halted Flavor: r-prerel-macos-arm64

Version: 2.1-0
Check: examples
Result: ERROR Running examples in ‘colorspace-Ex.R’ failed The error most likely occurred in: > ### Name: scale_colour_binned_diverging > ### Title: HCL-Based Binned Diverging Color Scales for ggplot2 > ### Aliases: scale_colour_binned_diverging scale_color_binned_diverging > ### scale_fill_binned_diverging > > ### ** Examples > > # adapted from stackoverflow: https://stackoverflow.com/a/20127706/4975218 > > library("ggplot2") Error: package or namespace load failed for ‘ggplot2’: .onAttach failed in attachNamespace() for 'ggplot2', details: call: loadNamespace(x) error: there is no package called ‘withr’ Execution halted Flavor: r-oldrel-macos-arm64