-
Notifications
You must be signed in to change notification settings - Fork 12
/
DESCRIPTION
57 lines (57 loc) · 1.33 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
Package: targets.shiny
Title: Shiny App with a Targets Pipeline
Description: This DESCRIPTION file is for deployment purposes only
and not to make the app into a formal R package.
Version: 0.0.0.9000
License: MIT + file LICENSE
URL: https://github.com/wlandau/targets-shiny
BugReports: https://github.com/wlandau/targets-shiny/issues
Authors@R: c(
person(
given = c("William", "Michael"),
family = "Landau",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1878-3253")
),
person(
family = "Eli Lilly and Company",
role = "cph"
))
Depends:
R (>= 3.5.0)
Imports:
bayesplot (>= 1.8.0),
bs4Dash (>= 2.0.0),
callr (>= 3.4.3),
digest (>= 0.6.27),
dplyr (>= 1.0.3),
fs (>= 1.5.0),
fst (>= 0.9.4),
ggplot2 (>= 3.3.3),
glue (>= 1.4.2),
gt (>= 0.2.2),
markdown (>= 1.1),
pingr (>= 2.0.1),
ps (>= 1.5.0),
qs (>= 0.23.2),
rstanarm (>= 2.21.1),
shiny (>= 1.6.0),
shinyalert (>= 2.0.0),
shinybusy (>= 0.2.2),
shinycssloaders (>= 1.0.0),
shinyjs (>= 2.0.0),
shinyWidgets (>= 0.5.7),
targets (>= 0.2.0),
tarchetypes (>= 0.1.0),
tibble (>= 3.0.1),
tidyr (>= 1.1.2),
tools,
visNetwork (>= 2.0.9)
Remotes:
RinteRface/bs4Dash
Encoding: UTF-8
Language: en-US
VignetteBuilder: knitr
Config/testthat/edition: 3
Roxygen: list(markdown = TRUE)