Installation Guide
Development Version
To install the development version from GitHub:
# Install devtools if you haven't already
install.packages("devtools")
# Install ACRO-R from GitHub
devtools::install_github("AI-SDC/ACRO-R")Initialization
The package interfaces with the Python ACRO library. Use
acro_init() to automatically handle the Python environment
setup:
This will create a virtual environment and install the required Python packages if they are missing.
Troubleshooting
If you are having problems installing the package, please see the simplified steps above or check the GitHub issues.