JoshOBrien

Results 4 issues of JoshOBrien

Came over here while investigating this question on SO: http://stackoverflow.com/q/39451877/980833. I think you mean "cursor", not "caret". The package looks neat, so I thought I'd contribute a few other edits.

At present `fasterize()` uses the input raster as a template, modifying many components of it `@data` slot (along with other slots) to form the raster that it returns. It does...

On my Windows machine, running the following crashes my R session. ``` library(RMySQL) drv

branch:stable

This PR addresses the issue described in #398. `dir_tree()` didn't work when a pattern was supplied to `regexp=` or `glob=` arguments that get passed on to `dir_ls()`. That's because the...