-
Notifications
You must be signed in to change notification settings - Fork 338
/
DESCRIPTION
44 lines (44 loc) · 1.12 KB
/
DESCRIPTION
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
Package: slidify
Type: Package
Title: Generate reproducible html5 slides from R markdown
Version: 0.5
Date: 2012-10-18
Authors@R: c(person("Ramnath", "Vaidyanathan", role = c("aut", "cre"),
email = "ramnath.vaidya@gmail.com"),
person("John", "Muschelli", role = "ctb",
email = "muschellij2@gmail.com"))
Author: Ramnath Vaidyanathan <ramnath.vaidya@gmail.com>
Maintainer: Ramnath Vaidyanathan <ramnath.vaidya@gmail.com>
Description: This package provides a tool to generate reproducible html5 slides
from R Markdown files. It supports multiple html5 slide frameworks.
Depends:
R (>= 2.15.0)
Imports:
knitr (>= 1.0.0),
markdown,
stringr (>= 1.0.0),
yaml,
whisker
License: MIT
URL: http://ramnathv.github.com/slidify/
BugReports: https://github.com/ramnathv/slidify/issues
BuildKeepEmpty: TRUE
Collate:
'add.R'
'assets.R'
'author.R'
'bloghelpers.R'
'copy.R'
'config.R'
'layouts.R'
'package.R'
'parse.R'
'process.R'
'publish.R'
'render.R'
'slidify.R'
'update.R'
'urls.R'
'utils.R'
'widgets.R'
'zzz.R'