https://github.com/MilesMcBain/packup
Collect, stow, and alphabetise library() calls in your R files.
https://github.com/MilesMcBain/packup
Last synced: 5 months ago
JSON representation
Collect, stow, and alphabetise library() calls in your R files.
- Host: GitHub
- URL: https://github.com/MilesMcBain/packup
- Owner: MilesMcBain
- License: other
- Created: 2017-01-13T15:13:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-03T21:09:28.000Z (over 5 years ago)
- Last Synced: 2024-11-30T20:52:52.244Z (5 months ago)
- Language: R
- Homepage:
- Size: 126 KB
- Stars: 59
- Watchers: 4
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - MilesMcBain/packup - Collect, stow, and alphabetise library() calls in your R files. (R)
README
# packup
In the midst of hot and heavy analysis you can't be bothered scrolling up to the top to put in the `library()` calls. Let `packup` do it for you later. Alphabetised...and deduped! Because these things matter OK.A word of warning: packup is like an OCD robo-vac for your code. And just like a robo-vac, you need to take precautions against it spreading shit everywhere. This addin WILL CHANGE YOUR CODE. SAVE. YOUR. FILES.! Do it! Or I promise you Jenny Bryan will set your laptop on fire.
Otherwise, enjoy!
# Usage
packup is an RStudio addin. Once the package is installed you can invoke a packup from the RStudio addins menu. Particularly hasty individuls can even bind a hotkey to it.
# Installation
`devtools::install_github("milesmcbain/packup")`# Acknowledgements
Thanks to my friends @masalmon and @aammd, and @njtierney for coming up with this idea and inspiring me to make it happen for the great of all!