-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 5.34 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
Package: overtureR
Title: Load 'Overture' Datasets as 'dbplyr' and 'sf'-Ready Data Frames
Version: 0.2.3
Authors@R:
person("Arthur", "Gailes", , "agailes1@gmail.com",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0009-0006-8176-8653"))
Description: An integrated R interface to the 'Overture' API
(<https://docs.overturemaps.org/>). Allows R users to return 'Overture' data as
'dbplyr' data frames or materialized 'sf' spatial data frames.
License: MIT + file LICENSE
Suggests:
bench,
duckdbfs,
ggplot2,
httr,
jsonlite,
knitr,
rmarkdown,
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
URL: https://github.com/arthurgailes/overtureR, https://arthurgailes.github.io/overtureR/
BugReports: https://github.com/arthurgailes/overtureR/issues
Imports:
DBI,
dbplyr,
dplyr (>= 1.0.0),
duckdb (>= 1.0.0),
glue,
rlang,
sf
VignetteBuilder: knitr