Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.10.3 release candidate #2309

Merged
merged 4 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: plotly
Title: Create Interactive Web Graphics via 'plotly.js'
Version: 4.10.2.9000
Version: 4.10.3
Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
email = "[email protected]", comment = c(ORCID = "0000-0002-4958-2844")),
person("Chris", "Parmer", role = "aut",
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.10.2.9000
# 4.10.3

## Improvements

Expand Down
2 changes: 1 addition & 1 deletion R/group2NA.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#' then `groupNames`, then `ordered`. As long as `groupNames`
#' contains valid variable names, new rows will also be inserted to separate
#' the groups.
#' @examplesIf interactive() || !identical(.Platform$OS.type, "windows")
#' @examplesIf interactive()
#'
#' # note the insertion of new rows with missing values
#' group2NA(mtcars, "vs", "cyl")
Expand Down
2 changes: 1 addition & 1 deletion R/highlight.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#' @author Carson Sievert
#' @references \url{https://plotly-r.com/client-side-linking.html}
#' @seealso [attrs_selected()]
#' @examplesIf interactive() || !identical(.Platform$OS.type, "windows")
#' @examplesIf interactive()
#'
#' # These examples are designed to show you how to highlight/brush a *single*
#' # view. For examples of multiple linked views, see `demo(package = "plotly")`
Expand Down
2 changes: 1 addition & 1 deletion man/group2NA.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion man/highlight.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading