Package: windR
Title: Analysis of tracking data in relation to wind
Version: 1.0.0
Authors@R: c( person("Johannes", "Krietsch", email = "jkrietsch@orn.mpg.de", role = c("cre", "aut")),
              person("Mihai", "Valcu",       email = "valcu@orn.mpg.de",     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
