Skip to content

Commit 3c158b1

Browse files
authored
v4.10.3 release candidate (#2309)
1 parent 22d715d commit 3c158b1

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: plotly
22
Title: Create Interactive Web Graphics via 'plotly.js'
3-
Version: 4.10.2.9000
3+
Version: 4.10.3
44
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
55
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
66
person("Chris", "Parmer", role = "aut",

NEWS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 4.10.2.9000
1+
# 4.10.3
22

33
## Improvements
44

R/group2NA.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#' then `groupNames`, then `ordered`. As long as `groupNames`
2424
#' contains valid variable names, new rows will also be inserted to separate
2525
#' the groups.
26-
#' @examplesIf interactive() || !identical(.Platform$OS.type, "windows")
26+
#' @examplesIf interactive()
2727
#'
2828
#' # note the insertion of new rows with missing values
2929
#' group2NA(mtcars, "vs", "cyl")

R/highlight.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
#' @author Carson Sievert
5555
#' @references \url{https://plotly-r.com/client-side-linking.html}
5656
#' @seealso [attrs_selected()]
57-
#' @examplesIf interactive() || !identical(.Platform$OS.type, "windows")
57+
#' @examplesIf interactive()
5858
#'
5959
#' # These examples are designed to show you how to highlight/brush a *single*
6060
#' # view. For examples of multiple linked views, see `demo(package = "plotly")`

man/group2NA.Rd

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

man/highlight.Rd

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

0 commit comments

Comments
 (0)