Type: Package
Package: plume
Title: A Simple Author Handler for Scientific Writing
Version: 0.1.0
Authors@R: c(
    person("Arnaud", "Gallou", , "arangacas@gmail.com", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-1002-4247")),
    person("Hadley", "Wickham", role = "cph",
           comment = "Author of included stringb functions.")
  )
Description: Handles and formats author information in scientific writing
    in 'R Markdown' and 'Quarto'. 'plume' provides easy-to-use and
    flexible tools for injecting author metadata in 'YAML' headers as well
    as generating author and contribution lists (among others) as strings
    from tabular data.
License: GPL (>= 3)
URL: https://github.com/arnaudgallou/plume,
        https://arnaudgallou.github.io/plume/
BugReports: https://github.com/arnaudgallou/plume/issues
Depends: R (>= 4.1.0)
Imports: dplyr (>= 1.0.0), glue (>= 1.3.2), jsonlite (>= 1.6.0), knitr
        (>= 1.40), purrr (>= 1.0.0), R6, readr (>= 1.0.0), rlang (>=
        1.0.0), stringr, tibble (>= 3.0.0), tidyr (>= 1.1.0),
        tidyselect (>= 1.0.0), vctrs (>= 0.3.0), yaml (>= 2.3.5)
Suggests: covr, fontawesome, gt, rmarkdown, testthat, waldo (>= 0.3.0),
        withr
VignetteBuilder: knitr
Config/Needs/website: arnaudgallou/cygne
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-GB
LazyData: true
RoxygenNote: 7.2.3
NeedsCompilation: no
Packaged: 2023-10-05 23:20:40 UTC; arnaudgallou
Author: Arnaud Gallou [aut, cre, cph] (<https://orcid.org/0000-0002-1002-4247>),
  Hadley Wickham [cph] (Author of included stringb functions.)
Maintainer: Arnaud Gallou <arangacas@gmail.com>
Repository: CRAN
Date/Publication: 2023-10-06 08:40:02 UTC
