forked from Boehringer-Ingelheim/FutureManager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
33 lines (33 loc) · 780 Bytes
/
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
Package: FutureManager
Type: Package
Title: Background Operations in Shiny
Version: 0.2.7
Authors@R: c(person("Michal", "Jakubczak", role = c("aut", "cre", "cph"),
email = "michal.jakubczak@ardigen.com"),
person("Andreas", "Wernitznig", role = "fnd",
email = "andreas.wernitznig@boehringer-ingelheim.com"))
Description: Enables background operations in shiny.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 3.6.0)
Imports:
R6,
future,
promises,
shiny,
jsonlite,
tools,
htmltools,
dplyr,
magrittr,
methods,
utils
RoxygenNote: 7.2.3
Suggests:
testthat (>= 2.1.0),
shinytest2,
ggplot2,
knitr,
rmarkdown
VignetteBuilder: knitr