-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
24 lines (24 loc) · 850 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
Package: inserttable
Title: Automatically Add a Table to a RMarkdown Document
Version: 0.4.0
Authors@R: c(person("Lorenzo", "Busetto", email = "lbusett@gmail.com", role = c("aut", "cre"),
comment = c(ORCID = '0000-0001-9634-6038')))
Description: Function and RStudio add-in allowing to quickly and automatically
generate the code needed to render a table in a RMarkdown document using different
formats (kable, DT and rhandsontable are currently implemented).
License: GPL-3
Imports:
tibble, rstudioapi, shiny, miniUI, datapasta, assertthat, anytime, rhandsontable
Suggests:
testthat,
knitr,
rmarkdown,
spelling
ByteCompile: true
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
URL: https://github.com/lbusett/insert_table
BugReports: https://github.com/lbusett/insert_table/issues
Language: en-US