Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit dd7d70c

Browse files
rpkyleMarc-Andre-Rivet
authored andcommitted
Update R package to 1.1.2 (#620)
* 📦 build R pkg for 1.1.2 * update maintainer
1 parent 135afe4 commit dd7d70c

7 files changed

+31
-24
lines changed

DESCRIPTION

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Package: dashCoreComponents
2-
Title: Core component suite for Dash
3-
Version: 1.0.0
4-
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'.
2+
Title: Core Component Suite for Dash
3+
Version: 1.1.2
4+
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'.
55
Depends: R (>= 3.0.2)
66
Imports:
77
Suggests: knitr, rmarkdown
8-
VignetteBuilder: knitr
8+
VignetteBuilder: knitr
99
License: MIT + file LICENSE
1010
URL: https://github.com/plotly/dash-core-components
1111
BugReports: https://github.com/plotly/dash-core-components/issues

R/internal.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
.dashCoreComponents_js_metadata <- function() {
22
deps_metadata <- list(`dash_core_components` = structure(list(name = "dash_core_components",
3-
version = "0", src = list(href = NULL,
3+
version = "1.49.4", src = list(href = NULL,
44
file = "deps"), meta = NULL,
5-
script = 'plotly-1.49.0.min.js',
5+
script = 'plotly-1.49.4.min.js',
66
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
77
all_files = FALSE), class = "html_dependency"),
88
`dash_core_components` = structure(list(name = "dash_core_components",
9-
version = "1", src = list(href = NULL,
9+
version = "1.1.2", src = list(href = NULL,
1010
file = "deps"), meta = NULL,
1111
script = 'highlight.pack.js',
1212
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
1313
all_files = FALSE), class = "html_dependency"),
1414
`dash_core_components` = structure(list(name = "dash_core_components",
15-
version = "1", src = list(href = NULL,
15+
version = "1.1.2", src = list(href = NULL,
1616
file = "deps"), meta = NULL,
1717
script = 'dash_core_components.min.js',
1818
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",
1919
all_files = FALSE), class = "html_dependency"),
2020
`dash_core_components` = structure(list(name = "dash_core_components",
21-
version = "1", src = list(href = NULL,
21+
version = "1.1.2", src = list(href = NULL,
2222
file = "deps"), meta = NULL,
2323
script = 'dash_core_components.min.js.map',
2424
stylesheet = NULL, head = NULL, attachment = NULL, package = "dashCoreComponents",

inst/deps/dash_core_components.min.js

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/dash_core_components.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/deps/plotly-1.49.4.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/dashCoreComponents-package.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ Dash ships with supercharged components for interactive user interfaces. A core
99

1010
}
1111
\author{
12-
\strong{Maintainer}: Chris Parmer <chris@plot.ly>
12+
\strong{Maintainer}: Ryan Patrick Kyle <ryan@plot.ly>
1313
}

man/dccGraph.Rd

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ those elements have the following types:
8383
unless a separate `edits` config item overrides individual parts
8484
- edits (optional): a set of editable properties. edits has the following type: lists containing elements 'annotationposition', 'annotationtail', 'annotationtext', 'axistitletext', 'colorbarposition', 'colorbartitletext', 'legendposition', 'legendtext', 'shapeposition', 'titletext'.
8585
those elements have the following types:
86-
- annotationposition (logical; optional): annotationposition: the main anchor of the annotation, which is the
86+
- annotationposition (logical; optional): the main anchor of the annotation, which is the
8787
text (if no arrow) or the arrow (which drags the whole thing leaving
8888
the arrow length & direction unchanged)
8989
- annotationtail (logical; optional): just for annotations with arrows, change the length and direction of the arrow
@@ -124,12 +124,12 @@ honored. by default this is false.
124124
- modebarbuttonstoremove (unnamed list; optional): remove mode bar button by name.
125125
all modebar button names at https://github.com/plotly/plotly.js/blob/master/src/components/modebar/buttons.js
126126
common names include:
127-
- senddatatocloud
128-
- (2d): zoom2d, pan2d, select2d, lasso2d, zoomin2d, zoomout2d, autoscale2d, resetscale2d
129-
- (cartesian): hoverclosestcartesian, hovercomparecartesian
130-
- (3d): zoom3d, pan3d, orbitrotation, tablerotation, handledrag3d, resetcameradefault3d, resetcameralastsave3d, hoverclosest3d
131-
- (geo): zoomingeo, zoomoutgeo, resetgeo, hoverclosestgeo
132-
- hoverclosestgl2d, hoverclosestpie, togglehover, resetviews
127+
senddatatocloud;
128+
(2d) zoom2d, pan2d, select2d, lasso2d, zoomin2d, zoomout2d, autoscale2d, resetscale2d;
129+
(cartesian) hoverclosestcartesian, hovercomparecartesian;
130+
(3d) zoom3d, pan3d, orbitrotation, tablerotation, handledrag3d, resetcameradefault3d, resetcameralastsave3d, hoverclosest3d;
131+
(geo) zoomingeo, zoomoutgeo, resetgeo, hoverclosestgeo;
132+
hoverclosestgl2d, hoverclosestpie, togglehover, resetviews.
133133
- modebarbuttonstoadd (unnamed list; optional): add mode bar button using config objects
134134
- modebarbuttons (logical | numeric | character | named list | unnamed list; optional): fully custom mode bar buttons as nested array,
135135
where the outer arrays represents button groups, and

0 commit comments

Comments
 (0)