Mercurial > hg > dtl-dml-home
changeset 106:c063a320d14f dml-dockerised
added install for R pracma package
author | wolffd <wolffd.mail@googlemail.com> |
---|---|
date | Wed, 25 Jul 2018 16:29:24 +0100 |
parents | 5f1d1eaca676 |
children | ee91974287d6 |
files | etc/setup_as_root.sh |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/setup_as_root.sh Wed Jul 25 16:26:22 2018 +0100 +++ b/etc/setup_as_root.sh Wed Jul 25 16:29:24 2018 +0100 @@ -53,6 +53,11 @@ $DO apt-get install -y vorbis-tools lame sox faad flac libsox-fmt-all fluidsynth $DO apt-get install -y libasound2-dev libgmp3-dev libreadline-dev zip unzip libarchive-dev # needed for prolog install in setup_dml $DO apt-get install -y software-properties-common apt-transport-https r-base # R support, + +# install R packages +$DO R -e 'install.packages(c("pracma"))' + + # below may not be necessary #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password password $DML_MYSQL_PASS' #sudo debconf-set-selections <<< 'mysql-server-5.5 mysql-server/root_password_again password $DML_MYSQL_PASS'