-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1.33 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
Package: acro
Title: A Tool for Semi-Automating the Statistical Disclosure Control of Research Outputs
Version: 0.1.4
Authors@R: c(
person("Jim", "Smith", role = c("cre","ctb"),
email = "[email protected]", comment = c(ORCID = "0000-0001-7908-1859")),
person("Maha", "Albashir", role = c("aut","ctb"),
email = "[email protected]"),
person("Richard John", "Preen", role = c("aut","ctb"),
email = "[email protected]", comment = c(ORCID = "0000-0003-3351-8132")))
Maintainer: Jim Smith <[email protected]>
Description: Assists researchers and output checkers by distinguishing between research output that is safe to publish, output that requires further analysis, and output that cannot be published because of substantial disclosure risk. A paper about the tool was presented at the UNECE Expert Meeting on Statistical Data Confidentiality 2023; see <https://uwe-repository.worktribe.com/output/11060964>.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
SystemRequirements: Python (>= 3.9)
Imports:
reticulate,
admiraldev,
png
Depends:
R (>= 2.10)
LazyData: true
Suggests:
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US
URL: https://github.com/AI-SDC/ACRO-R
BugReports: https://github.com/AI-SDC/ACRO-R/issues