-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
44 lines (44 loc) · 1.33 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Package: namer
Title: Names Your 'R Markdown' Chunks
Version: 0.1.9
Authors@R: c(
person("Colin", "Gillespie", , "[email protected]", role = c("aut", "cre")),
person("Steph", "Locke", , "[email protected]", role = "aut"),
person("Maëlle", "Salmon", , "[email protected]", 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", , "[email protected]", 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
LazyData: true
RoxygenNote: 7.3.2