-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
49 lines (49 loc) · 1.19 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
47
48
49
Package: watlastools
Title: Tools for High Resolution Tracking Data from WATLAS
Version: 0.9.9000
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")),
person(given = "Pedro",
family = "Neves",
role = c("ctb"),
email = "[email protected]"))
Description: Tools to process high-resolution tracking data from the Wadden Sea ATLAS system (WATLAS: https://www.nioz.nl/en/about/cos/coastal-movement-ecology/shorebird-tracking/watlas-tracking-regional-movements).
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/pratikunterwegs/watlastools
BugReports: https://github.com/pratikunterwegs/watlastools/issues
Imports:
dplyr,
purrr,
tibble,
sf,
glue,
data.table,
rlang,
stats,
zoo,
assertthat,
stringr,
fasttime,
RMySQL,
bit64
RoxygenNote: 7.1.1
Suggests:
magrittr,
testthat (>= 2.1.0),
knitr,
rmarkdown,
ggplot2,
patchwork,
tmap,
leaflet,
shiny,
shinytest,
RColorBrewer,
DBI
VignetteBuilder: knitr