From 910a47485454c6d801089cdb0a094895bcc8a0c9 Mon Sep 17 00:00:00 2001 From: Raniere Silva Date: Tue, 17 Apr 2018 17:20:13 +0100 Subject: [PATCH] Use R terminal instead of R window --- setup.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.md b/setup.md index 4779b68a..30786f68 100644 --- a/setup.md +++ b/setup.md @@ -178,7 +178,8 @@ you must install the software described below. We use [knitr][cran-knitr], [stringr][cran-stringr], and [checkpoint][cran-checkpoint] to format lessons written in R Markdown, so you will need to install these to build R lessons - (and this example lesson). The best way to install these packages is to open an R window and type: + (and this example lesson). The best way to install these packages is to open an R terminal and type: + ``` > install.packages('knitr', dependencies = TRUE) > install.packages('stringer', dependencies = TRUE)