v 0.1.16 (in development)
- 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)
v 0.1.15 (2020-10-21)
v 0.1.14 (2020-07-03)
- 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
v 0.1.13 (2020-03-25)
- 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)
- fixed
data.table
error in edge_dist
and
edge_nn
(PR 25)
v 0.1.11 (2020-02-20)
- removed default NULL from ‘timegroup’ arguments in
group_pts
, edge_dist
and edge_nn
(PR 24)
v 0.1.10 (2019-06-06)
- added optional return of distance between individuals with
edge_dist
(PR 19) and
edge_nn
(PR 21)
v 0.1.9 (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)
- 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)
- fix inconsistent blocks across years (PR 10)
- update FAQ: remove old randomizations notes, clarify group_times
block
v 0.1.6 (2019-01-10)
- fix bug ‘group_times misses nearest hour with mins threshold’ (#5 and PR 6)
v 0.1.5 (2018-12-04)
- 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)
v 0.1.3
- added
get_gbi
to generate group by individual matrices
for better integrating spatsoc
in social network analysis
workflows (!2)
v 0.1.2
- 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)
- 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)
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