-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathDESCRIPTION
executable file
·39 lines (39 loc) · 903 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
33
34
35
36
37
38
39
Package: moveVis
Type: Package
Title: Movement Data Visualization
Version: 0.10.6
Depends:
R (>= 3.5.0)
Date: 2022-10-04
Authors@R: c(
person("Jakob", "Schwalb-Willmann", email = "[email protected]",
role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2665-1509")),
person("Annika", "Ludwig", role = c("aut", "ctb"))
)
Description: Tools to visualize movement data (e.g. from GPS tracking) and temporal changes of environmental data (e.g. from remote sensing) by creating video animations.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
move,
raster,
sf,
lwgeom,
basemaps,
lubridate,
ggplot2,
cowplot,
gifski,
av,
pbapply,
magrittr,
methods,
stats
BugReports: https://www.github.com/16eagle/moveVis/issues
SystemRequirements: ImageMagick, FFmpeg, libav
URL: https://movevis.org
Suggests:
parallel,
mapview,
leaflet,
testthat