Radoslaw Panczak

Results 10 issues of Radoslaw Panczak

Hi, Would you be interested in extending the list to include the books on geographical data handling and analysis? Would be happy to contribute a bit.

I'm trying to implement `collapse_rows` example from docs. It fails to give me correct output. ``` collapse_rows_dt % kable_paper(full_width = F) %>% column_spec(1, bold = T) %>% collapse_rows(columns = 1:2,...

When using a smoother separated by a factor variable currently `gratia` plots separate panels for it ``` library(gratia) load_mgcv() set.seed(42) df

enhancement

The link from README used for `my_link`: http://www.shanghairanking.com/ARWU2020.html is probably incorrect. Should it point to http://www.shanghairanking.com/rankings/arwu/2021 instead

Hi @cjgb Many thanks for super useful package! Is there a way to define which language of the file to use? I'm working with file from [BfS](https://www.bfs.admin.ch/bfs/en/home/statistics/population/births-deaths/deaths.assetdetail.17664403.html) that comes in...

Thank you for this resource - awesome list! The 'Okabe-Ito' [palette ](https://cran.r-project.org/web/packages/ggokabeito/)could be a good addition too perhaps?

Hi @statnmap Many thanks for great package! I came across unusual behavior. I'm trying to retrieve information using `gl_list_projects()` function I try to return [inkscape](https://gitlab.com/inkscape/inkscape) as example that has Project...

It won't be a surprise for you to hear that #Rstats is becoming more and more capable in working with spatial data :world_map: With awesome tools like `sf` and `tmap`...

Brisbane City Council @brisbanecityqld provides access to _Traffic Management — Intersection volume_ 🚗 🚌 🚚 dataset ([access with login](https://www.data.brisbane.qld.gov.au/data/dataset/traffic-data-at-intersection-api), data under CC BY 4.0 license). Every minute a JSON file...

Hi Jacob, After adding ```r if (interactive()) { suppressMessages(require(updateme)) } ``` to my `.Rprofile` I get this set of messages when loading `renv` tracked project - what might be causing...