Skip to content

Commit

Permalink
Use R terminal instead of R window
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaiacs committed Apr 17, 2018
1 parent 17cb754 commit 910a474
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 910a474

Please sign in to comment.