Skip to content

Commit 964e06b

Browse files
authored
Merge pull request #64 from plotly/0.0.5
[WIP] Initial implementation of asset serving in DashR
2 parents a03df0b + 756954f commit 964e06b

27 files changed

Lines changed: 402 additions & 2986 deletions

DESCRIPTION

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: dashR
2-
Title: An interface to the dash ecosystem for authoring reactive web applications
3-
Version: 0.0.5
4-
Authors@R: c(person("Ryan", "Kyle", role = c("aut", "cre"), email = "ryan@plot.ly"), person("Carson", "Sievert", role = c("aut")))
5-
Description: An interface to the dash ecosystem for authoring reactive web applications.
2+
Title: An interface to the Dash ecosystem for authoring reactive web applications
3+
Version: 0.0.6
4+
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"))
5+
Description: An interface to the Dash ecosystem for authoring reactive web applications.
66
Depends:
77
R (>= 3.0.2)
88
Imports:
@@ -14,7 +14,8 @@ Imports:
1414
htmltools,
1515
assertthat,
1616
digest,
17-
base64enc
17+
base64enc,
18+
mime
1819
Suggests:
1920
dashHtmlComponents (>= 0.13.5),
2021
dashCoreComponents (>= 0.42.1),
@@ -27,13 +28,12 @@ Collate:
2728
'dash.R'
2829
'imports.R'
2930
'print.R'
30-
'css.R'
3131
'heroku.R'
3232
'internal.R'
3333
License: MIT + file LICENSE
3434
Encoding: UTF-8
3535
LazyData: true
36-
RoxygenNote: 6.0.1.9000
36+
RoxygenNote: 6.1.1
3737
Roxygen: list(markdown = TRUE)
3838
URL: https://github.com/plotly/dashR
3939
BugReports: https://github.com/plotly/dashR/issues

NAMESPACE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
S3method(print,dash_component)
44
export(Dash)
5-
export(dash_css)
65
export(heroku_app_deploy)
76
export(heroku_app_template)
87
export(input)

R/css.R

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)