5 Misc

5.1 Virtual Environments and dependency management

  • Python venv
  • R: renv.lock (one has to activate it with renv::activate()), see more in docs

5.2 Render docs

Render docs: bookdown::render_book("docs/", output_dir = ".")