forked from renkun-ken/formattable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1011 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
27
28
29
30
Package: formattable
Title: Create 'Formattable' Data Structures
Version: 0.2.0.2
Authors@R: c(
person("Kun", "Ren", role = c("aut", "cre"), email = "ken@renkun.me"),
person("Kenton", "Russell", role = "aut", email = "kent.russell@timelyportfolio.com")
)
Description: Provides functions to create formattable vectors and data frames.
'Formattable' vectors are printed with text formatting, and formattable
data frames are printed with multiple types of formatting in HTML
to improve the readability of data presented in tabular form rendered in
web pages.
Depends:
R (> 3.0.2)
Date: 2016-08-07
Imports:
methods,
htmltools,
htmlwidgets,
knitr,
rmarkdown
License: MIT + file LICENSE
LazyData: true
URL: https://renkun.me/formattable, https://github.com/renkun-ken/formattable
BugReports: https://github.com/renkun-ken/formattable/issues
Roxygen: list(wrap = FALSE)
ByteCompile: TRUE
Suggests: testthat, DT, shiny, covr
RoxygenNote: 5.0.1
VignetteBuilder: knitr