boB Rudis
                                            boB Rudis
                                        
                                    So, save the following block to `captured_write_ogr`: ``` #include #include #include #include using namespace Rcpp; //' An \code{writeOGR} shim to capture stdout //' //' @param obj the \code{Spatial} object to...
``` microbenchmark(js1=capturedWriteOGR(cities[1:10,], object.size(cities[1:10,]), "cities", writeOGR)) ## Unit: milliseconds ## expr min lq mean median uq max neval ## js1 1.862113 1.927723 2.118487 2.052322 2.112831 5.625623 100 ```
I'm really not convinced `int MAX_LEN = obj_size * 10` is truly necessary. In the example I provided, ``` object.size(cities[1:10,]) ## 51768 bytes ``` and ``` object.size(capturedWriteOGR(cities[1:10,], object.size(cities[1:10,]), "cities", writeOGR))...
ugh. yeah (i'll fix) On Thu, Feb 18, 2016 at 10:22 AM, Scott Chamberlain < [email protected]> wrote: > works great! thanks so much. indeed, cross-platform is important. > > In...
thx, @ateucher. I've got a Windows VM back at the ranch (Tue & Thu are my commute days to Boston) I can debug it later (though I do import ``...
those are perfect Windows augmentations, @ateucher. I'm not worried abt that error msg. I can give verbiage for a CRAN submission with that there. I've not exhausted all other possibilities...
oh. wow. i need to get back to this. :-) On Thu, Apr 7, 2016 at 7:05 PM, Scott Chamberlain [email protected] wrote: > @ateucher https://github.com/ateucher @hrbrmstr > https://github.com/hrbrmstr added a...
aye. back to 100% health and virtually caught up at work. On Tue, May 3, 2016 at 12:48 PM, Scott Chamberlain wrote: > > @hrbrmstr https://github.com/hrbrmstr any chance you can...
{altair} seems to be the moving-forward center of gravity on Vega-lite + R, so no further work will be one on this repo. This is a good reminder (#ty!) that...
However to get a spec into ggplot2 will require some expression compilation. I'm not sure it's worth it in the long run. Prbly going to spend some cycles getting a...