Last updated on 2024-10-31 10:50:30 CET.
Package | ERROR | OK |
---|---|---|
ipeaplot | 1 | 12 |
Current CRAN status: ERROR: 1, OK: 12
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