Skip to content

Commit

Permalink
Deal with results from urlchecker::url_check()
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jul 5, 2024
1 parent 7b19ce3 commit 54b6cb6
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://www.discourse.org>, 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 <https://www.discourse.org>, 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

Expand Down
4 changes: 2 additions & 2 deletions R/reprex.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
#'
Expand Down Expand Up @@ -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`
Expand Down
4 changes: 2 additions & 2 deletions man/reprex.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/reprex_addin.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/reprex_document.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/un-reprex.Rd

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

0 comments on commit 54b6cb6

Please sign in to comment.