Alexandre Courtiol
Alexandre Courtiol
Hi all, I am experiencing a little problem reading some GPS data with {sf} or {rgdal}. [These GPS points](https://github.com/r-spatial/sf/files/6575955/Map_190627.zip) produced by a GPS Garmin 64S (+ the interface GPS Trackmaker...
Updating to sf 1.0 or 1.0-1 breaks some of my code when (and only when S2 is on). One issue is that `sf::st_difference` now behave differently: ```r library(sf) # Linking...
Dear fs developers, the function realize_ does not work _in my working environment_ if the path points toward a network drive: ```{r} fs:::realize_('M:/') Error: [EPERM] Failed to realize 'M:/': operation...
When displaying tibbles with list-columns, it would be nice to be able to give a glimpse of the content within each cell. For example, if the width is sufficient, instead...
From a quick look at the documentation, countrycode seems to support UN M49 codes: https://github.com/vincentarelbundock/countrycode/blob/a3732f916bdf7973eeeaf3cecec34618151eb302/R/codelist.R#L31 UN M49 codes are documented [here](https://unstats.un.org/unsd/methodology/m49/) or [here](https://unstats.un.org/unsd/publication/SeriesM/Series_M49_Rev4(1999)_en.pdf) Example: ![Screen Shot 2021-04-05 at 08 55...
Dear @gdemin, I find that {expss} is a nice package to create tables, even for those handling non labelled variables or values! When dealing with multiple variables, in the absence...
Fixes #149 The idea of this PR is the reduce a little further the clutter while remaining accurate. Here is an example with **dplyr**, a package with a lot of...
When using `makeDepGraph()` it would be nice to be able to prevent recursion on dependencies. That would lead to plots easier to read for packages with a lot of dependencies....
There is a small issue in the code of `loc_check`: https://github.com/jhollist/elevatr/blob/7b11c909df8838a93aaabfc3f247a804e91a5fdd/R/internal.R#L70 `values = FALSE` does not work with *SpatVector*. Example: ``` r packageVersion("terra") #> [1] '1.7.46' packageVersion("rnaturalearth") #> [1] '0.3.4'...
Although it is not always a good thing to do, it could be useful to be able to display all pairwise comparisons at once. As far as I know, if...