Releases: ropensci/spatsoc
Releases · ropensci/spatsoc
spatsoc v0.2.7
What's Changed
- Feat/position along group axis by @robitalec in #66
- Feat/distance to leader by @robitalec in #68
- Feat/direction to leader by @robitalec in #68
- Remove package startup message related to changes from R-spatial evolution
Full Changelog: v0.2.6...v0.2.7
spatsoc v0.2.6
What's Changed
- Feat/direction step by @robitalec in #90
- Feat/distance and direction to centroid by @robitalec in #74
- Feat/direction group by @robitalec in #91
- Feat/polarization by @robitalec in #76
Full Changelog: v0.2.5...v0.2.6
spatsoc v0.2.5
What's Changed
- Fix/pkgdown docs by @robitalec in #85
- Fix/rename dyads.R by @robitalec in #86
- Fix/rename test files by @robitalec in #87
- Feat/centroid_group by @robitalec in #72
- Feat/centroid dyad by @robitalec in #88
- Feat/centroid fusion by @robitalec in #89
Full Changelog: v0.2.4...v0.2.5
spatsoc v0.2.4
What's Changed
- docs: add search to pkgdown navbar by @maelle in #63
- Feat/fission fusion by @robitalec in #78
- Fix/pkgdown docs by @robitalec in #84
- Fix/test expected fusions by @robitalec in #83
Full Changelog: v0.2.3...v0.2.4
spatsooc v0.2.3
What's Changed
- Fix/replace igraph clusters with components by @robitalec in #61
- Fix/warnings from merge args by @robitalec in #62
Full Changelog: v0.2.2...v0.2.3
spatsoc v0.2.2
What's Changed
- Fix/CRAN notes by @robitalec in #56
- Fix/CRAN n cores notes by @robitalec in #58
Full Changelog: v0.2.0...v0.2.2
spatsoc v0.2.0
- Fix/rm sp build lines by @robitalec in #53
- Fix/rm sp build polys by @robitalec in #52
- Fix/rm sp group lines by @robitalec in #54
- Fix/rm sp group polys by @robitalec in #55
- Fix/rm retired spatial packages by @robitalec in #51
Full Changelog: v0.1.17...v0.2.0
spatsoc v0.1.17
- Add keyword internal by @maelle in #40
- Fix/rm lazy data by @robitalec in #42
- Fix/update actions by @robitalec in #41
- Rm unnecessary lines by @maelle in #43
- Fix/use c in by by @robitalec in #45
- Fix/clarify required timegroups by @robitalec in #46
- Fix/links in man by @robitalec in #47
- Fix/units group polys area by @robitalec in #49
Full Changelog: v0.1.16...v0.1.17
spatsoc v0.1.16
- 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
- fixed issue 32 causing data.table's reverse dependency tests to fail for spatsoc
- fixed some URLs