forked from ddsjoberg/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.41 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
45
46
47
48
49
Package: starter
Title: Starter Kit for New Projects
Version: 0.1.6.9003
Authors@R:
person(given = "Daniel D.",
family = "Sjoberg",
role = c("aut", "cre"),
email = "danield.sjoberg@gmail.com",
comment = c(ORCID = "0000-0003-0862-2018"))
Description: Get started with new projects by dropping a skeleton of a new
project into a new or existing directory, initialise git repositories,
and create reproducible environments with the 'renv' package. The
package allows for dynamically named files, folders, file content, as
well as the functionality to drop individual template files into
existing projects.
License: AGPL (>= 3)
URL: https://github.com/ddsjoberg/starter,
http://www.danieldsjoberg.com/starter/index.html
BugReports: https://github.com/ddsjoberg/starter/issues
Depends:
R (>= 3.4)
Imports:
dplyr (>= 1.0.7),
fs (>= 1.5.0),
gert (>= 1.4.1),
glue (>= 1.4.2),
here (>= 1.0.1),
purrr (>= 0.3.4),
R.utils (>= 2.11.0),
readr (>= 2.0.1),
renv (>= 0.14.0),
rlang (>= 0.4.11),
stringr (>= 1.4.0),
tibble (>= 3.1.4),
usethis (>= 2.0.1)
Suggests:
covr (>= 3.5.1),
knitr (>= 1.34),
rmarkdown (>= 2.11),
spelling (>= 2.2),
testthat (>= 3.0.4)
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2