Last updated on 2025-09-13 00:51:31 CEST.
Package | ERROR | OK |
---|---|---|
ggchangepoint | 13 | |
ggDoubleHeat | 3 | 10 |
tidyEmoji | 13 |
Current CRAN status: OK: 13
Current CRAN status: ERROR: 3, OK: 10
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘ggDoubleHeat-Ex.R’ failed
The error most likely occurred in:
> base::assign(".ptime", proc.time(), pos = "CheckExEnv")
> ### Name: geom_heat_circle
> ### Title: Heatcircle
> ### Aliases: geom_heat_circle
>
> ### ** Examples
>
>
> # heatcircle with categorical variables only
>
> library(ggplot2)
>
> data <- data.frame(x = rep(c("a", "b", "c"), 3),
+ y = rep(c("d", "e", "f"), 3),
+ outside_values = rep(c(1,5,7),3),
+ inside_values = rep(c(2,3,4),3))
>
> ggplot(data, aes(x,y)) +
+ geom_heat_circle(outside = outside_values,
+ inside = inside_values)
Error in scale_title(title) : object 'outside_values' not found
Calls: <Anonymous> ... extract_params -> <Anonymous> -> make_title -> scale_title
Execution halted
Flavors: r-devel-linux-x86_64-debian-clang, r-devel-linux-x86_64-debian-gcc
Version: 0.1.2
Check: examples
Result: ERROR
Running examples in ‘ggDoubleHeat-Ex.R’ failed
The error most likely occurred in:
> ### Name: geom_heat_circle
> ### Title: Heatcircle
> ### Aliases: geom_heat_circle
>
> ### ** Examples
>
>
> # heatcircle with categorical variables only
>
> library(ggplot2)
>
> data <- data.frame(x = rep(c("a", "b", "c"), 3),
+ y = rep(c("d", "e", "f"), 3),
+ outside_values = rep(c(1,5,7),3),
+ inside_values = rep(c(2,3,4),3))
>
> ggplot(data, aes(x,y)) +
+ geom_heat_circle(outside = outside_values,
+ inside = inside_values)
Error in scale_title(title) : object 'outside_values' not found
Calls: <Anonymous> ... extract_params -> <Anonymous> -> make_title -> scale_title
Execution halted
Flavor: r-devel-linux-x86_64-fedora-clang
Current CRAN status: OK: 13