Skip to content

Commit

Permalink
fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Patrick Kyle committed Aug 1, 2020
1 parent 8dfae3f commit edbeeb3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions dash-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -118,4 +118,4 @@ r_examples:
}
)
app$run_server(debug=TRUE)
app$run_server(debug=TRUE)

0 comments on commit edbeeb3

Please sign in to comment.