This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dashHtmlComponents to 1.0.2 with support for async loading in R (
#146)
- Loading branch information
Showing
140 changed files
with
5,462 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.