Package: signs
Title: Insert Proper Minus Signs
Version: 0.1.0
Authors@R: 
    person(given = c("Benjamin", "E."),
           family = "Wolfe",
           role = c("aut", "cre"),
           email = "benjamin.e.wolfe@gmail.com",
           comment = c(ORCID = "0000-0002-4339-9328"))
Description: Provides convenience functions to replace hyphen-minuses (ASCII 45)
    with proper minus signs (Unicode character 2212). The minus sign is wider
    and slightly nicer for display than the hyphen-minus we use for computation.
URL: https://benjaminwolfe.github.io/signs
BugReports: https://github.com/BenjaminWolfe/signs/issues
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports: scales, rlang (>= 0.4.0)
RoxygenNote: 6.1.1
Suggests: ggplot2, dplyr, ggrepel, testthat (>= 2.1.0), knitr,
        rmarkdown, covr
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2019-09-24 04:57:02 UTC; Karin
Author: Benjamin E. Wolfe [aut, cre] (<https://orcid.org/0000-0002-4339-9328>)
Maintainer: Benjamin E. Wolfe <benjamin.e.wolfe@gmail.com>
Repository: CRAN
Date/Publication: 2019-10-01 12:40:02 UTC
