Package: terrainr
Type: Package
Title: Landscape Visualizations in R and 'Unity'
Version: 0.6.0
Authors@R: c(
    person(given = "Michael",
           family = "Mahoney",
           role = c("aut", "cre"),
           email = "mike.mahoney.218@gmail.com",
           comment = c(ORCID = "0000-0003-2402-304X")),
    person(given = "Mike",
           family = "Johnson",
           role = c("rev"),
           comment = c("Mike reviewed the package (v. 0.2.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/416>")),
    person(given = "Sydney",
           family = "Foks",
           role = c("rev"),
           comment = c("Sydney reviewed the package (v. 0.2.1) for rOpenSci, see <https://github.com/ropensci/software-review/issues/416>")))
Description: Functions for the retrieval, manipulation, and visualization of 
    'geospatial' data, with an aim towards producing '3D' landscape 
    visualizations in the 'Unity' '3D' rendering engine. Functions are also 
    provided for retrieving elevation data and base map tiles from the 'USGS' 
    National Map <https://apps.nationalmap.gov/services/>.
URL: https://docs.ropensci.org/terrainr/,
        https://github.com/ropensci/terrainr
BugReports: https://github.com/ropensci/terrainr/issues
License: MIT + file LICENSE
Encoding: UTF-8
Imports: base64enc, httr, raster, rgdal, magick (>= 2.5.0), methods,
        png, sf (>= 1.0-5), units, grDevices, ggplot2
RoxygenNote: 7.1.2
Suggests: testthat, covr, progressr, knitr, rmarkdown, progress, jpeg,
        tiff, brio
Config/testthat/parallel: true
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2022-02-04 16:05:36 UTC; mikemahoney218
Author: Michael Mahoney [aut, cre] (<https://orcid.org/0000-0003-2402-304X>),
  Mike Johnson [rev] (Mike reviewed the package (v. 0.2.1) for rOpenSci,
    see <https://github.com/ropensci/software-review/issues/416>),
  Sydney Foks [rev] (Sydney reviewed the package (v. 0.2.1) for rOpenSci,
    see <https://github.com/ropensci/software-review/issues/416>)
Maintainer: Michael Mahoney <mike.mahoney.218@gmail.com>
Repository: CRAN
Date/Publication: 2022-02-04 16:20:02 UTC
