use the new default CMD in the example use
This commit is contained in:
parent
bfcce19c7e
commit
07de1a32c7
|
|
@ -45,7 +45,7 @@ graphical user interfaces are available for use with R.
|
||||||
|
|
||||||
Launch R directly for interactive work:
|
Launch R directly for interactive work:
|
||||||
|
|
||||||
docker run -ti --rm r-base /usr/bin/R
|
docker run -ti --rm r-base
|
||||||
|
|
||||||
## Batch mode ##
|
## Batch mode ##
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,5 @@
|
||||||
# What is R?
|
# What is R?
|
||||||
|
|
||||||
# What is R?
|
|
||||||
|
|
||||||
R is a system for statistical computation and graphics. It consists of a
|
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
|
language plus a run-time environment with graphics, a debugger, access to
|
||||||
certain system functions, and the ability to run programs stored in script
|
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:
|
Launch R directly for interactive work:
|
||||||
|
|
||||||
docker run -ti --rm r-base /usr/bin/R
|
docker run -ti --rm r-base
|
||||||
|
|
||||||
## Batch mode ##
|
## Batch mode ##
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue