Last updated on 2024-10-16 02:49:29 CEST.
Flavor | Version | Tinstall | Tcheck | Ttotal | Status | Flags |
---|---|---|---|---|---|---|
r-devel-linux-x86_64-debian-clang | 0.4.0 | 4.13 | 54.21 | 58.34 | OK | |
r-devel-linux-x86_64-debian-gcc | 0.4.0 | 3.78 | 38.95 | 42.73 | OK | |
r-devel-linux-x86_64-fedora-clang | 0.4.0 | 95.11 | OK | |||
r-devel-linux-x86_64-fedora-gcc | 0.4.0 | 99.57 | ERROR | |||
r-devel-windows-x86_64 | 0.4.0 | 8.00 | 98.00 | 106.00 | OK | |
r-patched-linux-x86_64 | 0.4.0 | 5.17 | 52.25 | 57.42 | OK | |
r-release-linux-x86_64 | 0.4.0 | 5.04 | 51.70 | 56.74 | OK | |
r-release-macos-arm64 | 0.4.0 | 60.00 | OK | |||
r-release-macos-x86_64 | 0.4.0 | 107.00 | OK | |||
r-release-windows-x86_64 | 0.4.0 | 9.00 | 83.00 | 92.00 | OK | |
r-oldrel-macos-arm64 | 0.4.0 | 93.00 | OK | |||
r-oldrel-macos-x86_64 | 0.4.0 | 121.00 | OK | |||
r-oldrel-windows-x86_64 | 0.4.0 | 9.00 | 105.00 | 114.00 | OK |
Version: 0.4.0
Check: examples
Result: ERROR
Running examples in ‘ipeaplot-Ex.R’ failed
The error most likely occurred in:
> ### Name: theme_ipea
> ### Title: Ggplot theme for Ipea charts and figures
> ### Aliases: theme_ipea
>
> ### ** Examples
>
> # Creating theme for ggplot2 graph using default arguments
> library(ggplot2)
> fig_raw <- ggplot() +
+ geom_col(data = mtcars, aes(x = hp , y = mpg, fill = cyl)) +
+ theme_ipea()
Error in rbind(test, temp) : cannot get data pointer of 'NULL' objects
Calls: +.gg ... add_ggplot -> ggplot_add -> ggplot_add.scale_auto_ipea -> rbind
Execution halted
Flavor: r-devel-linux-x86_64-fedora-gcc