Package: r2pptx
Type: Package
Title: Object Oriented R -> PowerPoint
Version: 0.1.0
Authors@R: 
    c(person(given = "Matt",
             family = "Lehman",
             role = c("aut", "cre"),
             email = "mhlehman24@gmail.com")
    )
Description: Provides a friendly, object oriented API for creating PowerPoint
    slide decks in R.
URL: https://mattle24.github.io/r2pptx/,
        https://github.com/mattle24/r2pptx
BugReports: https://github.com/mattle24/r2pptx/issues
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.1.1
Depends: methods, R (>= 3.6.0)
Imports: glue, officer
Suggests: datasets, ggplot2, testthat (>= 3.0.0), knitr, rmarkdown
Collate: 'location.R' 'generics.R' 'element.R' 'slide.R'
        'presentation.R' 'methods.R' 'utils.R' 'zzz.R'
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2021-09-08 17:06:00 UTC; matt
Author: Matt Lehman [aut, cre]
Maintainer: Matt Lehman <mhlehman24@gmail.com>
Repository: CRAN
Date/Publication: 2021-09-15 18:40:02 UTC
Built: R 4.3.0; ; 2023-04-12 12:32:06 UTC; unix
