Skip to content

Commit 776222c

Browse files
author
Ryan Patrick Kyle
committed
📦 update R pkg to 0.3.1
1 parent c24e733 commit 776222c

12 files changed

+64946
-26
lines changed

DESCRIPTION

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
Package: dashDaq
2-
Title: DAQ components for Dash
3-
Version: 0.2.2
4-
Authors @R: as.person(c(The Plotly Team <[email protected]>))
5-
Description: DAQ components for Dash
2+
Title: Interactive Data Acquisition and Control Components for Dash
3+
Version: 0.3.1
4+
Description: A robust set of controls that make it simpler to integrate data acquisition and controls into your Dash applications.
65
Depends: R (>= 3.0.2)
76
Imports:
87
Suggests:
@@ -11,5 +10,6 @@ URL: https://github.com/plotly/dash-daq
1110
BugReports: https://github.com/plotly/dash-daq/issues
1211
Encoding: UTF-8
1312
LazyData: true
13+
KeepSource: true
1414
Author: The Plotly Team [aut]
1515
Maintainer: Ryan Patrick Kyle <[email protected]>

R/internal.R

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,30 @@
11
.dashDaq_js_metadata <- function() {
22
deps_metadata <- list(`dash_daq` = structure(list(name = "dash_daq",
3-
version = "0.2.2", src = list(href = NULL,
3+
version = "0.3.1", src = list(href = NULL,
4+
file = "deps"), meta = NULL,
5+
script = 'async~colorpicker.js',
6+
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashDaq",
7+
all_files = FALSE, async = TRUE), class = "html_dependency"),
8+
`dash_daq` = structure(list(name = "dash_daq",
9+
version = "0.3.1", src = list(href = NULL,
10+
file = "deps"), meta = NULL,
11+
script = 'async~slider.js',
12+
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashDaq",
13+
all_files = FALSE, async = TRUE), class = "html_dependency"),
14+
`dash_daq` = structure(list(name = "dash_daq",
15+
version = "0.3.1", src = list(href = NULL,
16+
file = "deps"), meta = NULL,
17+
script = 'async~colorpicker.js.map',
18+
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashDaq",
19+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
20+
`dash_daq` = structure(list(name = "dash_daq",
21+
version = "0.3.1", src = list(href = NULL,
22+
file = "deps"), meta = NULL,
23+
script = 'async~slider.js.map',
24+
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashDaq",
25+
all_files = FALSE, dynamic = TRUE), class = "html_dependency"),
26+
`dash_daq` = structure(list(name = "dash_daq",
27+
version = "0.3.1", src = list(href = NULL,
428
file = "deps"), meta = NULL,
529
script = 'dash_daq.min.js',
630
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashDaq",

dash-info.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pkg_help_description: >
2-
Dash DAQ comprises a robust set of controls that make it simpler to integrate data acquisition and controls into your Dash applications.
3-
pkg_help_title: >
1+
pkg_help_description: >-
2+
A robust set of controls that make it simpler to integrate data acquisition and controls into your Dash applications.
3+
pkg_help_title: >-
44
Interactive Data Acquisition and Control Components for Dash

inst/deps/async~colorpicker.js

+19,346
Large diffs are not rendered by default.

inst/deps/async~colorpicker.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)