diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 0542d9f2..ba64a254 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -4,7 +4,7 @@ Thanks for using reprex. Before filing an issue, there are a few places to explore and pieces to put together to make the process as smooth as possible. Start by making a minimal **repr**oducible **ex**ample using the -[reprex](http://reprex.tidyverse.org/) package. OK, that's funny, +[reprex](https://reprex.tidyverse.org/) package. OK, that's funny, because this is the very package we're talking about! Do your best to provide your input, the `reprex()` call, the expected result, and the actual result. Make it easy to reproduce your problem. For additional diff --git a/NEWS.md b/NEWS.md index 24b5e196..436fe813 100644 --- a/NEWS.md +++ b/NEWS.md @@ -8,7 +8,7 @@ # reprex 0.2.0 -reprex has a website: . It includes a contributed article from @njtierney (#103). +reprex has a website: . It includes a contributed article from @njtierney (#103). reprex has moved to the [tidyverse Organization](https://github.com/tidyverse). It is installed as part of the [tidyverse meta-package](https://www.tidyverse.org) and is [suggested to those seeking help](https://www.tidyverse.org/help/). diff --git a/R/reprex-addin.R b/R/reprex-addin.R index 8f5fcc54..2e6b2af3 100644 --- a/R/reprex-addin.R +++ b/R/reprex-addin.R @@ -36,7 +36,7 @@ reprex_addin <- function() { # nocov start miniUI::gadgetTitleBar( shiny::p( "Use", - shiny::a(href = "http://reprex.tidyverse.org", "reprex"), + shiny::a(href = "https://reprex.tidyverse.org", "reprex"), "to render a bit of code" ), right = miniUI::miniTitleBarButton("done", "Render", primary = TRUE) diff --git a/R/reprex.R b/R/reprex.R index 07cf7632..019e2975 100644 --- a/R/reprex.R +++ b/R/reprex.R @@ -20,7 +20,7 @@ #' clipboard, and written to file. An HTML preview displays in RStudio's Viewer #' pane, if available, or in the default browser, otherwise. Leading `"> "` #' prompts, are stripped from the input code. Read more at -#' . +#' . #' #' reprex sets specific [knitr options](http://yihui.name/knitr/options/): #' * Chunk options default to `collapse = TRUE`, `comment = "#>"`, diff --git a/docs/SUPPORT.html b/docs/SUPPORT.html index 25274ab1..b114e98f 100644 --- a/docs/SUPPORT.html +++ b/docs/SUPPORT.html @@ -98,7 +98,7 @@

Getting help with reprex

Thanks for using reprex. Before filing an issue, there are a few places to explore and pieces to put together to make the process as smooth as possible.

-

Start by making a minimal reproducible example using the reprex package. OK, that’s funny, because this is the very package we’re talking about! Do your best to provide your input, the reprex() call, the expected result, and the actual result. Make it easy to reproduce your problem. For additional reprex pointers, check out the Get help! section of the tidyverse site.

+

Start by making a minimal reproducible example using the reprex package. OK, that’s funny, because this is the very package we’re talking about! Do your best to provide your input, the reprex() call, the expected result, and the actual result. Make it easy to reproduce your problem. For additional reprex pointers, check out the Get help! section of the tidyverse site.

Armed with your reprex, the next step is to figure out where to ask.

  • If it’s a question: start with community.rstudio.com, and/or StackOverflow. There are more people there to answer questions.
    diff --git a/docs/news/index.html b/docs/news/index.html index b6258ac1..fbd3b9c4 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -110,7 +110,7 @@

    reprex 0.2.0 2018-06-22

    -

    reprex has a website: http://reprex.tidyverse.org. It includes a contributed article from @njtierney (#103).

    +

    reprex has a website: https://reprex.tidyverse.org. It includes a contributed article from @njtierney (#103).

    reprex has moved to the tidyverse Organization. It is installed as part of the tidyverse meta-package and is suggested to those seeking help.

    reprex() gains several arguments and many arguments can now be controlled via an option, in case a user wants their own defaults.

    The new reprex_selection() add-in reprexes the current selection, with venue controlled by the option reprex.venue. It can be handy to bind to a keyboard shortcut (#84 @hadley).

    diff --git a/docs/reference/reprex.html b/docs/reference/reprex.html index e7ea85d0..043ac488 100644 --- a/docs/reference/reprex.html +++ b/docs/reference/reprex.html @@ -224,7 +224,7 @@

    Details clipboard, and written to file. An HTML preview displays in RStudio's Viewer pane, if available, or in the default browser, otherwise. Leading "> " prompts, are stripped from the input code. Read more at -http://reprex.tidyverse.org/.

    +https://reprex.tidyverse.org/.

    reprex sets specific knitr options:

    • Chunk options default to collapse = TRUE, comment = "#>", error = TRUE. Note that error = TRUE, because a common use case is bug diff --git a/inst/templates/REPREX.R b/inst/templates/REPREX.R index b2c39de3..4945138d 100644 --- a/inst/templates/REPREX.R +++ b/inst/templates/REPREX.R @@ -13,7 +13,7 @@ knitr::opts_knit$set(upload.fun = {{{upload_fun}}}) {{{std_file_stub}}} {{#advertise}} -#' Created on `r Sys.Date()` by the [reprex package](http://reprex.tidyverse.org) (v`r utils::packageVersion("reprex")`). +#' Created on `r Sys.Date()` by the [reprex package](https://reprex.tidyverse.org) (v`r utils::packageVersion("reprex")`). {{/advertise}} {{#si}} diff --git a/man/reprex.Rd b/man/reprex.Rd index b2e01da9..1ce1e86f 100644 --- a/man/reprex.Rd +++ b/man/reprex.Rd @@ -100,7 +100,7 @@ The usual "code + commented output" is returned invisibly, put on the clipboard, and written to file. An HTML preview displays in RStudio's Viewer pane, if available, or in the default browser, otherwise. Leading \code{"> "} prompts, are stripped from the input code. Read more at -\url{http://reprex.tidyverse.org/}. +\url{https://reprex.tidyverse.org/}. reprex sets specific \href{http://yihui.name/knitr/options/}{knitr options}: \itemize{