-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
57 lines (57 loc) · 1.64 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
Package: bookbuildeR
Type: Package
Title: An R Package for Building Books or Documents using pandoc
Version: 0.8.10
Author: Dr. Thomas Weise <tweise@hfuu.edu.cn>
Maintainer: Dr. Thomas Weise <tweise@hfuu.edu.cn>
Description: With this package, we provide some R utilities for using pandoc.
We basically implement a complete tool chain for building electronic books
by using R, pandoc, and markdown.
The tool chain allows for including source code examples, either from local
files or linked to a git repository, as well as mathematic equations or figures.
Book projects can be hierarchically structured files.
The resulting documents are html, pdf, and epub.
License: GPL-3
Encoding: UTF-8
URL: http://www.github.com/thomasWeise/bookbuildeR
BugReports: http://www.github.com/thomasWeise/bookbuildeR/issues
Imports: utilizeR (>= 0.8.6),
markdown (>= 1.1),
ore (>= 1.6.3),
utils (>= 3.5.0),
R.utils (>= 2.9.2),
yaml (>= 2.2.1)
Suggests: testthat (>= 2.3.1),
devtools (>= 2.2.1),
roxygen2 (>= 7.0.2),
usethis (>= 1.5.1)
Depends: R (>= 3.5.0)
Remotes: github::thomasWeise/utilizeR
ByteCompile: true
LazyData: true
Collate:
'logger.R'
'azw3.R'
'codeRead.R'
'codeLoad.R'
'codeListing.R'
'templates.R'
'pandoc.R'
'epub.R'
'preprocessorCommand.R'
'getmeta.R'
'git.R'
'html.R'
'meta.R'
'indexHTML.R'
'latex.R'
'main.R'
'preprocessorRepo.R'
'preprocessorTextblock.R'
'preprocessorRegexp.R'
'preprocessorPlain.R'
'preprocessorInput.R'
'preprocessor.R'
'rexec.R'
'rsource.R'
RoxygenNote: 7.1.0