Package: namer
Title: Names Your 'R Markdown' Chunks
Version: 0.1.9
Authors@R: c(
    person("Colin", "Gillespie", , "colin@jumpingrivers.com", role = c("aut", "cre")),
    person("Steph", "Locke", , "steph@itsalocke.com", role = "aut"),
    person("Maëlle", "Salmon", , "maelle.salmon@yahoo.se", role = "aut",
           comment = c(ORCID = "0000-0002-2815-0399")),
    person("Ellis", "Valentiner", role = "ctb"),
    person("Charlie", "Hadley", role = "ctb",
           comment = c(ORCID = "0000-0002-3039-6849")),
    person("Jumping Rivers", role = "fnd",
           comment = "https://jumpingrivers.com"),
    person("Han", "Oostdijk", role = "ctb",
           comment = c(ORCID = "0000-0001-6710-4566")),
    person("Patrick", "Schratz", , "patrick.schratz@gmail.com", role = "ctb",
           comment = c(ORCID = "0000-0003-0748-6624"))
  )
Description: It names the 'R Markdown' chunks of files based on the
    filename.
License: MIT + file LICENSE
URL: https://github.com/jumpingrivers/namer,
        https://jumpingrivers.github.io/namer/
BugReports: https://github.com/jumpingrivers/namer/issues
Imports: cli, dplyr, fs, glue, magrittr, purrr, rstudioapi, tibble
Suggests: covr, knitr, rmarkdown, testthat
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-GB
RoxygenNote: 7.3.2
NeedsCompilation: no
Packaged: 2025-01-23 16:43:52 UTC; colin
Author: Colin Gillespie [aut, cre],
  Steph Locke [aut],
  Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>),
  Ellis Valentiner [ctb],
  Charlie Hadley [ctb] (<https://orcid.org/0000-0002-3039-6849>),
  Jumping Rivers [fnd] (https://jumpingrivers.com),
  Han Oostdijk [ctb] (<https://orcid.org/0000-0001-6710-4566>),
  Patrick Schratz [ctb] (<https://orcid.org/0000-0003-0748-6624>)
Maintainer: Colin Gillespie <colin@jumpingrivers.com>
Repository: CRAN
Date/Publication: 2025-01-23 17:00:02 UTC
Built: R 4.6.0; ; 2025-07-18 08:21:55 UTC; unix
