needs-package {needs} | R Documentation |
Easier package loading / auto-installation
Description
needs is a simple R function to make package loading /
installation hassle-free — use it in place of library
to attach
packages and automatically install any that are missing. You can also supply
a minimum version number, and it will update old packages as needed. No more
changing your code to reinstall packages every time you update R —
needs
does it for you.
Author(s)
Josh Katz
References
Source repo: http://www.github.com/joshkatz/needs
[Package needs version 0.0.3 Index]