-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
36 lines (36 loc) · 1.01 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Package: flair
Title: Highlight, Annotate, and Format Your R Source Code
Version: 0.0.2
Authors@R: c(
person("Kelly", "Bodwin", , "kelly@bodwin.us", role = c("aut", "cre")),
person("Hunter", "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/r-for-educators/flair,
https://r-for-educators.github.io/flair/index.html
BugReports: https://github.com/r-for-educators/flair/issues
Imports:
dplyr,
ggplot2,
glue,
htmltools,
knitr,
magrittr,
purrr,
rmarkdown,
stringr
Suggests:
learnr,
rstudioapi,
shiny,
testthat (>= 2.1.0)
VignetteBuilder:
knitr
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2