

{"id":16387,"date":"2023-11-12T04:11:57","date_gmt":"2023-11-12T09:11:57","guid":{"rendered":"https:\/\/rud.is\/b\/?p=16387"},"modified":"2023-11-15T07:01:09","modified_gmt":"2023-11-15T12:01:09","slug":"ligatures-in-rstudio-dailies","status":"publish","type":"post","link":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/","title":{"rendered":"Ligatures In RStudio Dailies"},"content":{"rendered":"<p>I had thought most folks likely knew this already, but if you are a user of RStudio dailies (this may apply to regular RStudio, but I only use the dailies) and are missing ligatures in the editor (for some fonts), the &#8220;fix&#8221; is pretty simple (some misguided folks think ligatures are daft).<\/p>\n<p>RStudio, like VS Code and many other editors\/apps, is just a special purpose web browser. That means ligatures are controlled via CSS. RStudio also <a href=\"https:\/\/support.posit.co\/hc\/en-us\/articles\/115011846747-Using-Themes-in-the-RStudio-IDE\">supports themes<\/a>. There are many built-in themes. I use <a href=\"https:\/\/github.com\/anthonynorth\/rscodeio\">this third-party one<\/a>. We can use these themes to sneak in some CSS that gives you granular control over ligatures.<\/p>\n<p>The CSS class we need to target is <code>.ace_scroller<\/code>. That&#8217;s the contents of the editor pane, console, and any other monospaced &#8220;scrolled text&#8221; components. If you&#8217;re wondering, &#8220;Why \u2026ace\u2026?&#8221;_, that&#8217;s die to RStudio&#8217;s use of the <a href=\"https:\/\/github.com\/ajaxorg\/ace\">Ace editor<\/a> component. Say all the nice things you want to about the Monaco editor component used by VS Code (et al.), but the wizards at Posit wield Ace better than I&#8217;ve seen any other app dev team.<\/p>\n<p>You can <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Glossary\/Ligature\">start here<\/a> to learn about all the ways you can, and, may need to customize ligatures, but the following worked for <a href=\"https:\/\/github.com\/githubnext\/monaspace\">my new fav font family<\/a>:<\/p>\n<pre><code class=\"language-css\">.ace_scroller {\n  font-variant-ligatures: discretionary-ligatures;\n  font-feature-settings: \"dlig\" 1;\n}\n<\/code><\/pre>\n<p>There are many possible values for <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/font-variant-ligatures\"><code>font-variant-ligatures<\/code><\/a>, and you can fully customize the <a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/CSS\/font-feature-settings\"><code>font-feature-settings<\/code><\/a> to target only the ligatures you want (for example, the previous linked font has <a href=\"https:\/\/github.com\/githubnext\/monaspace#coding-ligatures\">eight stylistic sets<\/a>).<\/p>\n<h3>UPDATE<\/h3>\n<p><code>sailm-b<\/code> has <a href=\"https:\/\/github.com\/salim-b\/rscodeio\/tree\/interim-merge\">forked and is maintaining<\/a> a more updated version of rscodeio.<\/p>\n<h3>FIN<\/h3>\n<p>If you were missing out before, hopefully this brings you back into the ligature fold.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>I had thought most folks likely knew this already, but if you are a user of RStudio dailies (this may apply to regular RStudio, but I only use the dailies) and are missing ligatures in the editor (for some fonts), the &#8220;fix&#8221; is pretty simple (some misguided folks think ligatures are daft). RStudio, like VS [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":16434,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"activitypub_content_warning":"","activitypub_content_visibility":"","activitypub_max_image_attachments":3,"activitypub_interaction_policy_quote":"anyone","activitypub_status":"","footnotes":""},"categories":[91,699],"tags":[],"class_list":["post-16387","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-r","category-rstudio"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ligatures In RStudio Dailies - rud.is<\/title>\n<meta name=\"description\" content=\"Learn how to enable ligatures in RStudio Dailies using CSS and themes. Enhance your coding experience with granular control over ligatures for a more visually appealing and readable code.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ligatures In RStudio Dailies - rud.is\" \/>\n<meta property=\"og:description\" content=\"Learn how to enable ligatures in RStudio Dailies using CSS and themes. Enhance your coding experience with granular control over ligatures for a more visually appealing and readable code.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/\" \/>\n<meta property=\"og:site_name\" content=\"rud.is\" \/>\n<meta property=\"article:published_time\" content=\"2023-11-12T09:11:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-15T12:01:09+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rud.is\/b\/wp-content\/uploads\/2023\/11\/rstudio-lig.png\" \/>\n\t<meta property=\"og:image:width\" content=\"3024\" \/>\n\t<meta property=\"og:image:height\" content=\"1900\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"hrbrmstr\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"hrbrmstr\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/\"},\"author\":{\"name\":\"hrbrmstr\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"headline\":\"Ligatures In RStudio Dailies\",\"datePublished\":\"2023-11-12T09:11:57+00:00\",\"dateModified\":\"2023-11-15T12:01:09+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/\"},\"wordCount\":273,\"commentCount\":5,\"publisher\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"image\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/rstudio-lig.png?fit=3024%2C1900&ssl=1\",\"articleSection\":[\"R\",\"RStudio\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/\",\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/\",\"name\":\"Ligatures In RStudio Dailies - rud.is\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/rstudio-lig.png?fit=3024%2C1900&ssl=1\",\"datePublished\":\"2023-11-12T09:11:57+00:00\",\"dateModified\":\"2023-11-15T12:01:09+00:00\",\"description\":\"Learn how to enable ligatures in RStudio Dailies using CSS and themes. Enhance your coding experience with granular control over ligatures for a more visually appealing and readable code.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/rstudio-lig.png?fit=3024%2C1900&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/11\\\/rstudio-lig.png?fit=3024%2C1900&ssl=1\",\"width\":3024,\"height\":1900,\"caption\":\"rstudio pane showing ligatures for Monaspace\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2023\\\/11\\\/12\\\/ligatures-in-rstudio-dailies\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rud.is\\\/b\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Ligatures In RStudio Dailies\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#website\",\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/\",\"name\":\"rud.is\",\"description\":\"&quot;In God we trust. All others must bring data&quot;\",\"publisher\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/rud.is\\\/b\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\",\"name\":\"hrbrmstr\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\",\"width\":460,\"height\":460,\"caption\":\"hrbrmstr\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2023\\\/10\\\/ukr-shield.png?fit=460%2C460&ssl=1\"},\"description\":\"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7\",\"sameAs\":[\"http:\\\/\\\/rud.is\"],\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/author\\\/hrbrmstr\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ligatures In RStudio Dailies - rud.is","description":"Learn how to enable ligatures in RStudio Dailies using CSS and themes. Enhance your coding experience with granular control over ligatures for a more visually appealing and readable code.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/","og_locale":"en_US","og_type":"article","og_title":"Ligatures In RStudio Dailies - rud.is","og_description":"Learn how to enable ligatures in RStudio Dailies using CSS and themes. Enhance your coding experience with granular control over ligatures for a more visually appealing and readable code.","og_url":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/","og_site_name":"rud.is","article_published_time":"2023-11-12T09:11:57+00:00","article_modified_time":"2023-11-15T12:01:09+00:00","og_image":[{"width":3024,"height":1900,"url":"https:\/\/rud.is\/b\/wp-content\/uploads\/2023\/11\/rstudio-lig.png","type":"image\/png"}],"author":"hrbrmstr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hrbrmstr","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#article","isPartOf":{"@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/"},"author":{"name":"hrbrmstr","@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"headline":"Ligatures In RStudio Dailies","datePublished":"2023-11-12T09:11:57+00:00","dateModified":"2023-11-15T12:01:09+00:00","mainEntityOfPage":{"@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/"},"wordCount":273,"commentCount":5,"publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"image":{"@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/11\/rstudio-lig.png?fit=3024%2C1900&ssl=1","articleSection":["R","RStudio"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/","url":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/","name":"Ligatures In RStudio Dailies - rud.is","isPartOf":{"@id":"https:\/\/rud.is\/b\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#primaryimage"},"image":{"@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#primaryimage"},"thumbnailUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/11\/rstudio-lig.png?fit=3024%2C1900&ssl=1","datePublished":"2023-11-12T09:11:57+00:00","dateModified":"2023-11-15T12:01:09+00:00","description":"Learn how to enable ligatures in RStudio Dailies using CSS and themes. Enhance your coding experience with granular control over ligatures for a more visually appealing and readable code.","breadcrumb":{"@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#primaryimage","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/11\/rstudio-lig.png?fit=3024%2C1900&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/11\/rstudio-lig.png?fit=3024%2C1900&ssl=1","width":3024,"height":1900,"caption":"rstudio pane showing ligatures for Monaspace"},{"@type":"BreadcrumbList","@id":"https:\/\/rud.is\/b\/2023\/11\/12\/ligatures-in-rstudio-dailies\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rud.is\/b\/"},{"@type":"ListItem","position":2,"name":"Ligatures In RStudio Dailies"}]},{"@type":"WebSite","@id":"https:\/\/rud.is\/b\/#website","url":"https:\/\/rud.is\/b\/","name":"rud.is","description":"&quot;In God we trust. All others must bring data&quot;","publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/rud.is\/b\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886","name":"hrbrmstr","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1","width":460,"height":460,"caption":"hrbrmstr"},"logo":{"@id":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/10\/ukr-shield.png?fit=460%2C460&ssl=1"},"description":"Don't look at me\u2026I do what he does \u2014 just slower. #rstats avuncular \u2022 ?Resistance Fighter \u2022 Cook \u2022 Christian \u2022 [Master] Chef des Donn\u00e9es de S\u00e9curit\u00e9 @ @rapid7","sameAs":["http:\/\/rud.is"],"url":"https:\/\/rud.is\/b\/author\/hrbrmstr\/"}]}},"jetpack_featured_media_url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2023\/11\/rstudio-lig.png?fit=3024%2C1900&ssl=1","jetpack_shortlink":"https:\/\/wp.me\/p23idr-4gj","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":13365,"url":"https:\/\/rud.is\/b\/2022\/03\/13\/a-zsh-helper-script-for-updating-macos-rstudio-daily-electron-quarto-cli-installs\/","url_meta":{"origin":16387,"position":0},"title":"A zsh Helper Script For Updating macOS RStudio Daily Electron + Quarto CLI Installs","author":"hrbrmstr","date":"2022-03-13","format":false,"excerpt":"RStudio's macOS Electron build is coming along quite nicely and is blazing fast on Apple Silicon. I like to install the dailies, well, daily!; and, of late, RStudio and Quarto are joined at the hip. As a result, I regularly found myself having to manually update Quarto CLI right after\u2026","rel":"","context":"In &quot;macOS&quot;","block_context":{"text":"macOS","link":"https:\/\/rud.is\/b\/category\/macos\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":13154,"url":"https:\/\/rud.is\/b\/2021\/07\/28\/hasty-bug-fix-release-of-rswitch-v2\/","url_meta":{"origin":16387,"position":1},"title":"Hasty Bug-fix Release of RSwitch v2","author":"hrbrmstr","date":"2021-07-28","format":false,"excerpt":"Version 2 of RSwitch \u2014 the macOS menubar utility that enables fast and seamless switching between R versions on macOS and also provides notifications for new versions of RStudio Dailies has had a hasty update to deal with an error condition if\/when the RStudio Dailies pages contain no links (they're\u2026","rel":"","context":"In &quot;macOS&quot;","block_context":{"text":"macOS","link":"https:\/\/rud.is\/b\/category\/macos\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":12497,"url":"https:\/\/rud.is\/b\/2019\/09\/14\/rswitch-1-5-0-release-now-also-corrals-rstudio-server-connections\/","url_meta":{"origin":16387,"position":2},"title":"RSwitch 1.5.0 Release Now Also Corrals RStudio Server Connections","author":"hrbrmstr","date":"2019-09-14","format":false,"excerpt":"RSwitch is a macOS menubar application that works on macOS 10.14+ and provides handy shortcuts for developing with R on macOS. Version 1.5.0 brings a reorganized menu system and the ability to manage and make connections to RStudio Server instances. Here's a quick peek at the new setup: All books,\u2026","rel":"","context":"In &quot;Apple&quot;","block_context":{"text":"Apple","link":"https:\/\/rud.is\/b\/category\/apple\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/09\/rswitch-1.5.0-rstudio-server.png?resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/09\/rswitch-1.5.0-rstudio-server.png?resize=350%2C200 1x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/09\/rswitch-1.5.0-rstudio-server.png?resize=525%2C300 1.5x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2019\/09\/rswitch-1.5.0-rstudio-server.png?resize=700%2C400 2x"},"classes":[]},{"id":12965,"url":"https:\/\/rud.is\/b\/2021\/02\/19\/getting-into-the-rhythm-of-chart-typography-with-ragg-and-hrbragg-a-k-a-its-ragg-time\/","url_meta":{"origin":16387,"position":3},"title":"Getting Into the Rhythm of Chart Typography with {ragg} and {hrbragg} (a.k.a. It&#8217;s {ragg}-time}","author":"hrbrmstr","date":"2021-02-19","format":false,"excerpt":"Horrible puns aside, hopefully everyone saw the news, earlier this week, from @thomasp85 on the evolution of modern typographic capabilities in the R ecosystem. Thomas (and some cohorts) has been working on {systemfonts}, {ragg}, and {textshaping} for quite a while now, and the \u2014 shall we say tidyglyphs ecosystem \u2014\u2026","rel":"","context":"In &quot;fonts&quot;","block_context":{"text":"fonts","link":"https:\/\/rud.is\/b\/category\/fonts\/"},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2021\/02\/README-dark-mode-01-1.png?fit=1200%2C857&ssl=1&resize=350%2C200","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2021\/02\/README-dark-mode-01-1.png?fit=1200%2C857&ssl=1&resize=350%2C200 1x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2021\/02\/README-dark-mode-01-1.png?fit=1200%2C857&ssl=1&resize=525%2C300 1.5x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2021\/02\/README-dark-mode-01-1.png?fit=1200%2C857&ssl=1&resize=700%2C400 2x, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2021\/02\/README-dark-mode-01-1.png?fit=1200%2C857&ssl=1&resize=1050%2C600 3x"},"classes":[]},{"id":2878,"url":"https:\/\/rud.is\/b\/2014\/01\/10\/change-the-default-shell-action-in-rstudio-for-os-x\/","url_meta":{"origin":16387,"position":4},"title":"Change The Default &#8220;Shell&#8230;&#8221; Action In RStudio for OS X","author":"hrbrmstr","date":"2014-01-10","format":false,"excerpt":"RStudio is my R development environment of choice and I work primarily on\/in Mac OS X. While it's great that Apple provides a built-in Terminal application, I prefer to use [iTerm 2](http:\/\/www.iterm2.com\/#\/section\/home) when I need to do work at a shell. The fine folks at RStudio provide a handy `Shell`\u2026\u2026","rel":"","context":"In &quot;Apple&quot;","block_context":{"text":"Apple","link":"https:\/\/rud.is\/b\/category\/apple\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5796,"url":"https:\/\/rud.is\/b\/2017\/04\/07\/r%e2%81%b6-rstudio-server-client-make-an-app-for-that\/","url_meta":{"origin":16387,"position":5},"title":"R\u2076 \u2014 RStudio Server Client? Make An App For That!","author":"hrbrmstr","date":"2017-04-07","format":false,"excerpt":"RStudio is a great way to work through analyses tasks, and I suspect most folks use the \"desktop\" version of the product on their local workstations. The fine folks at RStudio also make a server version (the codebase for RStudio is able to generate server or desktop and they are\u2026","rel":"","context":"In &quot;R&quot;","block_context":{"text":"R","link":"https:\/\/rud.is\/b\/category\/r\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/16387","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/comments?post=16387"}],"version-history":[{"count":0,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/16387\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media\/16434"}],"wp:attachment":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media?parent=16387"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/categories?post=16387"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/tags?post=16387"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}