-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
39 lines (39 loc) · 946 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
38
39
Package: osmprob
Type: Package
Title: Calculate Probabilistic Routes
Version: 0.0.1
Authors@R: c(
person ("Andreas", "Petutschnig", email="[email protected]", role=c("aut", "cre")),
person ("Mark", "Padgham", role="aut"))
Maintainer: Andreas Petutschnig <[email protected]>
Description: Calculates probabilistic routes on a OSM street graph and displays
the resulting probabilities in a shiny/leaflet web app.
License: GPL-3 + file LICENSE
Imports:
Rcpp (>= 0.12.6),
igraph,
leaflet,
Matrix,
magrittr,
methods,
osmdata,
RColorBrewer,
sf,
shiny
LinkingTo:
Rcpp,
RcppArmadillo
URL: https://github.com/osm-router/osmprob
BugReports: https://github.com/osm-router/osmprob/issues
RoxygenNote: 6.0.1
SystemRequirements: C++11
Suggests:
geosphere,
ggplot2,
inflection,
knitr,
rmarkdown,
testthat,
LazyData: true
VignetteBuilder: knitr
Remotes: jimhester/covr