-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
27 lines (27 loc) · 1.05 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
Package: ezknitr
Title: Avoid the Typical Working Directory Pain When Using 'knitr'
Version: 0.6.3
Authors@R: person("Dean", "Attali", email = "[email protected]",
role = c("aut", "cre"))
Description: An extension of 'knitr' that adds flexibility in several
ways. One common source of frustration with 'knitr' is that it assumes
the directory where the source file lives should be the working directory,
which is often not true. 'ezknitr' addresses this problem by giving you
complete control over where all the inputs and outputs are, and adds several
other convenient features to make rendering markdown/HTML documents easier.
URL: https://docs.ropensci.org/ezknitr/, https://github.com/ropensci/ezknitr
BugReports: https://github.com/ropensci/ezknitr/issues
Depends:
R (>= 3.0.2)
Imports:
knitr (>= 1.7),
markdown (>= 0.7),
R.utils (>= 1.34.0)
Suggests:
testthat (>= 0.9.1),
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
SystemRequirements: pandoc with https support
VignetteBuilder: knitr
RoxygenNote: 7.2.3