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

Commit 55c3884

Browse files
authored
Update dashHtmlComponents to 1.0.2 with support for async loading in R (#146)
1 parent ea8786a commit 55c3884

File tree

140 files changed

+5462
-144
lines changed

Some content is hidden

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

140 files changed

+5462
-144
lines changed

DESCRIPTION

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
Package: dashHtmlComponents
2-
Title: Vanilla HTML components for Dash
2+
Title: Vanilla HTML Components for Dash
33
Version: 1.0.2
4-
Authors @R: as.person(c(Chris Parmer <[email protected]>))
5-
Description: A web application framework that provides pure Python and R abstraction around HTML, CSS, and JavaScript, Dash offers a pleasant and productive development experience. 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.
65
Depends: R (>= 3.0.2)
7-
Imports:
6+
Imports:
87
Suggests: knitr, rmarkdown
9-
VignetteBuilder: knitr
108
License: MIT + file LICENSE
119
URL: https://github.com/plotly/dash-html-components
1210
BugReports: https://github.com/plotly/dash-html-components/issues
1311
Encoding: UTF-8
1412
LazyData: true
13+
VignetteBuilder: knitr
1514
Author: Chris Parmer [aut]
1615
Maintainer: Ryan Patrick Kyle <[email protected]>

R/internal.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "1.0.2", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'dash_html_components.min.js.map',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashHtmlComponents",
13-
all_files = FALSE), class = "html_dependency"))
13+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"))
1414
return(deps_metadata)
1515
}
1616

0 commit comments

Comments
 (0)