Package: ezknitr
Title: Avoid the Typical Working Directory Pain When Using 'knitr'
Version: 0.6.3
Authors@R: person("Dean", "Attali", email = "daattali@gmail.com",
    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
NeedsCompilation: no
Packaged: 2023-08-20 01:51:49 UTC; Dean-X1C
Author: Dean Attali [aut, cre]
Maintainer: Dean Attali <daattali@gmail.com>
Repository: CRAN
Date/Publication: 2023-08-20 03:42:30 UTC
Built: R 4.2.3; ; 2024-04-24 01:36:22 UTC; windows
