forked from smartinsightsfromdata/rpivotTable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 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
Package: rpivotTable
Title: Build Powerful Pivot Tables and Dynamically Slice & Dice your Data
Date: 2018-01-29
Version: 0.3.0
Authors@R: c(
person("Enzo", "Martoglio", role = c("aut", "cre"), email = "[email protected]"),
person("Nicolas", "Kruchten", role = c("ctb", "cph"), email = "[email protected]"),
person("Nagarajan", "Chinnasamy", role = c("ctb", "cph")),
person("Kenton", "Russell", role = c("ctb"), email = "[email protected]")
)
Maintainer: Enzo Martoglio <[email protected]>
Description: Build powerful pivot tables (aka Pivot Grid, Pivot Chart, Cross-Tab)
and dynamically slice & dice / drag 'n' drop your data. 'rpivotTable' is a
wrapper of 'pivottable', a powerful open-source Pivot Table library implemented
in 'JavaScript' by Nicolas Kruchten. Aligned to 'pivottable' v2.19.0.
Depends:
R (>= 3.2.0)
Imports:
htmlwidgets (>= 0.5)
Suggests:
testthat,
htmltools,
knitr,
rmarkdown,
devtools,
dplyr,
data.table
Enhances: shiny (>= 0.12)
License: MIT + file LICENSE
URL: https://github.com/smartinsightsfromdata, http://smartinsightsfromdata.github.io
VignetteBuilder: knitr
RoxygenNote: 6.0.1