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

Commit

Permalink
Update dashHtmlComponents to 1.0.2 with support for async loading in R (
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkyle authored Dec 19, 2019
1 parent ea8786a commit 55c3884
Show file tree
Hide file tree
Showing 140 changed files with 5,462 additions and 144 deletions.
9 changes: 4 additions & 5 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
Package: dashHtmlComponents
Title: Vanilla HTML components for Dash
Title: Vanilla HTML Components for Dash
Version: 1.0.2
Authors @R: as.person(c(Chris Parmer <chris@plot.ly>))
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'.
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.
Depends: R (>= 3.0.2)
Imports:
Imports:
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
License: MIT + file LICENSE
URL: https://github.com/plotly/dash-html-components
BugReports: https://github.com/plotly/dash-html-components/issues
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Author: Chris Parmer [aut]
Maintainer: Ryan Patrick Kyle <ryan@plot.ly>
2 changes: 1 addition & 1 deletion R/internal.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ version = "1.0.2", src = list(href = NULL,
file = "deps"), meta = NULL,
script = 'dash_html_components.min.js.map',
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashHtmlComponents",
all_files = FALSE), class = "html_dependency"))
all_files = FALSE, dynamic = TRUE), class = "html_dependency"))
return(deps_metadata)
}

Expand Down
Loading

0 comments on commit 55c3884

Please sign in to comment.