3.3 Removing the renv setup from a project

If you would like to remove the renv set-up from a project:

  • run renv::deactivate() to fall back on an renv-free set-up;
  • delete renv.lock and the renv folder.