Skip to content

Releases: ropensci/spatsoc

spatsooc v0.2.3

14 Apr 21:28
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

spatsoc v0.2.2

08 Sep 13:29
2edd03c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.2

spatsoc v0.2.0

23 Aug 00:47
Compare
Choose a tag to compare

Full Changelog: v0.1.17...v0.2.0

spatsoc v0.1.17

23 Aug 00:27
Compare
Choose a tag to compare

Full Changelog: v0.1.16...v0.1.17

spatsoc v0.1.16

16 Mar 19:59
Compare
Choose a tag to compare
  • added an option for edge_dist to handle threshold = NULL. If NULL, edge_dist will return all neighbours observed (eg. useful if one wanted to calculated mean nearest neighbour distance at each timegroup).
  • updated EPSG argument according to newest recommendations in tests, man and vignettes (PR 38
  • removed expect_silent tests (PR 37)
  • switched CI for tests and code coverage to GitHub Actions (PR 36)

spatsoc v0.1.15

21 Oct 22:03
Compare
Choose a tag to compare
  • fixed issue 32 causing data.table's reverse dependency tests to fail for spatsoc
  • fixed some URLs

spatsoc v0.1.14

05 Jul 17:46
Compare
Choose a tag to compare
  • updated tests, man and vignettes following new handling of projections in sp (PR 31, R spatial information)
  • clarified explicit drop of NAs in dyadID in edge list vignette

spatsoc v0.1.13

30 Apr 17:19
Compare
Choose a tag to compare
  • added dyad_id function for generating dyad IDs with edge functions (PR 27)
  • added a vignette describing edge_dist, edge_nn and dyad_id functions here (PR 14)

spatsoc v0.1.12

02 Mar 20:41
75042b8
Compare
Choose a tag to compare
  • fixed data.table error in edge_dist and edge_nn (PR 25)

spatsoc v0.1.11

02 Mar 20:40
3690be6
Compare
Choose a tag to compare
  • removed default NULL from 'timegroup' arguments in group_pts, edge_dist and edge_nn (PR 24)