From 54b6cb6e0a19782d0953e5112322c583375a11a0 Mon Sep 17 00:00:00 2001 From: Jenny Bryan Date: Fri, 5 Jul 2024 16:31:42 -0700 Subject: [PATCH] Deal with results from urlchecker::url_check() --- DESCRIPTION | 2 +- NEWS.md | 2 +- R/reprex.R | 4 ++-- man/reprex.Rd | 4 ++-- man/reprex_addin.Rd | 2 +- man/reprex_document.Rd | 2 +- man/un-reprex.Rd | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index c4963364..32edcd02 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -59,5 +59,5 @@ Config/testthat/start-first: knitr-options, venues, reprex Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) -RoxygenNote: 7.2.3.9000 +RoxygenNote: 7.3.2 SystemRequirements: pandoc (>= 2.0) - https://pandoc.org/ diff --git a/NEWS.md b/NEWS.md index 24e6348f..e66e3e3b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -225,7 +225,7 @@ These look like `reprex(..., arg = opt(DEFAULT), ...)` in the help file. This is * `venue = "so"` has appropriate whitespace at the start. - * `venue = "ds"` is a new value, corresponding to , which is the platform behind [community.rstudio.com](https://community.rstudio.com). This is currently just an alias for the default `"gh"` GitHub venue, because the formatting appears to be compatible. Adding the `"ds"` value so Discourse can be documented and to guard against the possibility that some formatting is actually unique. + * `venue = "ds"` is a new value, corresponding to , which is the platform behind [community.rstudio.com](https://forum.posit.co/). This is currently just an alias for the default `"gh"` GitHub venue, because the formatting appears to be compatible. Adding the `"ds"` value so Discourse can be documented and to guard against the possibility that some formatting is actually unique. ## Other changes diff --git a/R/reprex.R b/R/reprex.R index f6920cb1..d2cf4e05 100644 --- a/R/reprex.R +++ b/R/reprex.R @@ -67,7 +67,7 @@ #' Microsoft Word, PowerPoint, or Keynote. Use `venue = "rtf"` for this. #' #' This feature is experimental and requires the installation of the -#' [highlight](http://www.andre-simon.de/doku/highlight/en/highlight.php) +#' [highlight](http://andre-simon.de/doku/highlight/en/highlight.php) #' command line tool. The `"rtf"` venue is documented in [its own #' article](https://reprex.tidyverse.org/articles/articles/rtf.html) #' @@ -111,7 +111,7 @@ #' Note: this is just an alias for "gh", since Stack Overflow started to #' support CommonMark-style fenced code blocks in January 2019. #' * "ds" for Discourse, e.g., -#' [community.rstudio.com](https://community.rstudio.com). Note: this is +#' [forum.posit.co]( https://forum.posit.co/). Note: this is #' currently just an alias for "gh". #' @param advertise Logical. Whether to include a footer that describes when and #' how the reprex was created. If unspecified, the option `reprex.advertise` diff --git a/man/reprex.Rd b/man/reprex.Rd index 7b71f2b0..d06798bd 100644 --- a/man/reprex.Rd +++ b/man/reprex.Rd @@ -67,7 +67,7 @@ with WYSIWYG, please open an issue to discuss.) Note: this is just an alias for "gh", since Stack Overflow started to support CommonMark-style fenced code blocks in January 2019. \item "ds" for Discourse, e.g., -\href{https://community.rstudio.com}{community.rstudio.com}. Note: this is +\href{https://forum.posit.co/}{forum.posit.co}. Note: this is currently just an alias for "gh". }} @@ -188,7 +188,7 @@ snippets, with or without rendering, to paste into applications like Microsoft Word, PowerPoint, or Keynote. Use \code{venue = "rtf"} for this. This feature is experimental and requires the installation of the -\href{http://www.andre-simon.de/doku/highlight/en/highlight.php}{highlight} +\href{http://andre-simon.de/doku/highlight/en/highlight.php}{highlight} command line tool. The \code{"rtf"} venue is documented in \href{https://reprex.tidyverse.org/articles/articles/rtf.html}{its own article} } diff --git a/man/reprex_addin.Rd b/man/reprex_addin.Rd index 45d411cc..41910c0c 100644 --- a/man/reprex_addin.Rd +++ b/man/reprex_addin.Rd @@ -33,7 +33,7 @@ with WYSIWYG, please open an issue to discuss.) Note: this is just an alias for "gh", since Stack Overflow started to support CommonMark-style fenced code blocks in January 2019. \item "ds" for Discourse, e.g., -\href{https://community.rstudio.com}{community.rstudio.com}. Note: this is +\href{https://forum.posit.co/}{forum.posit.co}. Note: this is currently just an alias for "gh". }} } diff --git a/man/reprex_document.Rd b/man/reprex_document.Rd index c0c99943..59f02639 100644 --- a/man/reprex_document.Rd +++ b/man/reprex_document.Rd @@ -39,7 +39,7 @@ with WYSIWYG, please open an issue to discuss.) Note: this is just an alias for "gh", since Stack Overflow started to support CommonMark-style fenced code blocks in January 2019. \item "ds" for Discourse, e.g., -\href{https://community.rstudio.com}{community.rstudio.com}. Note: this is +\href{https://forum.posit.co/}{forum.posit.co}. Note: this is currently just an alias for "gh". }} diff --git a/man/un-reprex.Rd b/man/un-reprex.Rd index 5e490b03..16636f20 100644 --- a/man/un-reprex.Rd +++ b/man/un-reprex.Rd @@ -68,7 +68,7 @@ with WYSIWYG, please open an issue to discuss.) Note: this is just an alias for "gh", since Stack Overflow started to support CommonMark-style fenced code blocks in January 2019. \item "ds" for Discourse, e.g., -\href{https://community.rstudio.com}{community.rstudio.com}. Note: this is +\href{https://forum.posit.co/}{forum.posit.co}. Note: this is currently just an alias for "gh". }}