-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
69 lines (69 loc) · 1.36 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Package: ascii
Maintainer: David Hajage <[email protected]>
License: GPL (>= 2)
Title: Export R objects to several markup languages
Type: Package
Author: David Hajage
Description: Coerce R object to asciidoc, txt2tags,
restructuredText, org, textile or pandoc syntax.
Package comes with a set of drivers for Sweave.
Version: 2.2
URL: http://eusebe.github.com/ascii/,
http://github.com/eusebe/ascii/
Date: 2009-07-20
Depends:
R (>= 2.13),
utils,
methods
Suggests:
survival,
Hmisc,
xtable,
R2HTML,
cacheSweave,
weaver,
knitr
Collate:
'asciiAnova.r'
'asciiDataFrame.r'
'asciiDefault.r'
'asciiDensity.r'
'asciiDescr.r'
'asciiEpi.r'
'asciiGlm.r'
'asciiHmisc.r'
'asciiHtest.r'
'asciiList.r'
'asciiLm.r'
'asciiMatrix.r'
'asciiMemisc.r'
'asciiPrcomp.r'
'asciiSmoothSpline.r'
'asciiSummaryTable.r'
'asciiSurvival.r'
'asciiTable.r'
'asciiTs.r'
'asciiVector.r'
'bind.r'
'cacheSweaveAscii.r'
'cbind.r'
'export.r'
'generic.r'
'groups.r'
'interleave.r'
'paste.matrix.r'
'plim.r'
'print.character.matrix.r'
'RweaveAscii.r'
'show.asciidoc.r'
'show.org.r'
'show.pandoc.r'
'show.r'
'show.rest.r'
'show.t2t.r'
'show.textile.r'
'SweaveAscii.r'
'tocharac.r'
'weaverAscii.r'
'zzz.r'
'print.r'