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 existingrenvproject by migrating therenv.lockto anrvconfig file.