-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.04 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: nswgeo
Title: Geospatial Data and Maps for New South Wales, Australia
Version: 0.5.0.9000
Authors@R:
c(person(given = "Carl",
family = "Suster",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7021-9380")),
person("Western Sydney Local Health District, NSW Health",
role = "cph"))
Description: Geospatial data for creating maps of New South Wales (NSW),
Australia, and some helpers to work with common problems like normalising
postcodes. Registers its data with 'cartographer'.
License: MIT + file LICENSE
Copyright: file COPYRIGHTS
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.1),
Imports:
cartographer (>= 0.2),
sf (>= 1.0)
Suggests:
dplyr (>= 1.0.0),
ggplot2,
httr2,
nngeo,
readr,
stringr
URL: https://github.com/cidm-ph/nswgeo,
https://cidm-ph.github.io/nswgeo/
BugReports: https://github.com/cidm-ph/nswgeo/issues