Package: rpostgisLT
Title: Managing Animal Movement Data with 'PostGIS' and R
Version: 0.6.0
Date: 2018-03-02
Authors@R: c(
    person("Balázs", "Dukai", email = "balazs.dukai@gmail.com", role = c("aut", "cre"),
          comment =  "Package creator during Google Summer of Code 2016 and 2017"),
    person("Mathieu", "Basille", email = "basille@ufl.edu", role =
           c("aut")),
    person("David", "Bucklin", email = "david.bucklin@gmail.com", role =
           c("aut")),
    person("Clément", "Calenge", email = "clement.calenge@oncfs.gouv.fr",
          role = c("ctb")) )
Description: Integrates R and the 'PostgreSQL/PostGIS' database 
    system to build and manage animal trajectory (movement) data sets. 
    The package relies on 'ltraj' objects from the R package 'adehabitatLT',
    building the analogous 'pgtraj' data structure in 'PostGIS'. Functions
    allow users to seamlessly transfer between 'ltraj' and 'pgtraj', as
    well as build new 'pgtraj' directly from location data stored in the 
    database.
SystemRequirements: PostgreSQL with PostGIS extension
Depends: R (>= 3.3.0), DBI, RPostgreSQL, rpostgis (>= 1.0.3),
        adehabitatLT (>= 0.3.12)
License: GPL (>= 3)
URL: https://github.com/mablab/rpostgisLT
BugReports: https://github.com/mablab/rpostgisLT/issues
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
Imports: sp, lubridate, shiny, leaflet, htmltools, mapview,
        shinyWidgets, magrittr, sf
Suggests: knitr, raster, rmarkdown, testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-03-02 15:36:34 UTC; bdukai
Author: Balázs Dukai [aut, cre] (Package creator during Google Summer of Code
    2016 and 2017),
  Mathieu Basille [aut],
  David Bucklin [aut],
  Clément Calenge [ctb]
Maintainer: Balázs Dukai <balazs.dukai@gmail.com>
Repository: CRAN
Date/Publication: 2018-03-02 18:02:11 UTC
Built: R 4.0.0; ; 2020-04-03 15:28:45 UTC; windows
