Package: formatdown
Title: Formatting Tools for 'rmarkdown' Documents
Version: 0.1.1
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 'rmarkdown' or 'quarto'. Convert the elements of a numerical 
    vector to character strings in which the numbers are formatted using 
    powers-of-ten notation in scientific or engineering form and delimited for 
    rendering as inline equations.
Depends: R (>= 3.5.0)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: TRUE
LazyDataCompression: bzip2
RoxygenNote: 7.2.2
Imports: checkmate, data.table, wrapr
Suggests: covr, knitr, rmarkdown, tinytest
VignetteBuilder: knitr
URL: https://github.com/graphdr/formatdown/
BugReports: https://github.com/graphdr/formatdown/issues
NeedsCompilation: no
Packaged: 2022-11-18 14:41:17 UTC; layto
Author: Richard Layton [aut, cre]
Maintainer: Richard Layton <graphdoctor@gmail.com>
Repository: CRAN
Date/Publication: 2022-11-21 09:50:05 UTC
