18  Sustainment and Deployment of Solutions

Published

August 30, 2024

Keywords

model sustainment, reproduceability, environments, deployment, containers, cloud, ML Ops, CI-CD

18.1 Introduction

18.1.1 Learning Outcomes

  • Create strategies for sustaining and deploying R solutions in a changing world.
  • Employ coding styles and function documentation to ease code maintenance.
  • Use the {renv} package to maintain the set of packages used for a solution.
  • Implement Continuous-Integration-Continuous-Development (CI-CD) workflows using GitHub Actions.
  • Deploy a solution to a cloud environment.

18.1.2 References:

18.1.2.1 Other References

18.2 Context

This section is a work in progress