<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Rstudio Addin on rostrum.blog</title>
    <link>https://www.rostrum.blog/tags/rstudio-addin/</link>
    <description>Recent content in Rstudio Addin on rostrum.blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-gb</language>
    <lastBuildDate>Thu, 11 Aug 2022 00:00:00 +0000</lastBuildDate>
    
	<atom:link href="https://www.rostrum.blog/tags/rstudio-addin/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Two RStudio Addins: {quartostamp} and {snorkel}</title>
      <link>https://www.rostrum.blog/2022/08/11/quartostamp-snorkel/</link>
      <pubDate>Thu, 11 Aug 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.rostrum.blog/2022/08/11/quartostamp-snorkel/</guid>
      <description>tl;dr I made a couple of packages that contain RStudio Addins: {quartostamp} inserts little divs and classes into your Quarto documents, while {snorkel} inserts Rd tags into your {roxygen2} function documentation.
 Al Addin RStudio Addins let you access R functions interactively at the click of a button (or with a keyboard shortcut, or via the RStudio command palette). I particularly like them for easy sharing of insertable pre-written code.</description>
    </item>
    
    <item>
      <title>Add in an RStudio Addin to add in backticks</title>
      <link>https://www.rostrum.blog/2022/02/19/backtick/</link>
      <pubDate>Sat, 19 Feb 2022 00:00:00 +0000</pubDate>
      
      <guid>https://www.rostrum.blog/2022/02/19/backtick/</guid>
      <description>tl;dr I wrote a tiny R package called {backtick}, which contains an RStudio Addin with a handful of functions for inserting backticks into your R scripts and R Markdown documents (yes, really).
 Plus one RStudio Addins let you select an R function from a dropdown menu in the RStudio IDE. They’re often functions that you don’t need in your executed script, but can make your life easier by performing some kind of supportive action.</description>
    </item>
    
    <item>
      <title>Auto-label closing parentheses in RStudio</title>
      <link>https://www.rostrum.blog/2021/08/31/add-biscuits/</link>
      <pubDate>Tue, 31 Aug 2021 00:00:00 +0000</pubDate>
      
      <guid>https://www.rostrum.blog/2021/08/31/add-biscuits/</guid>
      <description>tl;dr I wrote a novelty R function that inserts comments after closing parentheses with the names of the functions they belong to. (These are called biscuits, apparently.) It’s available as an RStudio Addin from the {blogsnip} package.
 Matryoshka functions Shiny apps can involve a lot of nested functions in the UI, which can make them difficult to handle.
Sometimes I comment after a closing parenthesis (‘paren’) with the name of the function that it’s closing, which makes it easier to match the pairs.</description>
    </item>
    
    <item>
      <title>Translate R to English with {r2eng}</title>
      <link>https://www.rostrum.blog/2020/11/14/hello-r2eng/</link>
      <pubDate>Sat, 14 Nov 2020 00:00:00 +0000</pubDate>
      
      <guid>https://www.rostrum.blog/2020/11/14/hello-r2eng/</guid>
      <description>tl;dr I created the work-in-progress {r2eng} package (source, site) to help translate R expressions to speakable English. Inspired by Amelia McNamara and with a huge amount of help from Chung-hong Chan.
 Communication is hard Amelia McNamara (site, Twitter) gave a talk at the useR! 2020 conference called ‘Speaking R’. Watch the video on YouTube, or take a look at the slides.
To summarise greatly: R code should be speakable so that we can teach, learn and communicate with minimal friction.</description>
    </item>
    
  </channel>
</rss>