Skip to content

Commit 1889ca6

Browse files
committed
update URLs
1 parent eb96bc2 commit 1889ca6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

DESCRIPTION

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Authors@R: c(person("Carson", "Sievert", role = c("aut", "cre"),
2020
person("Plotly Technologies Inc.", role = "cph"))
2121
License: MIT + file LICENSE
2222
Description: Create interactive web graphics from 'ggplot2' graphs and/or a custom interface to the (MIT-licensed) JavaScript library 'plotly.js' inspired by the grammar of graphics.
23-
URL: https://plotly-r.com, https://github.com/ropensci/plotly#readme, https://plotly.com/r/
24-
BugReports: https://github.com/ropensci/plotly/issues
23+
URL: https://plotly-r.com, https://github.com/plotly/plotly.R, https://plotly.com/r/
24+
BugReports: https://github.com/plotly/plotly.R/issues
2525
Depends:
2626
R (>= 3.2.0),
2727
ggplot2 (>= 3.0.0)
@@ -77,6 +77,6 @@ Suggests:
7777
rversions,
7878
reticulate
7979
LazyData: true
80-
RoxygenNote: 7.1.1
80+
RoxygenNote: 7.1.2
8181
Encoding: UTF-8
8282
Roxygen: list(markdown = TRUE)

NEWS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
* All HTTP requests are now retried upon failure (#1656, @jameslamb).
5050

51-
* R linebreaks (`\n`) in _factor labels_ are now translated to HTML linebreaks (`<br />`), too. Before, this conversion was only done for colums of type character. ([#1700](https://github.com/ropensci/plotly/pull/1700), @salim-b).
51+
* R linebreaks (`\n`) in _factor labels_ are now translated to HTML linebreaks (`<br />`), too. Before, this conversion was only done for colums of type character. ([#1700](https://github.com/plotly/plotly.R/pull/1700), @salim-b).
5252

5353
## BUG FIXES
5454

@@ -182,7 +182,7 @@ This is minor patch release with a few minor bug fixes and updates test expectat
182182

183183
### Other improvements relevant for all **plotly** objects
184184

185-
* LaTeX rendering via MathJax is now supported and the new `TeX()` function may be used to flag a character vector as LaTeX (#375). Use the new `mathjax` argument in `config()` to specify either external (`mathjax="cdn"`) or local (`mathjax="local"`) MathJaX. If `"cdn"`, mathjax is loaded externally (meaning an internet connection is needed for TeX rendering). If `"local"`, the PLOTLY_MATHJAX_PATH environment variable must be set to the location (a local file path) of MathJax. IMPORTANT: **plotly** uses SVG-based mathjax rendering which doesn't play nicely with HTML-based rendering (e.g., **rmarkdown** documents and **shiny** apps). To leverage both types of rendering, you must `<iframe>` your plotly graph(s) into the larger document (see [here](https://github.com/ropensci/plotly/blob/master/inst/examples/rmd/MathJax/index.Rmd) for an **rmarkdown** example and [here](https://github.com/ropensci/plotly/blob/master/inst/examples/rmd/MathJax/index.Rmd) for a **shiny** example).
185+
* LaTeX rendering via MathJax is now supported and the new `TeX()` function may be used to flag a character vector as LaTeX (#375). Use the new `mathjax` argument in `config()` to specify either external (`mathjax="cdn"`) or local (`mathjax="local"`) MathJaX. If `"cdn"`, mathjax is loaded externally (meaning an internet connection is needed for TeX rendering). If `"local"`, the PLOTLY_MATHJAX_PATH environment variable must be set to the location (a local file path) of MathJax. IMPORTANT: **plotly** uses SVG-based mathjax rendering which doesn't play nicely with HTML-based rendering (e.g., **rmarkdown** documents and **shiny** apps). To leverage both types of rendering, you must `<iframe>` your plotly graph(s) into the larger document (see [here](https://github.com/plotly/plotly.R/blob/master/inst/examples/rmd/MathJax/index.Rmd) for an **rmarkdown** example and [here](https://github.com/plotly/plotly.R/blob/master/inst/examples/rmd/MathJax/index.Rmd) for a **shiny** example).
186186
* The selection (i.e., linked-brushing) mode can now switch from 'transient' to 'persistent' by holding the 'shift' key. It's still possible to _force_ persistent selection by setting `persistent = TRUE` in `highlight()`, but `persistent = FALSE` (the default) is now recommended since it allows one to switch between [persistent/transient selection](https://plotly-r.com/client-side-linking.html#fig:txmissing-modes) in the browser, rather than at the command line.
187187
* The `highlight()` function gains a `debounce` argument for throttling the rate at which `on` events may be fired. This is mainly useful for improving user experience when `highlight(on = "plotly_hover")` and mousing over relevant markers at a rapid rate (#1277)
188188
* The new `partial_bundle()` function makes it easy to leverage [partial bundles of plotly.js](https://github.com/plotly/plotly.js#partial-bundles) for reduced file sizes and faster render times.
@@ -453,7 +453,7 @@ limits.
453453

454454
## BUG FIXES
455455

456-
* `event_data()` now works inside shiny modules (#659). For an example, see <https://github.com/ropensci/plotly/tree/master/inst/examples/shiny/event_data_modules>
456+
* `event_data()` now works inside shiny modules (#659). For an example, see <https://github.com/plotly/plotly.R/tree/master/inst/examples/shiny/event_data_modules>
457457

458458
# 4.3.6 -- 9 September 2016
459459

R/deprecated.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ get_figure <- function(username, id) {
5151
#' For more details and examples, see \url{https://plotly.com/r/getting-started/}.
5252
#'
5353
#' If you're here looking for an intro/overview of the package, see the
54-
#' \href{https://github.com/ropensci/plotly/#getting-started}{readme}
54+
#' \href{https://github.com/plotly/plotly.R/#getting-started}{readme}
5555
#'
5656
#' @keywords internal
5757
#' @param username plotly username

R/layout.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ rangeslider <- function(p, start = NULL, end = NULL, ...) {
9898
#' mathjax rendering which doesn't play nicely with HTML-based rendering
9999
#' (e.g., **rmarkdown** documents and **shiny** apps). To leverage both types of rendering,
100100
#' you must `<iframe>` your plotly graph(s) into the larger document
101-
#' (see [here](https://github.com/ropensci/plotly/blob/master/inst/examples/rmd/MathJax/index.Rmd)
101+
#' (see [here](https://github.com/plotly/plotly.R/blob/master/inst/examples/rmd/MathJax/index.Rmd)
102102
#' for an **rmarkdown** example and
103-
#' [here](https://github.com/ropensci/plotly/blob/master/inst/examples/rmd/MathJax/index.Rmd) for a **shiny** example).
103+
#' [here](https://github.com/plotly/plotly.R/blob/master/inst/examples/rmd/MathJax/index.Rmd) for a **shiny** example).
104104
#' @author Carson Sievert
105105
#' @export
106106
#' @examples

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<img src="man/figures/plotly.png" width="200" />
55

66
<!-- badges: start -->
7-
[![R-CMD-check](https://github.com/ropensci/plotly/workflows/R-CMD-check/badge.svg)](https://github.com/ropensci/plotly/actions)
7+
[![R-CMD-check](https://github.com/ropensci/plotly/workflows/R-CMD-check/badge.svg)](https://github.com/plotly/plotly.R/actions)
88
[![CRAN
99
Status](https://www.r-pkg.org/badges/version/plotly)](https://cran.r-project.org/package=plotly)
1010
[![CRAN
@@ -105,7 +105,7 @@ To learn more about special features that the plotly R package provides (e.g., [
105105
## Contributing
106106

107107
Please read through our [contributing
108-
guidelines](https://github.com/ropensci/plotly/blob/master/CONTRIBUTING.md).
108+
guidelines](https://github.com/plotly/plotly.R/blob/master/CONTRIBUTING.md).
109109
Included are directions for opening issues, asking questions,
110110
contributing changes to plotly, and our code of
111111
conduct.

man/config.Rd

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

man/plotly.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)