needs (version 0.0.3)

needs-package: 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.

Arguments

References

Source repo: http://www.github.com/joshkatz/needs