Skip to content

Releases: r-barnes/dggridR

v3.1.0

24 Jul 18:05
e62be73
Compare
Choose a tag to compare

dggridR v3.1.0

  • Fixed a numeric precision issue on Apple silicon computers (#63)
  • Removed dplyr, rlang and sp as dependencies to make the package more
    lightweight and up to date (sp is depreciated)
  • Added collapse and s2 as dependencies (incurring 0 additional dependencies)
    yielding significant performance gains, especially in grid materialization
  • Function dgshptogrid now also allows passing an sf data frame in memory,
    in addition to a shapefile saved to disc
  • Functions dgcellstogrid, dgearthgrid, dgrectgrid and dgshptogrid now have an
    additional argument return_sf = TRUE. Setting return_sf = FALSE gives a more
    memory efficient long data frame with the coordinates of the cell vertices.
  • These changes were made by Sebastian Krantz, who is the new CRAN maintainer

v3.0.0

24 Jan 15:26
Compare
Choose a tag to compare
Fix 'warning: a function declaration without a prototype'

v2.0.3

28 Jul 00:32
Compare
Choose a tag to compare

*Fix bugs in dgshptogrid() and dgrectgrid() with cellsize not being respected
*Updated authorship info for accuracy
*More helpful warning messages
*CRAN-compliant package title
*Adjusted function documentation to match behaviour
*Fixed issue with default value of savegrid