CRAN Package Check Results for Package colorspace

Last updated on 2024-05-01 12:55:32 CEST.

Flavor Version Tinstall Tcheck Ttotal Status Flags
r-devel-linux-x86_64-debian-clang 2.1-0 12.73 121.52 134.25 OK
r-devel-linux-x86_64-debian-gcc 2.1-0 8.51 88.89 97.40 OK
r-devel-linux-x86_64-fedora-clang 2.1-0 166.33 OK
r-devel-linux-x86_64-fedora-gcc 2.1-0 191.97 OK
r-devel-windows-x86_64 2.1-0 15.00 146.00 161.00 OK
r-patched-linux-x86_64 2.1-0 13.46 112.55 126.01 OK
r-release-linux-x86_64 2.1-0 12.53 116.97 129.50 OK
r-release-macos-arm64 2.1-0 49.00 ERROR
r-release-windows-x86_64 2.1-0 16.00 129.00 145.00 OK
r-oldrel-macos-arm64 2.1-0 62.00 OK
r-oldrel-macos-x86_64 2.1-0 92.00 OK
r-oldrel-windows-x86_64 2.1-0 17.00 145.00 162.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-release-macos-arm64