Skip to content

Releases: ropensci/spatsoc

spatsoc v0.1.10

02 Mar 20:40
11ea356
Compare
Choose a tag to compare
  • added optional return of distance between individuals with edge_dist (PR 19) and edge_nn (PR 21)

spatsoc v0.1.9

14 May 20:23
Compare
Choose a tag to compare
  • fixed bug for randomizations type 'step' and 'daily' (PR 13).
  • clarified SIMPLIFY=FALSE in SNA vignette.

spatsoc v0.1.8

05 Apr 23:42
Compare
Choose a tag to compare
  • 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)

spatsoc v0.1.7

01 Apr 23:12
3bf98c3
Compare
Choose a tag to compare
  • fix inconsistent blocks across years (PR 10)
  • update FAQ: remove old randomizations notes, clarify group_times block

spatsoc v0.1.6

10 Jan 23:01
Compare
Choose a tag to compare
  • fix bug 'group_times misses nearest hour with mins threshold' (#5)

spatsoc v0.1.5

11 Jan 19:22
Compare
Choose a tag to compare
  • 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 (#1)

spatsoc v0.1.4

11 Jan 19:22
Compare
Choose a tag to compare

spatsoc v0.1.3

11 Jan 19:22
Compare
Choose a tag to compare
  • added get_gbi to generate group by individual matrices for better integrating spatsoc in social network analysis workflows (!2)

spatsoc v0.1.2

11 Jan 19:21
Compare
Choose a tag to compare
  • 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).

spatsoc v0.1.1

11 Jan 19:20
Compare
Choose a tag to compare
  • 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