install_ASGS: Install a (nearly) complete package of the Australian...

Description Usage Arguments Value

View source: R/install_ASGS.R

Description

The ASGS package provides a nearly comprehensive set of shapefiles, both unmodified and simplified from the Australian Bureau of Statistics. The ASGS package is over 700 MB, so cannot be hosted on CRAN. This function allows the package to be distributed almost as conveniently as through CRAN.

Should you find ASGS lacks some shapefile that you require, please file an issue requesting it be added.

Note that the package is quite large and provides no limits on access, so it is preferred that distribution occur as far as possible via other channels to ensure the method of access provided here is sustainable.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
install_ASGS(
  temp.tar.gz = tempfile(fileext = ".tar.gz"),
  overwrite = FALSE,
  lib = .libPaths()[1],
  repos = getOption("repos"),
  type = getOption("pkgType", "source"),
  ...,
  .reinstalls = 4L,
  url.tar.gz = NULL,
  verbose = FALSE
)

Arguments

temp.tar.gz

A file to save the ASGS tarball after download. Since the package is quite large, it may be prudent to set this to a non-temporary file so that subsequent attempts to reinstall do not require additional downloads.

overwrite

(logical, default: FALSE). If temp.tar.gz already exists, should it be overwritten or should there be an error?

lib, repos, type

Passed to install.packages when installing ASGS's dependencies (if not already installed).

...

Other arguments passed to install.packages.

.reinstalls

Number of times to attempt to install any (absent) dependencies of ASGS before aborting. Try restarting R rather than setting this number too high.

url.tar.gz

The URL of the tarball to be downloaded. Not normally needed by users, but may be in case the link becomes fallow, and a new one becomes available before the release of a new package entirely.

verbose

(logical, default: FALSE) Report logic paths?

Value

temp.tar.gz, invisibly.


ASGS.foyer documentation built on March 21, 2021, 5:05 p.m.