Package: flair
Title: Highlight, Annotate, and Format your R Source Code
Version: 0.0.2
Authors@R: 
    c(person(given = "Kelly",
             family = "Bodwin",
             role = c("aut", "cre"),
             email = "kelly@bodwin.us"),
      person(given = "Hunter",
             family = "Glanz",
             role = "aut"))
Description: Facilitates easier formatting and highlighting of R
    source code in a R Markdown-based presentation. The main goal of the
    package is to allow users to preserve their code creation process
    within code chunks, then to specify formatting details for the source
    code, such as highlighting of particular syntactical elements.
License: MIT + file LICENSE
URL: https://github.com/kbodwin/flair,
        https://kbodwin.github.io/flair/index.html
BugReports: https://github.com/kbodwin/flair/issues
Imports: dplyr, evaluate, ggplot2, glue, knitr, magrittr, purrr,
        rmarkdown, stringr
Suggests: learnr, rstudioapi, shiny, testthat (>= 2.1.0)
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.0
NeedsCompilation: no
Packaged: 2020-04-15 22:07:38 UTC; kbodwin
Author: Kelly Bodwin [aut, cre],
  Hunter Glanz [aut]
Maintainer: Kelly Bodwin <kelly@bodwin.us>
Repository: CRAN
Date/Publication: 2020-04-23 18:00:05 UTC
Built: R 4.0.5; ; 2022-04-21 11:00:34 UTC; windows
