forked from allertbijleveld/tools4watlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
85 lines (85 loc) · 2.38 KB
/
Copy pathDESCRIPTION
File metadata and controls
85 lines (85 loc) · 2.38 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: tools4watlas
Title: An R package for processing and visualizing high-throughput
tracking data
Version: 2.0
Authors@R: c(
person("Johannes", "Krietsch", , "johannes.krietsch@nioz.nl", role = "aut",
comment = c(ORCID = "0000-0002-8080-1734")),
person("Allert", "Bijleveld", , "allert.bijleveld@nioz.nl", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-3159-8944")),
person("Pratik", "Gupte", role = "ctb",
comment = c(ORCID = "0000-0001-5294-7819")),
person("Christine", "Beardsworth", role = "ctb",
comment = c(ORCID = "0000-0003-1308-1455"))
)
Description: `tools4watlas` is an R package for processing and visualizing
high-throughput animal tracking data. While tailored for the WATLAS
system (Wadden Sea Advanced Tracking and Localization of Animals in
real-life Systems; Bijleveld et al., 2022), its functions are broadly
applicable to other high-throughput tracking datasets, and study
system-specific steps can be adapted easily. In addition, the package
enables the integration of environmental data (e.g., water level,
bathymetry, or any other raster data), allowing to link movement data
easily to other ecological data. Beyond data processing workflows,
`tools4watlas` includes tutorials, and visualization functions that
support static plots, interactive plots and animations of movement
data, as well as base map data of the Dutch Wadden Sea.
License: GPL-3 + file LICENSE
URL: https://allertbijleveld.github.io/tools4watlas/
BugReports: https://github.com/allertbijleveld/tools4watlas/issues
Depends:
data.table,
R (>= 4.5.0)
Imports:
assertthat,
DBI,
dplyr,
ggnewscale,
ggplot2,
ggrepel,
ggspatial,
ggtext,
glue,
lubridate,
magrittr,
maptiles,
patchwork,
purrr,
ragg,
rlang,
RMySQL,
RSQLite,
scales,
sf,
stats,
stringr,
terra,
tidyterra,
viridis,
zoo
Suggests:
doFuture,
foreach,
knitr,
mapview,
mockery,
OpenStreetMap,
plotly,
plyr,
progress,
raster,
RColorBrewer,
readxl,
rmarkdown,
scattermore,
suncalc,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/roxygen2/version: 8.0.0
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3