From e9b932236f7ecd13678552d5dfe200bfbf93ace3 Mon Sep 17 00:00:00 2001 From: Pariksheet Nanda Date: Mon, 15 Aug 2016 19:14:37 -0400 Subject: [PATCH] DOC: Verify RStudio version --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4816086..e577d8f 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ remote$ clush -l root ./cgi-updater-payload.sh Verify R and biopython versions: ```sh -remote$ clush "R --version | awk 'NR == 1 {print \$3}'" -remote$ clush "pip show biopython | awk '/Version/ {print \$2}'" +remote$ clush -B "R --version | awk 'NR == 1 {print \$3}'" +remote$ clush -B "pip show biopython | awk '/Version/ {print \$2}'" +remote$ clush -B dpkg-query --showformat='\${Version}' --show rstudio ```