forked from plotly/dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve loading issue related to plotly-1.4.9-min.js update in R (plo…
- Loading branch information
Showing
10 changed files
with
6,869 additions
and
36 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,15 +1,15 @@ | ||
Package: dashCoreComponents | ||
Title: Core component suite for Dash | ||
Version: 1.0.0 | ||
Authors @R: as.person(c(Chris Parmer <chris@plot.ly>)) | ||
Description: Core component suite for Dash | ||
Description: Supercharged components for interactive user interfaces in Dash. A core set of components, written and maintained by the Dash team, is available in the 'dashCoreComponents' package. The source for this package is on GitHub: 'plotly/dash-core-components'. | ||
Depends: R (>= 3.0.2) | ||
Imports: | ||
Suggests: | ||
Suggests: knitr, rmarkdown | ||
VignetteBuilder: knitr | ||
License: MIT + file LICENSE | ||
URL: https://github.com/plotly/dash-core-components | ||
BugReports: https://github.com/plotly/dash-core-components/issues | ||
Encoding: UTF-8 | ||
LazyData: true | ||
Author: Chris Parmer [aut] | ||
Maintainer: Chris Parmer <chris@plot.ly> | ||
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
6 changes: 6 additions & 0 deletions
6
packages/dash-core-components/inst/doc/dash-core-components.R
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## ---- include = FALSE---------------------------------------------------- | ||
knitr::opts_chunk$set( | ||
collapse = TRUE, | ||
comment = "#>" | ||
) | ||
|
Oops, something went wrong.