Elio Campitelli

Results 88 comments of Elio Campitelli

Yeah, maybe. Or a 0-row dataframe? Although if the data is not available, maybe an error is the best condition. But the thing is, is not an error within the...

I forgot to also update the readme to include the new index.

Hi, I'm having the same issue using the latest version of Fondo from AppCenter. Can confirm that images gotten from Fondo have permission 600.

Can confirm that it's resolved for me as well.

I don't think is a problem with the map data. I put it there mostly for reference, but I get the same problem with only the square: ``` r library(ggplot2)...

Thanks @mdsumner, you'r comment got me on the right track to find a workaround on my end. ``` r library(metR) # for dataset and geom_contour_fill() library(ggplot2) data(temperature) ggplot(subset(temperature, lev ==...

This might be also related to an issue I found using `facet_nested()` from the ggh4x package (https://github.com/teunbrand/ggh4x/) ``` r library(ggplot2) library(patchwork) mg

> Any news on this? > The error seems to persist... Hi! My PR (#69) has a possible fix, you can install it with `devtools::install_github("eliocamp/ggalt@new-coord-proj")`

That's a strange error. `expand_default` is an internal function in `ggalt` so it should be there. Are you installing this PR (`devtools::install_github("eliocamp/ggalt@new-coord-proj")`)? Can you post a reproducible example?