Skip to content

Commit

Permalink
Fix URLs, re-document()
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Jan 11, 2024
1 parent 58d0fd6 commit bc14f6e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion R/reprex-addin.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#' [addin](http://rstudio.github.io/rstudioaddins/) that reprexes the current
#' selection, optionally customised by options. Appears as "Reprex selection"
#' in the RStudio Addins menu. Heavy users might want to [create a keyboard
#' shortcut](https://support.rstudio.com/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts).
#' shortcut](https://support.posit.co/hc/en-us/articles/206382178-Customizing-Keyboard-Shortcuts).
#' Suggested shortcut: Cmd + Shift + R (macOS) or Ctrl + Shift + R (Windows).
#'
#' @export
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ Prepare reprexes for posting to [GitHub
issues](https://docs.github.com/issues/tracking-your-work-with-issues/about-issues),
[StackOverflow](https://stackoverflow.com/questions/tagged/r), in Slack [messages](https://slack.com/intl/en-ca/help/articles/201457107-Send-and-read-messages) or [snippets](https://slack.com/intl/en-ca/help/articles/204145658-Create-a-snippet), or even to paste into PowerPoint or Keynote slides.
What is a `reprex`? It’s a **repr**oducible **ex**ample, as coined by
[Romain
Francois](https://twitter.com/romain_francois/status/530011023743655936).
Romain Francois in a tweet from 2014.

<a href="https://media.giphy.com/media/fdLR6LGwAiVNhGQNvf/giphy.gif"><img src="man/figures/help-me-help-you.png" align="right" /></a>

Expand Down
2 changes: 1 addition & 1 deletion man/reprex-package.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.

0 comments on commit bc14f6e

Please sign in to comment.