Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 597 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 597 Bytes

How do I reinstall my packages for major R updates when many of them came from Github?

Many online resources (example) describe how to save metadata from your package library to batch-reinstall packages from CRAN. But we often get packages from other sources (including Github). How do we augment the workflow to accommodate these other package sources?

This repository contains code for my (Mike DeCrescenzo's) method. For more see this blog post.