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 Repository: https://ropensci.r-universe.dev Date/Publication: 2023-08-20 01:51:32 UTC RemoteUrl: https://github.com/ropensci/ezknitr RemoteRef: master RemoteSha: 4bd1832a7bea661816bc9c1777b2f85d1dd7a594 NeedsCompilation: no Packaged: 2026-07-01 08:14:13 UTC; root Author: Dean Attali [aut, cre] Maintainer: Dean Attali