Package: formatdown
Title: Formatting Numbers in 'rmarkdown' Documents
Version: 0.1.4
Language: en-US
Authors@R: person("Richard", "Layton", email="graphdoctor@gmail.com", 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.2.3
Imports: checkmate, data.table, settings, units, wrapr
Suggests: covr, knitr, rmarkdown, 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'
NeedsCompilation: no
Packaged: 2024-05-07 23:08:32 UTC; layto
Author: Richard Layton [aut, cre]
Maintainer: Richard Layton <graphdoctor@gmail.com>
Repository: CRAN
Date/Publication: 2024-05-07 23:20:02 UTC
Built: R 4.5.2; ; 2025-11-08 02:55:59 UTC; windows
