-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.31 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.31 KB
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
Package: fertile
Title: Creating Optimal Conditions for Reproducibility
Version: 1.1.9003
Authors@R: c(
person("Benjamin S.", "Baumer", email = "ben.baumer@gmail.com", role = c("aut"),
comment = c(ORCID = "0000-0002-3279-0516")),
person("Audrey", "Bertin", email = "ambertin99@yahoo.com", role = c("aut", "cre")),
person("Hadley", "Wickham", email = "hadley@rstudio.com", role = "ctb"))
Description: Make creating a reproducible project as easy as possible,
for users of all levels of sophistication. `fertile` is to a reproducible data
analysis project as `goodpractice` is to an R package.
Depends: R (>= 3.4.0)
Imports:
available,
callr,
cli,
crayon,
downloader,
dplyr,
fs (>= 1.3.1),
ggplot2,
glue,
knitr,
lintr,
magrittr,
mime,
purrr,
readr,
rlang (>= 0.4.0),
rmarkdown,
rprojroot,
rstudioapi,
sessioninfo,
stringr,
testthat,
tibble,
tidyselect,
usethis,
whoami,
withr
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/baumer-lab/fertile
BugReports: https://github.com/baumer-lab/fertile/issues
RoxygenNote: 7.1.1
Suggests:
covr,
broom,
foreign,
here,
readxl,
rjson,
sas7bdat,
skimr,
stargazer,
tidyr
VignetteBuilder: knitr