-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.39 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
50
51
52
53
54
55
56
57
58
59
60
61
62
Package: tools4watlas
Title: Tools for Processing WATLAS Tracking Data
Version: 2.0
Authors@R: c(
person("Allert", "Bijleveld", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3159-8944")),
person("Pratik", "Gupte", role = "aut",
comment = c(ORCID = "0000-0001-5294-7819")),
person("Christine", "Beardsworth", role = "aut",
comment = c(ORCID = "0000-0003-1308-1455")),
person("Johannes", "Krietsch", role = "aut",
comment = c(ORCID = "0000-0002-8080-1734"))
)
Description: Tools to process high-throughput tracking data obtained with
WATLAS, and add tidal data.
License: GPL-3
URL: https://allertbijleveld.github.io/tools4watlas/
BugReports: https://github.com/allertbijleveld/tools4watlas/issues
Depends:
data.table,
R (>= 3.5.0)
Imports:
assertthat,
DBI,
dplyr,
ggplot2,
ggspatial,
glue,
grDevices,
lubridate,
magrittr,
OpenStreetMap,
purrr,
raster,
rlang,
RMySQL,
RSQLite,
sf,
stats,
stringr,
terra,
tidyterra
Suggests:
knitr,
mapview,
mockery,
plyr,
ragg,
RColorBrewer,
readxl,
rmarkdown,
scales,
scattermore,
testthat (>= 3.0.0),
viridis
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2