-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
32 lines (32 loc) · 875 Bytes
/
DESCRIPTION
File metadata and controls
32 lines (32 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Package: swaRm
Type: Package
Title: Processing Collective Movement Data
Version: 0.6.0
Date: 2023-01-10
Authors@R: c(
person("Simon", "Garnier", email = "garnier@njit.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3886-3974"))
)
Maintainer: Simon Garnier <garnier@njit.edu>
Description: Function library for processing collective movement data (e.g. fish
schools, ungulate herds, baboon troops) collected from GPS trackers or
computer vision tracking software.
License: GPL-3
Imports:
stats,
splancs,
geosphere,
lubridate,
MASS
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://swarm-lab.github.io/swaRm/,
https://github.com/swarm-lab/swaRm
BugReports: https://github.com/swarm-lab/swaRm/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
Config/testthat/edition: 3