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 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 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev git make libuv1-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev libx11-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2023-06-01 10:22:32 UTC RemoteUrl: https://github.com/ropensci/grainchanger RemoteRef: master RemoteSha: 398ce4e0bb4198dcaf069be6e5fdce33f3d4bca0 NeedsCompilation: no Packaged: 2026-06-14 09:02:01 UTC; root Author: Laura Graham [aut, cre] (ORCID: ), Felix Eigenbrod [ctb] (Input on initial conceptual development), Marco Sciaini [ctb] (Input on package development and structure) Maintainer: Laura Graham