We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d8308 commit ade7328Copy full SHA for ade7328
1 file changed
DESCRIPTION
@@ -1,6 +1,6 @@
1
Package: sdcTable
2
-Version: 0.32.5
3
-Date: 2023-05-19
+Version: 0.32.6
+Date: 2023-08-10
4
Title: Methods for Statistical Disclosure Control in Tabular Data
5
Description: Methods for statistical disclosure control in
6
tabular data such as primary and secondary cell suppression as described for example
@@ -25,11 +25,16 @@ Imports:
25
utils,
26
Matrix (>= 1.3-0),
27
SSBtools
28
-Suggests: testthat (>= 0.3), rmarkdown, webshot, digest
+Suggests:
29
+ testthat (>= 0.3),
30
+ rmarkdown,
31
+ webshot,
32
+ digest,
33
+ RegSDC
34
LinkingTo: Rcpp
35
License: GPL (>= 2)
36
LazyData: true
37
SystemRequirements: GLPK library, including -dev or -devel part
38
Encoding: UTF-8
-RoxygenNote: 7.2.0
39
+RoxygenNote: 7.2.3
40
VignetteBuilder: knitr
0 commit comments