up
This commit is contained in:
@@ -17,6 +17,8 @@ plugins=(
|
|||||||
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
['opam']='https://github.com/asdf-community/asdf-opam.git'
|
||||||
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
|
||||||
['rust']='https://github.com/code-lever/asdf-rust.git'
|
['rust']='https://github.com/code-lever/asdf-rust.git'
|
||||||
|
['julia']='https://github.com/rkyleg/asdf-julia.git'
|
||||||
|
['r']='https://github.com/asdf-community/asdf-r.git'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -17,11 +17,11 @@ title="IDE's configuration"
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# R
|
# R
|
||||||
sudo Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")'
|
Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")'
|
||||||
sudo Rscript -e 'IRkernel::installspec(user = FALSE)'
|
Rscript -e 'IRkernel::installspec(user = TRUE)'
|
||||||
|
|
||||||
# Julia
|
# Julia
|
||||||
sudo julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")'
|
julia -e 'using Pkg; Pkg.add("IJulia"); Pkg.build("IJulia")'
|
||||||
|
|
||||||
log "${title} done"
|
log "${title} done"
|
||||||
|
|
||||||
|
|||||||
@@ -104,8 +104,8 @@ install_ide() {
|
|||||||
python-plotly
|
python-plotly
|
||||||
jupyter-nbclient
|
jupyter-nbclient
|
||||||
jupyter-nbformat
|
jupyter-nbformat
|
||||||
r
|
# r
|
||||||
julia
|
# julia
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user