Package: spatsoc Title: Group Animal Relocation Data by Spatial and Temporal Relationship and Measure Intragroup Social Dynamics Version: 0.2.13 Authors@R: c( person("Alec L.", "Robitaille", , "robit.alec@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-4706-1762")), person("Quinn", "Webber", role = "aut", comment = c(ORCID = "0000-0002-0434-9360")), person("Eric", "Vander Wal", role = "aut", comment = c(ORCID = "0000-0002-8534-4317")) ) Description: Detects spatial and temporal groups in GPS relocations (Robitaille et al. (2019) ). It can be used to convert GPS relocations to gambit-of-the-group format to build proximity-based social networks, and perform data-stream randomization methods suitable for GPS data. Also provides measures of intragroup social dynamics including distance and direction to leaders, centroids and nearest neighbours. License: GPL-3 | file LICENSE URL: https://docs.ropensci.org/spatsoc/, https://github.com/ropensci/spatsoc BugReports: https://github.com/ropensci/spatsoc/issues Depends: R (>= 3.4) Imports: adehabitatHR (>= 0.4.21), data.table (>= 1.15.0), igraph, sf, lwgeom (>= 0.2.15), CircStats, stats, units (>= 0.8-6), rlang Suggests: asnipe, knitr, markdown, move2, rmarkdown, s2, sftrack, testthat (>= 2.1.0) VignetteBuilder: knitr Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: GDAL (>= 2.0.1), GEOS (>= 3.4.0), PROJ (>= 4.8.0), sqlite3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libglpk-dev libxml2-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2026-04-27 12:11:44 UTC RemoteUrl: https://github.com/ropensci/spatsoc RemoteRef: main RemoteSha: 478969b3503406c839ae203784270adf5ff4f00c NeedsCompilation: no Packaged: 2026-07-01 08:18:15 UTC; root Author: Alec L. Robitaille [aut, cre] (ORCID: ), Quinn Webber [aut] (ORCID: ), Eric Vander Wal [aut] (ORCID: ) Maintainer: Alec L. Robitaille