Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit 69f43cc

Browse files
authored
Update R package artifacts for CRAN submission (#160)
1 parent e63acfa commit 69f43cc

File tree

136 files changed

+5895
-4278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

136 files changed

+5895
-4278
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
. venv/bin/activate
3636
pip install -e ./dash-main[testing,dev] --quiet
3737
cd dash-core-components && npm ci && npm run build && pip install -e . && cd ..
38-
cd dash-main/dash-renderer && npm run build && pip install -e . && cd ../..
38+
cd dash-main/dash-renderer && npm ci && npm run build && pip install -e . && cd ../..
3939
cd dash-table && npm ci && npm run build && pip install -e . && cd ..
4040
4141
- run:

DESCRIPTION

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
Package: dashHtmlComponents
2-
Title: Vanilla HTML Components for Dash
2+
Title: Vanilla HTML Components for 'Dash'
33
Version: 1.0.3
4-
Description: Dash is a web application framework that provides pure Python and R abstraction around HTML, CSS, and JavaScript. Instead of writing HTML or using an HTML templating engine, you compose your layout using R functions within the dashHtmlComponents package. The source for this package is on GitHub: plotly/dash-html-components.
4+
Description: 'Dash' is a web application framework that provides pure Python and R abstraction around HTML, CSS, and JavaScript. Instead of writing HTML or using an HTML templating engine, you compose your layout using R functions within the 'dashHtmlComponents' package. The source for this package is on GitHub: plotly/dash-html-components.
55
Depends: R (>= 3.0.2)
66
Imports:
7-
Suggests: knitr, rmarkdown
7+
Suggests: dash, dashCoreComponents, knitr, rmarkdown
8+
Authors@R: c(person("Chris", "Parmer", email = "chris@plotly.com", role = c("aut")), 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"))
89
License: MIT + file LICENSE
10+
Copyright: Plotly Technologies, Inc.
911
URL: https://github.com/plotly/dash-html-components
1012
BugReports: https://github.com/plotly/dash-html-components/issues
1113
Encoding: UTF-8
1214
LazyData: true
1315
VignetteBuilder: knitr
1416
KeepSource: true
15-
Author: Chris Parmer [aut]
16-
Maintainer: Ryan Patrick Kyle <ryan@plotly.com>

0 commit comments

Comments
 (0)