Package: formatdown
Title: Formatting Tools for 'rmarkdown' Documents
Version: 0.1.2
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 tasks when creating 
    documents in R Markdown or Quarto Markdown. Convert the elements of a 
    numerical vector to character strings in one of several forms: powers-of-ten 
    notation in engineering or scientific form delimited for rendering as inline 
    equations; integer or decimal notation delimited for equation rendering; 
    numbers with measurement units (non-delimited) where units are selected to 
    eliminate the need for powers-of-ten or scientific notation. Useful for 
    rendering a numerical scalar in an inline R code chunk as well as formatting 
    columns of data frames displayed in a table. 
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
LazyDataCompression: bzip2
RoxygenNote: 7.2.3
Imports: checkmate, data.table, 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
NeedsCompilation: no
Packaged: 2023-06-21 22:07:08 UTC; layto
Author: Richard Layton [aut, cre]
Maintainer: Richard Layton <graphdoctor@gmail.com>
Repository: CRAN
Date/Publication: 2023-06-21 23:40:02 UTC
Built: R 4.2.0; ; 2023-06-22 11:01:54 UTC; unix
