Description Author(s) References
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.
Josh Katz
Source repo: http://www.github.com/joshkatz/needs
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.