Package: grainchanger
Title: Moving-Window and Direct Data Aggregation
Version: 0.3.2
Authors@R: c(person("Laura", "Graham", 
             email = "LauraJaneEGraham@gmail.com", 
             role = c("aut", "cre"),
             comment = c(ORCID = "0000-0002-3611-7281")),
             person("Felix", "Eigenbrod",
             role = "ctb",
             email = "f.eigenbrod@soton.ac.uk",
             comment = "Input on initial conceptual development"),
             person("Marco", "Sciaini",
             role = "ctb",
             email = "sciaini.marco@gmail.com",
             comment = "Input on package development and structure"))
Description: Data aggregation via moving window or direct methods. Aggregate a 
    fine-resolution raster to a grid. The moving window method smooths the surface 
    using a specified function within a moving window of a specified size and shape 
    prior to aggregation. The direct method simply aggregates to the grid using the 
    specified function.
Depends: R (>= 3.3)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: raster, sf, furrr, checkmate, methods, usethis
Suggests: dplyr (>= 0.8-0), testthat, knitr, rmarkdown, covr, ggplot2,
        landscapetools, rgdal
RoxygenNote: 7.1.1
Language: en-GB
VignetteBuilder: knitr
URL: https://docs.ropensci.org/grainchanger/,
        https://github.com/ropensci/grainchanger
BugReports: https://github.com/ropensci/grainchanger/issues
NeedsCompilation: no
Packaged: 2021-02-01 13:44:47 UTC; GrahamLZ
Author: Laura Graham [aut, cre] (<https://orcid.org/0000-0002-3611-7281>),
  Felix Eigenbrod [ctb] (Input on initial conceptual development),
  Marco Sciaini [ctb] (Input on package development and structure)
Maintainer: Laura Graham <LauraJaneEGraham@gmail.com>
Repository: CRAN
Date/Publication: 2021-02-01 15:20:08 UTC
Built: R 4.0.2; ; 2021-02-02 12:07:22 UTC; unix
