-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
62 lines (62 loc) · 1.4 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
62
Package: blockr
Title: A block-based framework for data manipulation and visualization
Version: 0.0.2.9031
Authors@R:
c(person(given = "Nicolas",
family = "Bennett",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "David",
family = "Granjon",
role = c("aut"),
email = "[email protected]"),
person(given = "John",
family = "Coene",
role = c("aut"),
email = "[email protected]"),
person(family = "Bristol Myers Squibb",
role = c("cph", "fnd"))
)
Description: A framework for data manipulation and visualization using a
web-based point and click user interface.
URL: https://bristolmyerssquibb.github.io/blockr
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
magrittr,
shiny (>= 1.8.1),
dplyr,
utils,
bslib (>= 0.7.0),
methods,
DT,
htmltools,
shinyAce,
jsonlite,
shinyFiles,
memuse,
haven,
rlang,
shinyWidgets
Remotes:
DivadNojnarg/DiagrammeR,
BristolMyersSquibb/blockr.data
Suggests:
knitr,
rmarkdown,
DiagrammeR,
testthat (>= 3.0.0),
shinytest2,
pkgload,
htmlwidgets,
withr,
ggplot2,
vdiffr,
palmerpenguins,
blockr.data
Config/testthat/edition: 3
VignetteBuilder: knitr
Depends:
R (>= 2.10)