Skip to content

Commit

Permalink
Separating code for copy-paste in PR
Browse files Browse the repository at this point in the history
  • Loading branch information
hoytpr authored Feb 6, 2018
1 parent 4778a2b commit 8d09466
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 @@ -179,7 +179,8 @@ you must install the software described below.
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:
"> install.packages('package_name', dependencies = TRUE)" Substitute the 'package_name' with
`> install.packages('package_name', dependencies = TRUE)`
Substitute the 'package_name' with
either 'knitr', 'stringer', and then 'checkpoint'.
If you want to run `bin/lesson_check.py` (which is invoked by `make lesson-check`)
Expand Down

0 comments on commit 8d09466

Please sign in to comment.