-
Notifications
You must be signed in to change notification settings - Fork 214
Article updates #1192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Article updates #1192
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If it is appropriate to ask: "How do you create the Article updates with hyperllinks to the github account and hyperlinks to the commits, File Changes and Patch links? I have looked for tutorials and articles on this but I have found nothing. "
Thank you.
Robert Cline
On Mon, Jan 16, 2023, at 07:21, Richard Iannone wrote:
This PR updates the articles so that they consistently use `|>` instead of `%>%`.
You can view, comment on, or merge this pull request online at:
#1192
Commit Summary
* 6a4f659 <6a4f659> Update datasets.R
* 3c95327 <3c95327> Update countrypops.Rd
* e6e09af <e6e09af> Update case-study-gtcars.Rmd
* fc78cba <fc78cba> Update creating-summary-lines.Rmd
* 78a4f3e <78a4f3e> Update gt-datasets.Rmd
* 0a1577d <0a1577d> Update intro-creating-gt-tables.Rmd
* 63e1220 <63e1220> Update gt-clinicaltables.Rmd
File Changes
(7 files <https://github.com/rstudio/gt/pull/1192/files>)
* *M* R/datasets.R <https://github.com/rstudio/gt/pull/1192/files#diff-9e9409e340d36be06d00cbeefbb4a7d7a2a3e980a75fd541c8a863f4e6c5f77f> (2)
* *M* man/countrypops.Rd <https://github.com/rstudio/gt/pull/1192/files#diff-313ce4484100b8c13b0d451266c0c989c6906d8cf740e747131184eaf4c33b47> (2)
* *M* vignettes/case-study-gtcars.Rmd <https://github.com/rstudio/gt/pull/1192/files#diff-dffcaba9791893cba1e870fb9da9940c9dca7cfca7c9651c3611c8de6fdcc63b> (120)
* *M* vignettes/creating-summary-lines.Rmd <https://github.com/rstudio/gt/pull/1192/files#diff-f1377fe9f1e0e59a00f12fffab2658f6628ac751ae8bb8728d4074a9a2b71f9b> (85)
* *M* vignettes/gt-clinicaltables.Rmd <https://github.com/rstudio/gt/pull/1192/files#diff-26638b3f7d19374989298f7ad6b97cfd1974a5da9afbb0551e2a3182486f82b8> (302)
* *M* vignettes/gt-datasets.Rmd <https://github.com/rstudio/gt/pull/1192/files#diff-cfa8284ca11be92dfe468fcedb17c3e00090d0c58313ad6d42dfa813f534d2d6> (188)
* *M* vignettes/intro-creating-gt-tables.Rmd <https://github.com/rstudio/gt/pull/1192/files#diff-85f583f2cad01945898e6549c6f8fae8c2cf9d9307a2cfe8176ae10f6aaa700f> (60)
Patch Links:
* https://github.com/rstudio/gt/pull/1192.patch
* https://github.com/rstudio/gt/pull/1192.diff
—
Reply to this email directly, view it on GitHub <#1192>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ALW4MJ4TWMBBZQZRQENMCYDWSVKPBANCNFSM6AAAAAAT4ZX3R4>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Robert C Cline Sr., MA, CPL
Sidney, NE
***@***.***
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR updates the articles so that they consistently use
|>
instead of%>%
.