-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.45 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
Package: formatdown
Title: Formatting Numbers in 'rmarkdown' Documents
Version: 0.1.4.9002
Language: en-US
Authors@R: person("Richard", "Layton", email="[email protected]", role=c("aut", "cre"))
Description: Provides a small set of tools for formatting numbers in R-markdown
documents. Convert a numerical vector to character strings in power-of-ten
form, decimal form, or measurement-units form; all are math-delimited for
rendering as inline equations. Can also convert text into math-delimited
text to match the font face and size of math-delimited numbers. Useful for
rendering single numbers in inline R code chunks and for rendering columns
in tables.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
LazyDataCompression: bzip2
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Imports:
checkmate,
data.table,
settings,
units,
wrapr
Suggests:
covr,
kableExtra,
knitr,
rmarkdown,
stringr,
tinytest
VignetteBuilder: knitr
URL: https://github.com/graphdr/formatdown/,
https://graphdr.github.io/formatdown/,
https://CRAN.R-project.org/package=formatdown
BugReports: https://github.com/graphdr/formatdown/issues
Collate:
'data.R'
'format_decimal.R'
'format_numbers.R'
'format_power.R'
'format_text.R'
'format_units.R'
'formatdown_options.R'
'formatdown-deprecated.R'
'formatdown-package.R'
'roxygen.R'
'utils.R'