From f20626bc4dedbe1fa14ffee4c309b2d722cfb202 Mon Sep 17 00:00:00 2001 From: "J. Simmons" Date: Wed, 18 May 2022 10:35:02 -0600 Subject: [PATCH] Bump git version and finalize OML tutorial support --- README.md | 1 + playbook.yaml | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82d39b5..cb25b82 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,7 @@ This repo provides a workspace for Mach 30 volunteers to work on [Mach 30 Modeli - [Rosetta IDE](https://github.com/opencaesar/oml-rosetta) v1.0.7 - [R Language](https://www.r-project.org/) v4.1.3 - [R Studio](https://www.rstudio.com/) v2022.02.1-461 + - **Note:** You must run the command `install.packages("xml2", dependencies = TRUE, INSTALL_opts = '--no-lock')` from within the R Studio Console before attempting to use the OML tutorial rmd files. (Based on [Stack Overflow](https://stackoverflow.com/questions/14382209/r-install-packages-returns-failed-to-create-lock-directory/14389028#14389028)) - Content Viewers - Chrome - Firefox diff --git a/playbook.yaml b/playbook.yaml index d918781..5476993 100644 --- a/playbook.yaml +++ b/playbook.yaml @@ -121,7 +121,7 @@ tags: install_utilities vars: - git_version: "2.36.0" + git_version: "2.36.1" git_version_to_install: "1:{{ git_version }}-0ppa1~ubuntu20.04.1" keychain_version: "2.8.5" keychain_version_to_install: "{{ keychain_version }}-1" @@ -468,6 +468,10 @@ name: software-properties-common, dirmngr update_cache: yes install_recommends: no + - name: Install OML tutorials R dependencies + apt: + name: libxml2-dev, libcurl4-openssl-dev, libssl-dev, gfortran, libblas-dev, liblapack-dev + update_cache: yes - name: Add R repos signing key shell: cmd: wget -qO- https://cloud.r-project.org/bin/linux/ubuntu/marutter_pubkey.asc | tee -a /etc/apt/trusted.gpg.d/cran_ubuntu_key.asc @@ -482,7 +486,7 @@ - name: Install R Studio apt: deb: /home/kasm-default-profile/install_files/rstudio-2022.02.1-461-amd64.deb - update_cache: yes + update_cache: yes - # install readers hosts: localhost