-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathDESCRIPTION
More file actions
20 lines (20 loc) · 804 Bytes
/
DESCRIPTION
File metadata and controls
20 lines (20 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Package: absmapsdata
Type: Package
Title: A catalogue of ready-to-use ASGS (and other) sf objects
Version: 1.4
Authors@R: c(person("Will", "Mackey", email = "wfmackey@gmail.com",
role = c("aut", "cre")))
Maintainer: Will Mackey <wfmackey@gmail.com>
License: GPL-3
Description: This package allows the user to access lazily-loaded, compressed and formatted spatial data from the Australian Statistical Geography Standard (ASGS). The spatial data is contained in the package as an `sf` object and can called using its name (eg sa12016). It can then be combined with information to be mapped using `ggplot2`'s `geom_sf`.
Depends: R (>= 3.5)
Suggests:
sf,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
RoxygenNote: 7.2.3