-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
26 lines (26 loc) · 918 Bytes
/
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
Package: highlightHTML
Type: Package
Title: Highlight HTML Text and Tables
Version: 0.2.5
Authors@R: person("Brandon", "LeBeau",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1265-8761"))
Maintainer: Brandon LeBeau <[email protected]>
Description: A tool to format R markdown with CSS ids for HTML output.
The tool may be most helpful for those using markdown to create reproducible
documents. The biggest limitations in formatting is the knowledge of CSS
by the document authors.
Depends:
R (>= 3.0.0)
Suggests:
shiny,
testthat,
dplyr,
knitr,
rmarkdown
License: MIT + file LICENSE
RoxygenNote: 7.1.0
VignetteBuilder: knitr
URL: https://github.com/lebebr01/highlightHTML
BugReports: https://github.com/lebebr01/highlightHTML/issues