-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1020 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
31
32
33
34
35
36
Package: basictabler
Type: Package
Title: Construct Rich Tables for Output to 'HTML'/'Excel'
Version: 1.0.3
Authors@R: person("Christopher", "Bailiss", email = "[email protected]",
role = c("aut", "cre"))
Description: Easily create tables from data
frames/matrices. Create/manipulate tables
row-by-row, column-by-column or cell-by-cell.
Use common formatting/styling to output
rich tables as 'HTML', 'HTML widgets' or to
'Excel'.
Depends: R (>= 3.3.0)
Imports:
R6 (>= 2.2.0),
dplyr (>= 0.5.0),
htmltools(>= 0.3.5),
htmlwidgets (>= 0.8)
Suggests:
jsonlite (>= 1.1),
lubridate (>= 1.5.0),
listviewer (>= 1.4.0),
openxlsx (>= 4.0.17),
flextable (>= 0.6.6),
officer (>= 0.3.18),
shiny,
knitr,
rmarkdown,
testthat
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: http://www.basictabler.org.uk/, https://github.com/cbailiss/basictabler
BugReports: https://github.com/cbailiss/basictabler/issues
VignetteBuilder: knitr
RoxygenNote: 7.1.1