forked from privacytoolsproject/PSI-Library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 988 Bytes
/
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
38
Package: PSIlence
License: GPL (>=3)
Title: Differentially Private Statistical Releases for Privacy Preservation
Authors@R: c(
person("Thomas", "Brawner", role = "aut"),
person("James", "Honaker", email = "[email protected]", role = c("aut", "cre"))
)
Version: 0.1-1
Date: 2017-08-05
Imports:
jsonlite,
methods,
openssl
Description: This library allows researchers to access summary statistics of
sensitive data that are generated using differential privacy.
RoxygenNote: 6.0.1
Suggests:
knitr,
rmarkdown,
testthat
Collate:
'createJSON.R'
'datasets.R'
'mechanism.R'
'mechanism-bootstrap.R'
'mechanism-exponential.R'
'mechanism-gaussian.R'
'mechanism-laplace.R'
'mechanism-objective.R'
'statistic-covariance.R'
'statistic-glm.R'
'statistic-heavyhitters.R'
'statistic-histogram.R'
'statistic-mean.R'
'statistic-tree.R'
'statistic-variance.R'
'utilities.R'
VignetteBuilder: knitr