1
0
This commit is contained in:
2025-08-14 21:28:40 +02:00
parent f218e3e5bc
commit e21ca25a6f
3 changed files with 7 additions and 5 deletions

View File

@@ -17,6 +17,8 @@ plugins=(
['opam']='https://github.com/asdf-community/asdf-opam.git'
['ruby']='https://github.com/asdf-vm/asdf-ruby.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'
)

View File

@@ -17,11 +17,11 @@ title="IDE's configuration"
fi
# R
sudo Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")'
sudo Rscript -e 'IRkernel::installspec(user = FALSE)'
Rscript -e 'install.packages("IRkernel", repos="https://cloud.r-project.org")'
Rscript -e 'IRkernel::installspec(user = TRUE)'
# 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"

View File

@@ -104,8 +104,8 @@ install_ide() {
python-plotly
jupyter-nbclient
jupyter-nbformat
r
julia
# r
# julia
)
}