This repository maintains the ACRO R package, which is an interface to the Python ACRO package.
ACRO (Automatic Checking of Research Outputs) is an open source tool for automating the statistical disclosure control (SDC) of research outputs. ACRO 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.
It does this by providing a light-weight ‘skin’ that sits over well-known analysis tools, in a variety of languages researchers might use. This adds functionality to:
Install the acro package from CRAN as follows:
install.packages("acro")
Before using any function from the package, an acro object should be initialised using the following R code:
acro_init()
Then the functions can be called.
This work was funded by UK Research and Innovation under Grant Numbers MC_PC_21033 and MC_PC_23006 as part of Phase 1 of the Data and Analytics Research Environments UK (DARE UK) programme, delivered in partnership with Health Data Research UK (HDR UK) and Administrative Data Research UK (ADR UK). The specific projects were Semi-Automatic checking of Research Outputs (SACRO; MC_PC_23006) and Guidelines and Resources for AI Model Access from Trusted Research environments (GRAIMATTER; MC_PC_21033). This project has also been supported by MRC and EPSRC [grant number MR/S010351/1].