-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsnippets.Rmd
More file actions
54 lines (38 loc) · 1.27 KB
/
snippets.Rmd
File metadata and controls
54 lines (38 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
## Some Math
Let us now try out some Math.
$$
\begin{aligned}
\alpha & = \beta + \gamma \\
\gamma & = \sum x_i + y_i
\end{aligned}
$$
```{r eval = F}
install_github('knitr', 'yihui')
install_github('whisker', 'edwindj')
install_github('markdown', 'rstudio')
```
---
references to R in published papers on the rise
PLot if possible.
Acadamic API wrappers RPLoS, Rmendeley, ROpenSci
---
### Usage
`slidify` is designed to make it very easy for a HTML novice to generate a crisp, visually appealing `HTML5` slide deck. You can do it in just three steps!
* Write your source file in [R Markdown](http://goo.gl/KKdaf)
* Separate your slides using a horizontal rule `---`
* Run `slidify("slides.Rmd")` to generate your slide deck.
---
`slidify` allows you to render your slides using several HTML5 slide frameworks. Currently supported frameworks are:
* [deck.js][1]
* [dzslides][2]
* [html5slides][3]
* [shower][4]
* [slidy][5]
Extending `slidify` to accommodate other frameworks is pretty straightforward. The plan is to support more frameworks over time.
[1]: http://imakewebthings.com/deck.js/
[2]: http://paulrouget.com/dzslides/
[3]: http://html5slides.googlecode.com/
[4]: http://pepelsbey.github.com/shower/en.htm
[5]: http://www.w3.org/Talks/Tools/Slidy2/Overview.html#(1)
---