-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
32 lines (32 loc) · 918 Bytes
/
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
Package: atlastools
Title: Tools for Pre-Processing High-Throughput Animal Tracking Data
Version: 1.0.0000
Authors@R:
c(person(given = "Pratik",
family = "Gupte",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "https://orcid.org/0000-0001-5294-7819")))
Description: Tools to pre-process high-throughput tracking data. Developed for use with ATLAS tracking systems, but suitable for use with nearly any XY-time animal tracking data.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/pratikunterwegs/atlastools
BugReports: https://github.com/pratikunterwegs/atlastools/issues
Imports:
sf,
glue,
data.table,
stats,
assertthat,
stringr,
bit64
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
Suggests:
testthat (>= 2.1.0),
ggplot2,
scales,
knitr,
rmarkdown
VignetteBuilder: knitr