Skip to content

Project Initialization

rv is able to create new projects, initialize an existing project, and even migrate an existing renv project. All of which will set users up with a project that is immediately ready to install packages into isolated, project-specific libraries.

  • rv init - Initialize a new or existing project with the necessary project infrastructure.
  • rv migrate renv - Initialize an existing renv project by migrating the renv.lock to an rv config file.