v 0.1.13 (2020-03-25) Unreleased

  • 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)

v 0.1.12 (2020-03-02) Unreleased

  • fixed data.table error in edge_dist and edge_nn (PR 25)

v 0.1.11 (2020-02-20) Unreleased

  • removed default NULL from ‘timegroup’ arguments in group_pts, edge_dist and edge_nn (PR 24)

v 0.1.10 (2019-06-06) Unreleased

  • added optional return of distance between individuals with edge_dist (PR 19) and edge_nn (PR 21)

v 0.1.9 (2019-05-14) 2019-05-14

  • fixed bug for randomizations type ‘step’ and ‘daily’ (PR 13).
  • clarified SIMPLIFY=FALSE in SNA vignette.

v 0.1.8 (2019-04-05) 2019-04-05

  • update FAQ and Introduction to spatsoc vignettes adding entries for edge list generating functions.
  • added edge list generating function edge_nn (PR 11)
  • added edge list generating function edge_dist (PR 11)

v 0.1.7 (2019-03-26) Unreleased

  • fix inconsistent blocks across years (PR 10)
  • update FAQ: remove old randomizations notes, clarify group_times block

v 0.1.6 (2019-01-10) 2019-01-10

  • fix bug ‘group_times misses nearest hour with mins threshold’ (#5 and PR 6)

v 0.1.5 (2018-12-04) Unreleased

  • update issue labels and contributing
  • change over issue board location from GitLab to rOpenSci repository on GitHub
  • added preprint CITATION
  • added “https://” to pkgdown URL (PR 1)

v 0.1.4 (2018-10-26) 2018-10-26

v 0.1.3 Unreleased

  • added get_gbi to generate group by individual matrices for better integrating spatsoc in social network analysis workflows (!2)

v 0.1.2 Unreleased

  • major change to randomizations: when iterations = 1, randomizations no longer returns the DT with appended columns. Regardless of the value of iterations, randomizations always returns observed rows followed by randomized rows in a long data.table (!1).

v 0.1.1 (2018-09-17) 2018-09-17

  • improvements to package, function documentation
  • FAQ vignette added
  • fixed build_lines ordering bug to ensure rows are ordered by date time when building lines
  • added CODE_OF_CONDUCT.md and CONTRIBUTING.md
  • Using spatsoc in social network analysis vignette added

v 0.1.0 (2018-07-20) 2018-07-20

Initial release

  • temporal grouping function: group_times
  • spatial grouping functions: group_pts, group_lines, group_polys
  • data-stream randomization function: randomizations
  • spatial build functions: build_lines, build_polys