Appendix B — Alternative Software
Abstract
This section lists software alternatives to the tools covered in the training.
B.0.1 Version Control
- GitLab is an alternative to GitHub.
B.0.2 Programming
- Great expectations is a Python alternative to
library(assertr)
.
B.0.3 Environment Management
- venv and conda are Python altenratives to
library(renv)
.