-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
37 lines (37 loc) · 916 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
Package: windR
Title: Analysis of tracking data in relation to wind
Version: 1.0.0
Authors@R: c( person("Johannes", "Krietsch", email = "[email protected]", role = c("cre", "aut")),
person("Mihai", "Valcu", email = "[email protected]", role = "aut") )
Description: windR is a R package to connect animal tracking data with wind data (or sea current data) and allows to visualize animal movements within the flow of the medium that they moved in.
Depends:
R (>= 3.4.0),
data.table
Imports:
scales,
sp,
raster,
rgeos,
methods
Suggests:
magrittr,
ggplot2,
knitr,
rmarkdown,
rgdal,
doParallel,
foreach,
testthat,
reticulate,
grid,
stringr,
roxygen2,
ggsn,
rangeMapper,
ncdf4,
gdalUtilities
License: GPL (>= 3) + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.1
VignetteBuilder: knitr