R port of autoplier
To set up the dev environment for autoplieR, do the following:
- Create a conda/mamba env from the
.ymlfile intests/
mamba env create -n test-autoplier -f tests/env.yml-
Set your python interpreter in RStudio to use the python install in the
test-autoplierenv. If this does not give you a working install ofautoplier, then use theinstall_ap()function fromR/utils.R. -
Install any other dependencies which may be missing.