Source Code
The project is structured as a R package. Check the R directory for the R scripts.
How-to
Change *.drawio.png images
draw.io is a open source diagramming software. You can use it online at https://app.diagrams.net/ and download from https://get.diagrams.net/ the desktop version. All *.drawio.png images include a copy of the diagram that draw.io can use to facilitate changes.
Install dependencies with micromamba
Except for Docker and Quarto, all the depenencies cam be installed with mamba. For Docker, follow the steps in https://docs.docker.com/engine/install/ and, for Quarto, download the latest release from https://github.com/quarto-dev/quarto-cli/releases.
Install micromamba following the Mamba Documentation and run
or
Run package entrypoint with debug message
devtools::load_all()
logger::log_threshold(logger::DEBUG)
andrew::main(source_dir="demo")