Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prace-lessons
Lesson Template
Commits
910a4748
Commit
910a4748
authored
Apr 17, 2018
by
Raniere Silva
Browse files
Use R terminal instead of R window
parent
17cb7549
Changes
1
Hide whitespace changes
Inline
Side-by-side
setup.md
View file @
910a4748
...
...
@@ -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)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment