From 07de1a32c7fea1224c4fb73707cba7ed18e8e643 Mon Sep 17 00:00:00 2001 From: Carl Boettiger Date: Wed, 19 Nov 2014 11:33:44 -0800 Subject: [PATCH] use the new default CMD in the example use --- r-base/README.md | 2 +- r-base/content.md | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/r-base/README.md b/r-base/README.md index ef6eec866..8f4818967 100644 --- a/r-base/README.md +++ b/r-base/README.md @@ -45,7 +45,7 @@ graphical user interfaces are available for use with R. Launch R directly for interactive work: - docker run -ti --rm r-base /usr/bin/R + docker run -ti --rm r-base ## Batch mode ## diff --git a/r-base/content.md b/r-base/content.md index d1a1d8f11..305e8fc89 100644 --- a/r-base/content.md +++ b/r-base/content.md @@ -1,7 +1,5 @@ # What is R? -# What is R? - R is a system for statistical computation and graphics. It consists of a language plus a run-time environment with graphics, a debugger, access to certain system functions, and the ability to run programs stored in script @@ -36,7 +34,7 @@ graphical user interfaces are available for use with R. Launch R directly for interactive work: - docker run -ti --rm r-base /usr/bin/R + docker run -ti --rm r-base ## Batch mode ##