-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
executable file
·51 lines (51 loc) · 1.24 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
Package: osmplotr
Title: Bespoke Images of 'OpenStreetMap' Data
Version: 0.3.5.006
Authors@R:
c(person(given = "Mark",
family = "Padgham",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Richard",
family = "Beare",
role = "aut"),
person(given = "Finkelstein",
family = "Noam",
role = c("ctb", "cph"),
comment = "Author of included stub.R code"),
person(given = "Bartnik",
family = "Lukasz",
role = c("ctb", "cph"),
comment = "Author of included stub.R code"))
Description: Bespoke images of 'OpenStreetMap' ('OSM') data and data
visualisation using 'OSM' objects.
License: GPL-3
URL: https://docs.ropensci.org/osmplotr/,
https://github.com/ropensci/osmplotr
BugReports: https://github.com/ropensci/osmplotr/issues
Depends:
R (>= 3.2.3)
Imports:
e1071,
ggm,
ggplot2,
mapproj,
methods,
osmdata,
sf,
sp,
spatstat (>= 2.0-0),
spatstat.explore,
spatstat.geom
Suggests:
curl,
knitr,
magrittr,
markdown,
rmarkdown,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1