Package: namer
Title: Names Your 'R Markdown' Chunks
Version: 0.1.3
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 = "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.0.9000
Suggests: testthat, covr, rmarkdown, knitr, UNF
VignetteBuilder: knitr
URL: https://github.com/lockedata/namer
BugReports: https://github.com/lockedata/namer/issues
NeedsCompilation: no
Packaged: 2018-10-26 06:19:24 UTC; Maelle
Author: Steph Locke [aut, cre],
  Maëlle Salmon [aut] (<https://orcid.org/0000-0002-2815-0399>),
  Ellis Valentiner [ctb],
  Locke Data [fnd] (https://itsalocke.com)
Maintainer: Steph Locke <steph@itsalocke.com>
Repository: CRAN
Date/Publication: 2018-10-30 19:00:02 UTC
