-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 842 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
Package: trajectory
Type: Package
Title: Tools and scripts for trajectory analysis
Version: 0.0.0.9000
Authors@R: person("Andreas", "Petutschnig", email = "[email protected]", role = c("aut", "cre"))
Maintainer: Andreas Petutschnig <[email protected]>
Description: Tools and scripts for managing point data, deriving trajectories
and performing trajectory analysis.
Depends: R (>= 3.3.3)
License: GPL-3 + file LICENSE
LinkingTo:
Rcpp,
RcppArmadillo
Imports:
DBI,
geosphere,
ggplot2,
leaflet,
magrittr,
RColorBrewer,
Rcpp (>= 0.12.11),
RPostgreSQL,
RSQLite,
sf,
tmap,
shiny,
utils
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
SystemRequirements: C++11
URL: https://github.com/karpfen/trajectory
BugReports: https://github.com/karpfen/trajectory
Suggests: testthat