mark padgham

Results 617 comments of mark padgham

From the `pkgstats` experience of round-tripping, biggest hiccup is encoding. Loads of CRAN pkgs have code that is able to be read with `encoding = "UTF-8"`, but even if written...

All theoretically do-able, but [JOSM](https://josm.openstreetmap.de/) is so polished that it really would be a heap of largely redundant repetition just so people could do it in RStudio instead of JOSM....

@Robinlovelace d'ya wanna open an issue in `osmdata` and explain a bit more what you have in mind? Ref this one and we can X-fertilise.

@agila5 just checking through some issues here and noted this one. I will one day bundle the `osmium` source code as a self-contained R package. This comment mostly serves to...

Thanks @earowang, but the problem is that the straightforward ways to implement intervals do not work: ``` r library (tsibble) library (units) #> udunits system database from /usr/share/udunits daily

Awesome! Any chance of similar integration of [`units`](https://github.com/r-quantities/units/)? It is *the* interface in R to the `udunits2` library, so should be considered the definitive implementation of units in R, including...

I'll have a look...

Hmmm... I'm not really sure how the src code works here. Two things that appear potentially unsafe: 1. [` nH = strCoord.find_first_not_of(" \t", 0);`](https://github.com/ropenscilabs/parzer/blob/master/src/CLongLatString.cpp#L245) - unable to tell (without me...

This issue has also currently disabled rOpenSci's review bot, which is unable to check packages. Can reproduce by running call in a clean `rocker/tidyverse` container. A prompt fix would be...

Hmm, all seems okay again now. It is clearly intermittent as @dinakar29 suggested, but during times of failure it does seem entirely reproducible.