Skip to content

Commit

Permalink
Bump git version and finalize OML tutorial support
Browse files Browse the repository at this point in the history
  • Loading branch information
j-simmons-phd committed May 18, 2022
1 parent 0f3c508 commit f20626b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8 changes: 6 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f20626b

Please sign in to comment.