-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.14 KB
/
Copy pathDESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.14 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
55
56
57
58
Package: slidify
Type: Package
Title: Generate reproducible html5 slides from R markdown
Version: 0.4.5-7
Date: 2012-10-18
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.
OLD VERSION
Depends:
R (>= 2.15.0)
Imports:
knitr (>= 0.1),
markdown,
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'
'c.r'
'checks.r'
'count.r'
'detect.r'
'dup.r'
'extract.r'
'length.r'
'locate.r'
'match.r'
'modifiers.r'
'pad-trim.r'
'replace.r'
'split.r'
'sub.r'
'utils2.r'
'vectorise.r'
'word.r'
'wrap.r'