-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
37 lines (37 loc) · 984 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
34
35
36
37
Package: flexpivot
Title: Easy Pivot Table
Version: 0.1.2
Authors@R:
c(person(given = "Victor",
family = "Perrier",
role = c("aut", "cre", "cph"),
email = "[email protected]"),
person(given = "Fanny",
family = "Meyer",
role = "aut"),
person("Zeno", "Rocha",
role = "cph",
comment = "author of clipboard JavaScript library"))
Description: Create pivot tables ready to be used in 'shiny' or 'rmarkdown' and easily exportable to 'PowerPoint', 'Word' and 'Excel'.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table (>= 1.12.0),
flextable (>= 0.5.10),
officer,
shiny (>= 1.4.0),
htmltools,
shinyWidgets (>= 0.5.3),
writexl
Suggests:
magrittr,
testthat,
knitr,
rmarkdown
Depends:
R (>= 2.10)
VignetteBuilder: knitr
URL: https://dreamrs.github.io/flexpivot/