Lesson 14 - Make your Code Future-Proof with renv

What you will learn in this lesson:

• What renv is and why it is helpful.
• How to snapshot and restore packages in a project.

We enabled renv when we created the project in lesson 6. The time has finally come to learn what renv is, the kind of problem it solves and how to use it. renv is a powerful, yet simple to use, tool that will make your code more future-proof and help you collaborate.