when snakemake creates a new conda env to build, it's not installing aggiedown for me.
to fix, I perform the following incantations:
- activate relevant conda environment
- change into a directory containing https://github.com/ryanpeek/aggiedown at ae99300d43b
- run R
- at the R console, run
devtools::install(), and hit 3 (None) or 'enter' so as to not install anything other than aggiedown.
This installs the right version of aggiedown, AFAICT.