Skip to content

Commit

Permalink
Merge pull request #64 from plotly/0.0.5
Browse files Browse the repository at this point in the history
[WIP] Initial implementation of asset serving in DashR
  • Loading branch information
rpkyle committed Apr 9, 2019
2 parents a03df0b + 756954f commit 964e06b
Show file tree
Hide file tree
Showing 27 changed files with 402 additions and 2,986 deletions.
14 changes: 7 additions & 7 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: dashR
Title: An interface to the dash ecosystem for authoring reactive web applications
Version: 0.0.5
Authors@R: c(person("Ryan", "Kyle", role = c("aut", "cre"), email = "ryan@plot.ly"), person("Carson", "Sievert", role = c("aut")))
Description: An interface to the dash ecosystem for authoring reactive web applications.
Title: An interface to the Dash ecosystem for authoring reactive web applications
Version: 0.0.6
Authors@R: c(person("Ryan", "Kyle", role = c("aut", "cre", "trl"), email = "ryan@plot.ly"), person("Chris", "Parmer", role = c("aut"), email = "chris@plot.ly"), person("Carson", "Sievert", role = c("aut")), person(family = "Plotly", role = "cph"))
Description: An interface to the Dash ecosystem for authoring reactive web applications.
Depends:
R (>= 3.0.2)
Imports:
Expand All @@ -14,7 +14,8 @@ Imports:
htmltools,
assertthat,
digest,
base64enc
base64enc,
mime
Suggests:
dashHtmlComponents (>= 0.13.5),
dashCoreComponents (>= 0.42.1),
Expand All @@ -27,13 +28,12 @@ Collate:
'dash.R'
'imports.R'
'print.R'
'css.R'
'heroku.R'
'internal.R'
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1.9000
RoxygenNote: 6.1.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/plotly/dashR
BugReports: https://github.com/plotly/dashR/issues
1 change: 0 additions & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

S3method(print,dash_component)
export(Dash)
export(dash_css)
export(heroku_app_deploy)
export(heroku_app_template)
export(input)
Expand Down
44 changes: 0 additions & 44 deletions R/css.R

This file was deleted.

Loading

0 comments on commit 964e06b

Please sign in to comment.