forked from workflowr/workflowr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
61 lines (61 loc) · 1.84 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
Package: workflowr
Type: Package
Title: A Framework for Reproducible and Collaborative Data Science
Version: 1.4.1
Authors@R: c(
person("John", "Blischak", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2634-9879")),
person("Peter", "Carbonetto", role = c("aut"),
comment = c(ORCID = "0000-0003-1144-6780")),
person("Matthew", "Stephens", role = c("aut"),
comment = c(ORCID = "0000-0001-5397-9257")),
person("Luke", "Zappia", role = c("ctb"),
comment = "Instructions for hosting with GitLab"),
person("Pierre", "Formont", role = c("ctb"),
comment = "Support for hosting with Shiny Server"),
person("Tim", "Trice", role = c("ctb"),
comment = "Instructions for sharing common code"),
person("Jiaxiang", "Li", role = c("ctb"),
comment = "Function wflow_toc() to create table of contents"))
Description: Provides a workflow for your analysis projects by combining
literate programming ('knitr' and 'rmarkdown') and version control
('Git', via 'git2r') to generate a website containing time-stamped,
versioned, and documented results.
URL: https://github.com/jdblischak/workflowr
BugReports: https://github.com/jdblischak/workflowr/issues
Depends:
R (>= 3.2.5)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
callr,
fs (>= 1.2.4),
getPass,
git2r (>= 0.26.0),
glue,
httr,
knitr (>= 1.18),
methods,
rmarkdown (>= 1.7),
rprojroot,
rstudioapi (>= 0.5),
stringr (>= 1.1.0),
tools,
utils,
whisker,
yaml
RoxygenNote: 6.1.1
Suggests:
clipr,
covr,
devtools,
miniUI (>= 0.1.1),
shiny (>= 0.13),
spelling,
testthat,
withr
VignetteBuilder: knitr
SystemRequirements: pandoc (>= 1.12.3) - http://pandoc.org
Language: en-US