Daniel Herszenhut
Daniel Herszenhut
Hi! I have recently started using [Rdpack](https://github.com/GeoBosh/Rdpack) to manage citations in the documentation of a package I'm developing. They don't seem to render correctly when reading the docs with Nvim-R,...
 [Link](https://geocompr.github.io/geocompkg/articles/solutions07.html) for exercise solutions. I guess it was meant to be: `read_sf()` prints outputs and keeps strings as text strings (`st_read()` creates factors).
I tried replicating [Figure 8.14](https://geocompr.robinlovelace.net/adv-map.html#fig:insetmap1), but realized that, since the `x` and `y` arguments passed to `viewport` are relative to the "graphical area" (sorry, I don't know the actual name...
When setting `title.fontface = 2` the title text gets longer than its own box, which end up making it not aligned. This is particularly visible when the title is long....
I'm trying to come up with a minimalist hex sticker, but I'm having some problems when creating an empty sticker (i.e. that contains just the package name). The first time...
Hi. I'm a co-author of an R package that makes heavy use of a Java application. This application prints many informative messages, and we decided to redirect them to stderr...
e.g. https://github.com/ipeaGIT/r5r/blob/99a0e34962d845b5c3ec94cc44994da3634a45a1/r-package/tests/testthat/test-set_monte_carlo_draws.R#L81-L112
Code: ``` r data_path 5: moinhos_de_vento_hospital metropolitan_cathedral #> 6: praia_de_belas_shopping_center santa_casa_hospital #> 7: ufrgs bus_central_station #> segment_duration distance speed #> 1: 47.4 1400 1.772152 #> 2: 83.7 2490 1.784946 #>...
From a recent [rOpensci blog post](https://ropensci.org/blog/2021/09/30/ropensci-news-digest-september-2021/#package-development-corner): > Have you also considered adding some sort of sitrep (situation report) function? The devtools package has devtools::dev_sitrep() e.g. reports on the package development...