forked from plotly/dash-pivottable
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ryan Patrick Kyle
committed
Aug 1, 2020
1 parent
8dfae3f
commit edbeeb3
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Description: Pivot tables are useful for interactive presentation of summary st | |
Depends: R (>= 3.0.2) | ||
Imports: | ||
Suggests: dash, dashHtmlComponents, jsonlite | ||
Authors@R: c(person("Chris", "Parmer", email = "[email protected]", role = c("aut")), c(person("Nicolas", "Kruchten", email = "[email protected]", role = c("aut")), c(person("Xing Han", "Lu", email = "[email protected]", role = c("trl")), person("Ryan Patrick", "Kyle", email = "[email protected]", role = c("cre"), comment = c(ORCID = "0000-0002-4958-2844")), person(family = "Plotly Technologies, Inc.", role = "cph")) | ||
Authors@R: c(person("Chris", "Parmer", email = "[email protected]", role = c("aut")), person("Nicolas", "Kruchten", email = "[email protected]", role = c("aut")), person("Xing Han", "Lu", email = "[email protected]", role = c("trl")), person("Ryan Patrick", "Kyle", email = "[email protected]", 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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ pkg_help_description: >- | |
pkg_help_title: >- | ||
Interactive React-based Pivot Tables for Dash | ||
pkg_authors: >- | ||
c(person("Chris", "Parmer", email = "[email protected]", role = c("aut")), c(person("Nicolas", "Kruchten", email = "[email protected]", role = c("aut")), c(person("Xing Han", "Lu", email = "[email protected]", role = c("trl")), person("Ryan Patrick", "Kyle", email = "[email protected]", role = c("cre"), comment = c(ORCID = "0000-0002-4958-2844")), person(family = "Plotly Technologies, Inc.", role = "cph")) | ||
c(person("Chris", "Parmer", email = "[email protected]", role = c("aut")), person("Nicolas", "Kruchten", email = "[email protected]", role = c("aut")), person("Xing Han", "Lu", email = "[email protected]", role = c("trl")), person("Ryan Patrick", "Kyle", email = "[email protected]", role = c("cre"), comment = c(ORCID = "0000-0002-4958-2844")), person(family = "Plotly Technologies, Inc.", role = "cph")) | ||
pkg_copyright: >- | ||
Plotly Technologies, Inc. | ||
r_examples: | ||
|
@@ -118,4 +118,4 @@ r_examples: | |
} | ||
) | ||
app$run_server(debug=TRUE) | ||
app$run_server(debug=TRUE) |