-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
32 lines (32 loc) · 930 Bytes
/
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
Package: rmdfiltr
Type: Package
Title: 'Lua'-Filters for R Markdown
Version: 0.1.4
Authors@R: c(
person("Frederik", "Aust", email = "frederik.aust@uni-koeln.de", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4900-788X")),
person("Marius", "Barth", role = c("ctb"))
)
URL: https://github.com/crsh/rmdfiltr
BugReports: https://github.com/crsh/rmdfiltr/issues
Description: A collection of 'Lua' filters that extend the functionality
of R Markdown templates (e.g., count words or post-process citations).
Imports:
assertthat (>= 0.2.1),
utils,
rmarkdown (>= 1.12)
SystemRequirements: pandoc (>= 2.0; https://pandoc.org)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Suggests:
dplyr (>= 0.8.0.1),
ggplot2 (>= 3.0.0),
knitr (>= 1.22),
spelling (>= 2.1),
testthat (>= 2.0.0),
tibble (>= 2.1.1),
stringr,
bibtex (>= 0.5.1)
Language: en-US
VignetteBuilder: knitr