Last updated on 2025-09-13 00:50:48 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.1.2 | 6.40 | 53.57 | 59.97 | ERROR | |
r-devel-linux-x86_64-debian-gcc | 0.1.2 | 3.64 | 39.89 | 43.53 | ERROR | |
r-devel-linux-x86_64-fedora-clang | 0.1.2 | 88.67 | ERROR | |||
r-devel-linux-x86_64-fedora-gcc | 0.1.3 | 95.90 | OK | |||
r-devel-windows-x86_64 | 0.1.2 | 8.00 | 60.00 | 68.00 | OK | |
r-patched-linux-x86_64 | 0.1.2 | 4.02 | 44.49 | 48.51 | OK | |
r-release-linux-x86_64 | 0.1.2 | 4.53 | 44.71 | 49.24 | OK | |
r-release-macos-arm64 | 0.1.3 | 30.00 | OK | |||
r-release-macos-x86_64 | 0.1.3 | 56.00 | OK | |||
r-release-windows-x86_64 | 0.1.2 | 6.00 | 60.00 | 66.00 | OK | |
r-oldrel-macos-arm64 | 0.1.3 | 36.00 | OK | |||
r-oldrel-macos-x86_64 | 0.1.3 | 59.00 | OK | |||
r-oldrel-windows-x86_64 | 0.1.2 | 10.00 | 73.00 | 83.00 | OK |
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