-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
53 lines (53 loc) · 1.19 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
Package: drakeplanner
Title: Create and Visualize Drake Workflows
Description: A Shiny app for creating and visualizing
drake workflows (<https://github.com/ropensci/drake>)
interactively. Simply supply a drake plan and supporting functions,
and the app shows the dependency graph and assembles the pieces
into a downloadable R script. Read about the details at
<https://github.com/wlandau/drakeplanner/blob/main/README.md>.
Version: 0.0.2
License: GPL-3
URL: https://github.com/wlandau/drakeplanner
BugReports: https://github.com/wlandau/drakeplanner/issues
Authors@R: c(
person(
family = "Landau",
given = c("William", "Michael"),
email = "will.landau@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Depends:
R (>= 3.3.0),
drake,
tidyverse
Imports:
bs4Dash,
DT,
htmltools,
shiny,
shinyalert,
shinyAce,
shinycssloaders,
storr,
styler,
visNetwork
Suggests:
covr,
pkgload,
remotes,
rmarkdown,
rsconnect,
shinytest,
testthat (>= 2.1.0)
Remotes:
ropensci/drake
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.0.2