-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
48 lines (48 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
Package: sdcLog
Title: Tools for Statistical Disclosure Control in Research Data Centers
Version: 0.5.0
Authors@R: c(
person("Matthias", "Gomolka", , "[email protected]", role = c("aut", "cre")),
person("Tim", "Becker", role = "aut"),
person("Pantelis", "Karapanagiotis", , "[email protected]", role = "ctb")
)
Description: Tools for researchers to explicitly show that their results
comply to rules for statistical disclosure control imposed by research
data centers. These tools help in checking descriptive statistics and
models and in calculating extreme values that are not individual data.
Also included is a simple function to create log files. The methods
used here are described in the "Guidelines for the checking of output
based on microdata research" by Bond, Brandt, and de Wolf (2015)
<https://ec.europa.eu/eurostat/cros/system/files/dwb_standalone-document_output-checking-guidelines.pdf>.
License: GPL-3
URL: https://github.com/matthiasgomolka/sdcLog
BugReports: https://github.com/matthiasgomolka/sdcLog/issues
Depends:
R (>= 3.5)
Imports:
broom (>= 0.5.5),
checkmate (>= 2.0.0),
cli,
data.table (>= 1.12.8),
mathjaxr,
stats,
utils
Suggests:
cffr,
knitr,
lfe,
rmarkdown,
skimr,
spelling,
testthat (>= 3.0.0),
tibble
VignetteBuilder:
knitr
RdMacros:
mathjaxr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2