Package: namer
Title: Names Your 'R Markdown' Chunks
Version: 0.1.4
Authors@R: 
    c(person(given = "Steph",
             family = "Locke",
             role = c("aut", "cre"),
             email = "steph@itsalocke.com"),
      person(given = "Maëlle",
             family = "Salmon",
             role = "aut",
             email = "maelle.salmon@yahoo.se",
             comment = c(ORCID = "0000-0002-2815-0399")),
      person(given = "Ellis",
             family = "Valentiner",
             role = "ctb"),
      person(given = "Martin",
             family = "Hadley",
             role = "ctb",
             comment = c(ORCID = "0000-0002-3039-6849")),
      person(given = "Locke Data",
             role = "fnd",
             comment = "https://itsalocke.com"))
Description: It names the 'R Markdown' chunks of files based on the filename.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports: fs, glue, magrittr, purrr, tibble, dplyr, rstudioapi
RoxygenNote: 6.1.1
Suggests: testthat, covr, rmarkdown, knitr, UNF
VignetteBuilder: knitr
URL: https://github.com/lockedata/namer
BugReports: https://github.com/lockedata/namer/issues
NeedsCompilation: no
Packaged: 2019-03-26 13:06:24 UTC; maelle
Author: Steph Locke [aut, cre],
  Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>),
  Ellis Valentiner [ctb],
  Martin Hadley [ctb] (<https://orcid.org/0000-0002-3039-6849>),
  Locke Data [fnd] (https://itsalocke.com)
Maintainer: Steph Locke <steph@itsalocke.com>
Repository: CRAN
Date/Publication: 2019-03-26 14:10:02 UTC
