From edbeeb359cd8bc71ed42f3ef238a1912cb22c4a5 Mon Sep 17 00:00:00 2001 From: Ryan Patrick Kyle Date: Sat, 1 Aug 2020 10:01:47 -0400 Subject: [PATCH] fix description --- DESCRIPTION | 2 +- dash-info.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index a5471ae..87f19c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "chris@plotly.com", role = c("aut")), c(person("Nicolas", "Kruchten", email = "nicolas@plotly.com", role = c("aut")), c(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")) +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 diff --git a/dash-info.yaml b/dash-info.yaml index 7227f7d..4ac9f21 100644 --- a/dash-info.yaml +++ b/dash-info.yaml @@ -7,7 +7,7 @@ pkg_help_description: >- pkg_help_title: >- Interactive React-based Pivot Tables for Dash pkg_authors: >- - c(person("Chris", "Parmer", email = "chris@plotly.com", role = c("aut")), c(person("Nicolas", "Kruchten", email = "nicolas@plotly.com", role = c("aut")), c(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")) + 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")) pkg_copyright: >- Plotly Technologies, Inc. r_examples: @@ -118,4 +118,4 @@ r_examples: } ) - app$run_server(debug=TRUE) \ No newline at end of file + app$run_server(debug=TRUE)