-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.17 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.17 KB
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
39
40
41
42
43
44
45
Package: ckm
Type: Package
Title: Applying the Cell Key Method to Protect Tabular Data
Version: 1.0.2
Authors@R: c(
person("Julien", "Jamme", , "julien.jamme@insee.fr", role = c("aut", "cre")),
person(, "Institut National de la Statistique et des Études Économiques", , role = "cph")
)
Maintainer:
Julien Jamme <julien.jamme@insee.fr>
URL: https://github.com/InseeFrLab/ckm, https://inseefrlab.github.io/ckm/
BugReports: https://github.com/InseeFrLab/ckm/issues
Description:
The Cell Key Method is a method for protecting sensitive data in tabular
form by applying random keys to cells.
The package implements the method, provides tools to choose the best parameters
to ensure the balance between data utility and privacy protection.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: xz
Depends:
R (>= 4.1.0)
Imports:
assertthat,
methods,
data.table,
dplyr,
tidyr,
ptable,
tibble,
lifecycle,
purrr,
utils,
furrr,
future,
ggplot2,
cowplot
RoxygenNote: 7.3.3
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr