Add R tool for linux (#1263)
* add r for ubuntu * remove head comments * fix documentation Co-authored-by: Dmitry Shibanov <[email protected]>
This commit is contained in:
co-authored by
Dmitry Shibanov
parent
52087656c8
commit
8e72c30560
@@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
# Source the helpers for use with the script
|
||||||
|
source $HELPER_SCRIPTS/document.sh
|
||||||
|
|
||||||
|
# install R
|
||||||
|
sudo apt-get install -y r-base
|
||||||
|
version=$(R --version | grep "R version" | cut -d " " -f 3)
|
||||||
|
|
||||||
|
DocumentInstalledItem "R $version"
|
||||||
@@ -184,6 +184,7 @@
|
|||||||
"{{template_dir}}/scripts/installers/postgresql.sh",
|
"{{template_dir}}/scripts/installers/postgresql.sh",
|
||||||
"{{template_dir}}/scripts/installers/powershellcore.sh",
|
"{{template_dir}}/scripts/installers/powershellcore.sh",
|
||||||
"{{template_dir}}/scripts/installers/ruby.sh",
|
"{{template_dir}}/scripts/installers/ruby.sh",
|
||||||
|
"{{template_dir}}/scripts/installers/r.sh",
|
||||||
"{{template_dir}}/scripts/installers/rust.sh",
|
"{{template_dir}}/scripts/installers/rust.sh",
|
||||||
"{{template_dir}}/scripts/installers/julia.sh",
|
"{{template_dir}}/scripts/installers/julia.sh",
|
||||||
"{{template_dir}}/scripts/installers/sbt.sh",
|
"{{template_dir}}/scripts/installers/sbt.sh",
|
||||||
|
|||||||
@@ -188,6 +188,7 @@
|
|||||||
"{{template_dir}}/scripts/installers/postgresql.sh",
|
"{{template_dir}}/scripts/installers/postgresql.sh",
|
||||||
"{{template_dir}}/scripts/installers/powershellcore.sh",
|
"{{template_dir}}/scripts/installers/powershellcore.sh",
|
||||||
"{{template_dir}}/scripts/installers/ruby.sh",
|
"{{template_dir}}/scripts/installers/ruby.sh",
|
||||||
|
"{{template_dir}}/scripts/installers/r.sh",
|
||||||
"{{template_dir}}/scripts/installers/rust.sh",
|
"{{template_dir}}/scripts/installers/rust.sh",
|
||||||
"{{template_dir}}/scripts/installers/julia.sh",
|
"{{template_dir}}/scripts/installers/julia.sh",
|
||||||
"{{template_dir}}/scripts/installers/sbt.sh",
|
"{{template_dir}}/scripts/installers/sbt.sh",
|
||||||
|
|||||||
@@ -190,6 +190,7 @@
|
|||||||
"{{template_dir}}/scripts/installers/postgresql.sh",
|
"{{template_dir}}/scripts/installers/postgresql.sh",
|
||||||
"{{template_dir}}/scripts/installers/powershellcore.sh",
|
"{{template_dir}}/scripts/installers/powershellcore.sh",
|
||||||
"{{template_dir}}/scripts/installers/ruby.sh",
|
"{{template_dir}}/scripts/installers/ruby.sh",
|
||||||
|
"{{template_dir}}/scripts/installers/r.sh",
|
||||||
"{{template_dir}}/scripts/installers/rust.sh",
|
"{{template_dir}}/scripts/installers/rust.sh",
|
||||||
"{{template_dir}}/scripts/installers/julia.sh",
|
"{{template_dir}}/scripts/installers/julia.sh",
|
||||||
"{{template_dir}}/scripts/installers/sbt.sh",
|
"{{template_dir}}/scripts/installers/sbt.sh",
|
||||||
|
|||||||
Reference in New Issue
Block a user