jbaileyh / geogrid

Turning geospatial polygons into regular or hexagonal grids. For other similar functionality see the tilemaps package https://github.com/kaerosen/tilemaps
Other
393 stars 31 forks source link

Cpp cleanup #24

Closed edavidaja closed 6 years ago

edavidaja commented 6 years ago

I was having difficulty getting devtools::install_github() to work with this package on my Windows machine. This SO post identifies OS-specific files as the problematic ones, so I added them to the gitignore and removed them from source control. Running devtools::install() locally with the relevant changes made seemed to resolve the issue.

I've looked at the usetthis documentation and I'm not sure that this is exactly the correct syntax for ignoring all the relevant files.

jbaileyh commented 6 years ago

Thanks for feeding in!