-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
34 lines (34 loc) · 842 Bytes
/
DESCRIPTION
File metadata and controls
34 lines (34 loc) · 842 Bytes
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 = "andreas@petutschnig.de", role = c("aut", "cre"))
Maintainer: Andreas Petutschnig <andreas@petutschnig.de>
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