geovctrs icon indicating copy to clipboard operation
geovctrs copied to clipboard

Common Classes and Data Structures for Geometry Vectors

Results 3 geovctrs issues
Sort by recently updated
recently updated
newest added

This is pretty much just adding ``` c++ // [[Rcpp::interfaces(r, cpp) ``` at the top of every file that contains ``` c++ // [[Rcpp::export]] ``` It would be nice to...

Hi Dewey, cool package, but it seems to me that you are trying to implement a couple of features that do already exist in the [geometr](https://github.com/EhrmannS/geometr) package. Namely, the tidy...

Very draft attempt at a `geovectrs_triang` analogous to `geovectrs_rect`. I see this as a very complementary addition to the set in geovctrs currently, it's harder than I thought - I...