-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
46 lines (46 loc) · 1.03 KB
/
DESCRIPTION
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: trackdf
Type: Package
Title: Data Frame Class for Tracking Data
Version: 0.3.2
Date: 2023-03-25
Authors@R: c(
person("Simon", "Garnier", email = "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3886-3974"))
)
Maintainer: Simon Garnier <[email protected]>
Description: Data frame class for storing collective movement data (e.g. fish
schools, ungulate herds, baboon troops) collected from GPS trackers or
computer vision tracking software.
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Depends:
R (>= 3.5.0)
Imports:
sf,
tibble,
data.table,
lubridate,
methods,
dplyr
Suggests:
readr,
ggplot2,
mapproj,
knitr,
rmarkdown,
adehabitatLT,
move,
moveVis,
ctmm,
moveHMM,
sp,
terra,
covr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
URL: https://swarm-lab.github.io/trackdf/,
https://github.com/swarm-lab/trackdf
BugReports: https://github.com/swarm-lab/trackdf/issues
Config/testthat/edition: 3