MilesMcBain/packup: Collect and Arrange library() Calls

An RStudio addin that moves all library(), require(), and pload() calls up to top of document and arrange in alphabetical order. Depending on what convention the user has used more, all packages are homogenised to quoted or unquoted names. The exact location differs from . R to .Rmd. In .R the list starts at document position 0,0. In .Rmd it is the first line of the first chunk.

Getting started

Package details

Maintainer
LicenseMIT + file LICENSE
Version0.0.2
URL https://github.com/milesmcbain/packup
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("MilesMcBain/packup")
MilesMcBain/packup documentation built on May 7, 2019, 4:57 p.m.