-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
78 lines (78 loc) · 1.92 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
Package: starters
Title: One-Liners to Setup R Projects
Version: 0.0.2
Authors@R:
c(person(given = "Steph",
family = "Locke",
role = c("aut", "cre"),
email = "steph@itsalocke.com"),
person(given = "Jon",
family = "Calder",
role = "aut",
email = "jonmcalder@gmail.com"),
person(given = "Locke Data",
role = "fnd",
comment = "https://itsalocke.com"),
person(given = "Jas",
family = "Sohi",
role = "ctb",
email = "contact@jassohi.com"),
person(given = "Maëlle",
family = "Salmon",
role = "aut",
email = "maelle.salmon@yahoo.se",
comment = structure("0000-0002-2815-0399", .Names = "ORCID")),
person(given = "Matthew J.",
family = "Oldach",
role = "ctb",
email = "moldach@ucalgary.ca"))
Description: Setting up R project directories for teaching, presenting, analysis,
package development can be a pain. starters shortcuts this by creating
folder structures and setting good defaults for you.
Depends: R (>= 3.3.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
Suggests:
withr,
bookdown,
clipr,
covr,
covrpage,
mockery,
revealjs,
shinyFiles,
styler,
testthat,
tufte,
xaringan
VignetteBuilder: knitr
Imports:
devtools,
shiny,
miniUI,
knitr,
available,
methods,
usethis,
rmarkdown,
whoami,
fs,
desc,
gh,
git2r,
glue,
praise,
travis,
pkgbuild,
rstudioapi,
renv
Remotes:
metrumresearchgroup/covrpage,
ropenscilabs/travis,
r-lib/usethis,
rstudio/renv
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2
URL: https://github.com/lockedata/starters, https://itsalocke.com/starters/
BugReports: https://github.com/lockedata/starters/issues