-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
25 lines (25 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Package: MRG
Type: Package
Title: Create Non-Confidential Multi-Resolution Grids
Version: 0.3.4
Authors@R: c(person(given = c("Jon", "Olav"),
family = "Skoien",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Nicolas",
family = "Lampach",
role = "aut"))
Maintainer: Jon Olav Skoien <[email protected]>
Imports: magrittr, parallel, terra, sf, stars, plyr, dplyr, rlang, sjmisc, vardpoor,
purrr, tidyr, tidyselect, methods, ggplot2, viridis, grDevices, utils
Suggests: patchwork, knitr, rmarkdown, giscoR, bookdown, units, ggforce, kableExtra
Description: Functionality for creating gridded data, respecting the confidentiality rules,
such as a minimum number of units and dominance by one or more units in the grid cell.
The functions also include the possibility for contextual suppression of data.
License: GPL(>=3)
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
NeedsCompilation: no
Depends: R (>= 3.5.0)
LazyData: true