Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
Install script for the R Jupyter kernel
Browse files Browse the repository at this point in the history
  • Loading branch information
vbraun committed Dec 19, 2015
1 parent ba549f3 commit 753f7bc
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions build/pkgs/r_jupyter/spkg-install
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/usr/bin/env bash

echo "Installing the Jupyter Kernel for the R-Project"

R --vanilla <<EOF
chooseCRANmirror(ind=1)
install.packages(c('rzmq','repr','IRkernel','IRdisplay'),
repos = c('http://irkernel.github.io/', getOption('repos')))
IRkernel::installspec()
EOF

1 change: 1 addition & 0 deletions build/pkgs/r_jupyter/type
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
script

0 comments on commit 753f7bc

Please sign in to comment.