-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.42 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
Package: cookiecutter
Title: Generate Project Files from a Template
Version: 0.1.0
Authors@R: c(
person(given = "Felix",
family = "Henninger",
role = c("aut", "cre", "cph"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-7730-9511")),
person(given = "Aida",
family = "Kreider",
role = "aut",
email = "[email protected]"),
person("National Research Data Infrastructure Germany, BERD Consortium", role = c("fnd"))
)
Description: Generate project files and directories following a pre-made template.
You can specify variables to customize file names and content, and
flexibly adapt the template to your needs. 'cookiecutter' for 'R'
implements a subset of the excellent 'cookiecutter' package for the
'Python' programming language (<https://github.com/cookiecutter/>), and
aims to be largely compatible with the original 'cookiecutter' template
format.
URL: https://github.com/felixhenninger/cookiecutter/, https://felixhenninger.github.io/cookiecutter/, https://github.com/FelixHenninger/cookiecutter
License: Apache License (>= 2)
Config/Needs/website: pkgdown, rmarkdown
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Imports:
fs,
jsonlite,
mime,
purrr,
readr,
rlang,
stringr,
utils,
whisker
BugReports: https://github.com/FelixHenninger/cookiecutter/issues