Created
October 27, 2013 18:41
-
-
Save mjbommar/7186297 to your computer and use it in GitHub Desktop.
rNotebook install and run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Install and load required packages for rNotebook | |
install.packages(c('RCurl', 'devtools', 'shiny'), dependencies=TRUE, repos='http://cran.us.r-project.org') | |
require(devtools) | |
# Install rNotebook | |
install_github('rNotebook', 'ramnathv') | |
# Run rNotebook server | |
rNotebook::viewNotebook() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment