-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 888 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
Package: table.glue
Title: Make and Apply Customized Rounding Specifications for Tables
Version: 0.0.5
Authors@R:
c(person(given = "Byron",
family = "Jaeger",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7399-2299")))
Description: Translate double and integer valued data into
character values formatted for tabulation in manuscripts
or other types of academic reports.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
testthat,
covr,
knitr,
rmarkdown,
magrittr,
dplyr,
tidyr,
tibble,
gt
Imports:
glue,
stringi
URL: https://github.com/bcjaeger/table.glue
BugReports: https://github.com/bcjaeger/table.glue/issues
VignetteBuilder: knitr
Depends:
R (>= 2.10)