-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.06 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
Package: rosmium
Title: Bindings for 'Osmium Tool'
Version: 0.1.0.9000
Authors@R:
person("Daniel", "Herszenhut", , "dhersz@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8066-1105"))
Description: Allows one to use 'Osmium Tool'
(<https://osmcode.org/osmium-tool/>) from R. 'Osmium' is a
multipurpose command line tool that enables one to manipulate and
analyze OpenStreetMap files through several different commands.
Currently, this package does not aim to offer functions that cover the
entire 'Osmium' API, instead making available functions that wrap only
a very limited set of its features.
License: MIT + file LICENSE
URL: https://ipeagit.github.io/rosmium/,
https://github.com/ipeaGIT/rosmium
BugReports: https://github.com/ipeaGIT/rosmium/issues
Imports:
checkmate,
geojsonsf,
processx,
sf,
utils
Suggests:
ggplot2,
knitr,
rmarkdown,
testthat (>= 3.0.0)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3