mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 16:22:19 +08:00
Update R.sh
This commit is contained in:
parent
6aafaebfeb
commit
b18e5676af
1
R.sh
1
R.sh
|
@ -69,7 +69,6 @@ checkR(){
|
||||||
|
|
||||||
source activate jupyter-env
|
source activate jupyter-env
|
||||||
if ! Rscript -e "IRkernel::installspec()" &>/dev/null; then
|
if ! Rscript -e "IRkernel::installspec()" &>/dev/null; then
|
||||||
then
|
|
||||||
reading "IRkernel is not installed on this system. Do you want to install it? (y/n) " confirminstall
|
reading "IRkernel is not installed on this system. Do you want to install it? (y/n) " confirminstall
|
||||||
echo ""
|
echo ""
|
||||||
if [ "$confirminstall" != "y" ]; then
|
if [ "$confirminstall" != "y" ]; then
|
||||||
|
|
Loading…
Reference in New Issue
Block a user