-
-
Notifications
You must be signed in to change notification settings - Fork 53
/
DESCRIPTION
15 lines (15 loc) · 1.05 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Package: dashPivottable
Title: Interactive React-based Pivot Tables for Dash
Version: 0.0.2
Description: Pivot tables are useful for interactive presentation of summary statistics computed for data contained in another table. The 'dashPivottable' package wraps 'react-pivottable', making it easy to add drag-and-drop tables into your Dash for R applications.
Depends: R (>= 3.0.2)
Imports:
Suggests: dash, dashHtmlComponents, jsonlite
Authors@R: c(person("Chris", "Parmer", email = "chris@plotly.com", role = c("aut")), person("Nicolas", "Kruchten", email = "nicolas@plotly.com", role = c("aut")), person("Xing Han", "Lu", email = "xinghan@plotly.com", role = c("trl")), person("Ryan Patrick", "Kyle", email = "ryan@plotly.com", role = c("cre"), comment = c(ORCID = "0000-0002-4958-2844")), person(family = "Plotly Technologies, Inc.", role = "cph"))
License: MIT + file LICENSE
Copyright: Plotly Technologies, Inc.
URL: https://github.com/plotly/dash-pivottable
BugReports: https://github.com/plotly/dash-pivottable/issues
Encoding: UTF-8
LazyData: true
KeepSource: true