Package: swaRmverse
Type: Package
Title: Swarm Space Creation
Version: 0.1.1
Date: 2024-10-10
Authors@R: c(
  person("Marina", "Papadopoulou", , "m.papadopoulou.rug@gmail.com", role = 
    c("aut", "cre"), comment = c(ORCID = "0000-0002-6478-8365")),
  person("Simon", "Garnier", email = "garnier@njit.edu", role = c("ctb", "cph"),
    comment = c(ORCID = "0000-0002-3886-3974"))
  )
Maintainer: Marina Papadopoulou <m.papadopoulou.rug@gmail.com>
Description: Provides a pipeline for the comparative analysis of 
  collective movement data (e.g. fish schools, bird flocks, baboon troops) by 
  processing 2-dimensional positional data (x,y,t) from GPS trackers or computer
  vision tracking systems, discretizing events of collective motion, calculating
  a set of established metrics that characterize each event, and placing the
  events in a multi-dimensional swarm space constructed from these metrics.
  The swarm space concept, the metrics and data sets included are described in:
  Papadopoulou Marina, Furtbauer Ines, O'Bryan Lisa R., Garnier Simon, 
  Georgopoulou Dimitra G., Bracken Anna M., Christensen Charlotte and King
  Andrew J. (2023) <doi:10.1098/rstb.2022.0068>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://marinapapa.github.io/swaRmverse/,
        https://github.com/marinapapa/swaRmverse
BugReports: https://github.com/marinapapa/swaRmverse/issues
RoxygenNote: 7.3.1
Depends: R (>= 3.5)
Imports: parallel, pbapply, Rtsne, trackdf, swaRm, geosphere
Suggests: knitr, rmarkdown, ggplot2, testthat (>= 3.0.0), covr
VignetteBuilder: knitr
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2024-10-10 13:20:40 UTC; 2GSWARM
Author: Marina Papadopoulou [aut, cre]
    (<https://orcid.org/0000-0002-6478-8365>),
  Simon Garnier [ctb, cph] (<https://orcid.org/0000-0002-3886-3974>)
Repository: CRAN
Date/Publication: 2024-10-10 13:50:02 UTC
Built: R 4.6.0; ; 2025-08-20 10:06:02 UTC; unix
