forked from edwindj/sdcSpatial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.18 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
26
27
28
29
30
31
32
33
34
35
36
37
Package: sdcSpatial
Title: Statistical Disclosure Control for Spatial Data
Version: 0.6.0.9000
Authors@R: c(
person("Edwin", "de Jonge", email = "[email protected]", role = c("aut", "cre"),
comment=c(ORCID="0000-0002-6580-4718")),
person("Peter-Paul", "de Wolf", role = c("aut")),
person("Douwe", "Hut", role = c("ctb")),
person("Sapphire", "Han", role = c("ctb"))
)
Description: Privacy protected raster maps
can be created from spatial point data. Protection
methods include smoothing of dichotomous variables by de Jonge and de Wolf (2016)
<doi:10.1007/978-3-319-45381-1_9>, continuous variables by de Wolf and
de Jonge (2018) <doi:10.1007/978-3-319-99771-1_23>, suppressing
revealing values and a generalization of the quad tree method by
Suñé, Rovira, Ibáñez and Farré (2017) <doi:10.2901/EUROSTAT.C2017.001>.
License: GPL-2
Encoding: UTF-8
LazyData: true
URL: https://github.com/edwindj/sdcSpatial
BugReports: https://github.com/edwindj/sdcSpatial/issues
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
Suggests:
testthat,
knitr,
rmarkdown,
sp,
sf,
FNN
Imports:
raster,
methods
Depends:
R (>= 3.5.0)
VignetteBuilder: knitr