Jakub

Results 477 comments of Jakub

Hi all -- I also prefer solution 1 or 3. That being said -- I think it would be good to start by thinking about a larger picture. As @mtennekes...

Update after some recent tmap changes: now the error are only related to two functions: `map_4326_cyl()` and `map_3857_cyl()`. ```r > m3857_cyl = map_3857_cyl() Error in ant[[1]] : subscript out of...

@dieghernan could you add it in both places, and also add the mentions of dplyr for this package and sf? What do you think about this idea?

Hi @dieghernan is there any progress on this?

@mtennekes have you consider having just one argument that accepts a function (e.g., `tm_popup()`)?

@tim-salabim yep -- it is still an idea

Hi @mtennekes -- I was unable to reproduce this example (after installing everything): ``` r library(tmap) library(tmap.deckgl) tmap_mode("deck") #> tmap mode set to 'deck' tm_shape(World) + tm_polygons("HPI", fill.scale = tm_scale_intervals(values...

@mtennekes my overall thinking is when somebody is not convinced themselves then it is good to look for alternatives;) In this case, I checked you code, and I like the...

I like this dataset. I agree that having this number of missing values could be seen as an issue, but, on the other hand, it is often the case when...

Awesome @mtennekes ! Regarding the question... I have some ideas - we can discuss them during our next meeting.