forked from bernhard-da/sdcTable
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathDESCRIPTION
More file actions
41 lines (41 loc) · 1.05 KB
/
DESCRIPTION
File metadata and controls
41 lines (41 loc) · 1.05 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
Package: sdcTable
Version: 0.34.0
Date: 2026-05-09
Title: Methods for Statistical Disclosure Control in Tabular Data
Description: Methods for statistical disclosure control in
tabular data such as primary and secondary cell suppression as described for example
in Hundepol et al. (2012) <doi:10.1002/9781118348239> are covered in this package.
Authors@R: person("Bernhard", "Meindl", email = "bernhard.meindl@gmail.com", role = c("aut", "cre"))
URL: https://github.com/sdcTools/sdcTable
BugReports: https://github.com/sdcTools/userSupport/issues
Depends:
R (>= 3.5.0),
Rcpp (>= 0.11.0),
sdcHierarchies (>= 0.19.1)
Imports:
data.table,
knitr,
rlang,
stringr,
methods,
slam,
progressr,
utils,
Matrix (>= 1.3-0),
SSBtools,
highs
Suggests:
testthat (>= 0.3),
rmarkdown,
webshot,
RegSDC,
future.apply,
future
Config/testthat/edition: 3
LinkingTo: Rcpp
License: GPL (>= 2)
LazyData: true
SystemRequirements: GLPK library, including -dev or -devel part
Encoding: UTF-8
VignetteBuilder: knitr
RoxygenNote: 8.0.0