-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
40 lines (40 loc) · 1.2 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
Package: boundr
Version: 0.3.99
Title: Retrieve Area Boundaries and Data from the ONS Open Geography Portal
Description: The main purpose of this package is to download area lookups and boundaries (in GeoJSON format) using the ONS Open Geography API, for all areas at a specified level within a specified area.
Authors@R:
person(
"Francis", "Barton",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5650-1176")
)
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
assertthat,
cli (>= 3.4.0),
dplyr (>= 1.1.0),
glue (>= 1.3.2),
httr2 (>= 1.0.0),
janitor (>= 1.0.0),
jsonlite,
purrr (>= 1.0.0),
rlang (>= 0.4.0),
sf (>= 1.0-7),
stringr (>= 1.5.0),
tibble (>= 3.0.0),
tidyr (>= 1.1.4),
tidyselect (>= 1.2.0)
Depends:
R (>= 4.1.0)
Suggests:
ggplot2,
testthat (>= 3.0.0),
tmap,
usethis (>= 1.5.0)
URL: https://codeberg.org/francisbarton/boundr, https://francisbarton.github.io/boundr/, https://francisbarton.codeberg.page/boundr/docs
BugReports: https://codeberg.org/francisbarton/boundr/issues
Config/testthat/edition: 3