diff --git a/installation/index.html b/installation/index.html index 761072f..d792cfd 100644 --- a/installation/index.html +++ b/installation/index.html @@ -19,10 +19,28 @@ Development
You can install all packages using the following lines in an R console:
-install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
+ user$ R
+ > install.packages(c('repr', 'IRdisplay', 'evaluate', 'crayon', 'pbdZMQ', 'devtools', 'uuid', 'digest'))
devtools::install_github('IRkernel/IRkernel')
+> quit()
# Don’t forget step 2/2!
To update the IRkernel package, which is not yet on CRAN, you have to rerun the devtools::
line. For the other packages, a simple update.packages()
is sufficient.