Package: knitxl
Type: Package
Title: Generates a Spreadsheet Report from an 'rmarkdown' File
Version: 0.1.0
Authors@R: c(
      person("Denis", "Dreano", email = "denis.dreano@protonmail.ch",
             role = c("cre", "aut", "cph"))
    )
Description: Convert an R Markdown documents into an '.xlsx' spreadsheet reports
    with the knitxl() function, which works similarly to knit() from the 
    'knitr' package. The generated report can be opened in 'Excel' or similar
    software for further analysis and presentation.
License: GPL (>= 3)
Encoding: UTF-8
Depends: knitr (>= 1.39)
Imports: commonmark (>= 1.8.0), glue (>= 1.6.2), magrittr (>= 2.0.3),
        openxlsx (>= 4.2.5), purrr (>= 0.3.4), R6 (>= 2.5.1),
        readbitmap (>= 0.1.5), readr (>= 2.1.2), stringr (>= 1.4.0),
        xml2 (>= 1.3.3), yaml (>= 2.3.7)
Suggests: testthat (>= 3.0.0), waldo (>= 0.4.0)
Config/testthat/edition: 3
RoxygenNote: 7.2.3
URL: https://github.com/dreanod/knitxl
BugReports: https://github.com/dreanod/knitxl/issues
NeedsCompilation: no
Packaged: 2023-04-15 07:37:48 UTC; denisdreano
Author: Denis Dreano [cre, aut, cph]
Maintainer: Denis Dreano <denis.dreano@protonmail.ch>
Repository: CRAN
Date/Publication: 2023-04-18 13:40:02 UTC
Built: R 4.6.0; ; 2025-07-18 09:42:43 UTC; unix
