This is a companion repository to the potlib project, containing R
bindings.
micromamba create -f environment.yml
micromamba activate potlibR_dev
RScript -e 'devtools::install(".")'
A pre-commit
job is setup on CI to enforce consistent styles, so it is best to
set it up locally as well (using pipx for isolation):
# Run before commiting
pipx run pre-commit run --all-files
# Or install the git hook to enforce this
pipx run pre-commit install
MIT.