announce/packrat-0.2.0.md

Packrat 0.2.0

We're excited to announce version 0.2.0 of packrat! We've introduced a number of exciting features in this release:

We will also be working on integration with the RStudio IDE in the coming weeks: here, we can provide a user-friendly interface for many of the packrat actions, and also leverage many tools within the IDE for better and smarter automatic updating of your packrat projects. Stay tuned!

If you'd like to migrate a 'packrat 0.1.0' project to the new format, please do the following:

  1. Navigate to your packrat project directory,
  2. Remove the project .Rprofile file,
  3. Start an R session in this folder,
  4. Run the following script:
    if (!require("devtools")) install.packages("devtools")
    devtools::install_github("rstudio/packrat")
    packrat::migrate()
    

After this, you can restart your R session, and you should be good to go!

Thanks, Kevin



rstudio/packrat documentation built on Feb. 5, 2024, 9:17 p.m.