mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
fix install-R.sh
This commit is contained in:
parent
f13bc72084
commit
4f21bb14c2
1 changed files with 3 additions and 2 deletions
|
@ -19,6 +19,7 @@ if [ "x$UNAME" = "xLinux" ] ; then
|
|||
elif [ "x$UNAME" = "xDarwin" ]; then
|
||||
brew list r &>/dev/null || HOMEBREW_NO_AUTO_UPDATE=1 brew install r
|
||||
fi
|
||||
R -l ${WORKDIR}/R -e "install.packages('IRkernel', repos='http://cran.mirrors.hoobly.com', lib='${WORKDIR}/R')"
|
||||
R -l ${WORKDIR}/R -e "IRkernel::installspec()"
|
||||
echo ".libPaths( c( '${WORKDIR}/R' , .libPaths() ) )" > ${HOME}/.Rprofile
|
||||
R -e "install.packages('IRkernel', repos='http://cran.mirrors.hoobly.com', lib='${WORKDIR}/R')"
|
||||
R -e "IRkernel::installspec()"
|
||||
R --version
|
||||
|
|
Loading…
Add table
Reference in a new issue