

{"id":2650,"date":"2013-09-14T15:37:09","date_gmt":"2013-09-14T20:37:09","guid":{"rendered":"http:\/\/rud.is\/b\/?p=2650"},"modified":"2017-04-02T22:51:55","modified_gmt":"2017-04-03T03:51:55","slug":"send-mac-os-notifications-from-rstudio-server-via-growl","status":"publish","type":"post","link":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/","title":{"rendered":"Send Mac OS Notifications From RStudio *Server*! (via Growl)"},"content":{"rendered":"<p>Having received a couple follow-ups to the <a href=\"https:\/\/rud.is\/b\/2013\/09\/12\/send-mac-os-notifications-from-r\/\">OS X notifications on RStudio Desktop for the Mac<\/a> post, I was determined to find a quick hack to get remote notifications to OS X working from (at least) RStudio Server instances running on the same network. It turns out the hack was pretty straightforward just by using a combination of <a href=\"https:\/\/itunes.apple.com\/us\/app\/growl\/id467939042?mt=12\">Growl<\/a> and <code><a href=\"https:\/\/github.com\/mattn\/gntp-send\/downloads\">gntp-send<\/a><\/code>.<\/p>\n<p>To preempt detractors: <i>Yes<\/i>, Growl isn&#8217;t free for newer versions of OS X; <b>but<\/b> $3.99USD is worth skipping a frappuccino for if you desire this functionality (IMO). I&#8217;ve had Growl running since before there was an app store and it&#8217;s far more hackable than the Notification Center is (as demonstrated by this post).<\/p>\n<p>You&#8217;ll need to configure Growl to listen for incoming connections (with an optional password, which is a good idea if you&#8217;re fairly mobile).<\/p>\n<p><center><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"2659\" data-permalink=\"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/preferences-2\/\" data-orig-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?fit=561%2C208&amp;ssl=1\" data-orig-size=\"561,208\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"Preferences\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?fit=510%2C189&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?resize=510%2C189&#038;ssl=1\" alt=\"Preferences\" width=\"510\" height=\"189\" class=\"aligncenter size-large wp-image-2659\" srcset=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?resize=530%2C196&amp;ssl=1 530w, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?resize=150%2C55&amp;ssl=1 150w, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?resize=300%2C111&amp;ssl=1 300w, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?resize=535%2C198&amp;ssl=1 535w, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?w=561&amp;ssl=1 561w\" sizes=\"auto, (max-width: 510px) 100vw, 510px\" \/><\/center><\/p>\n<p>Plus, you&#8217;ll also want to decide whether you want Notification Center integration or have Growl work independently. My preference is integrated, but YMMV.<\/p>\n<p>The <code>gntp-send<\/code> app should build without issues. I did it via source download \/ <code>configure<\/code> \/ <code>make<\/code> \/ <code>make install<\/code> on a recent-ish Ubuntu box.<\/p>\n<p>Then it&#8217;s just a matter of sourcing a version of this function. You&#8217;ll most likely wish to make more of the items defaults. Window users will need to tweak this a bit to work, but I&#8217;m betting most RStudio Server instances are running on Linux variants. I have it automatically setting the title and including which RStudio Server host the notice came from.<\/p>\n<pre lang=\"rsplus\">notify.gntp <- function(message, server, port=23053) {\r\n  system(sprintf(\"\/usr\/local\/bin\/gntp-send -a 'RStudio Server' -s %s:%s '[running on %s]' '%s'\",\r\n                 server, port, as.character(Sys.info()[\"nodename\"]), message),\r\n         ignore.stdout=TRUE, ignore.stderr=TRUE, wait=FALSE)\r\n}\r\n\r\n# test it out \r\nWORKSTATION_RUNNING_GROWL = \"10.0.1.5\"\r\nnotify.gntp(\"ddply() finished\", WORKSTATION_RUNNING_GROWL)<\/pre>\n<p><center><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" data-attachment-id=\"2652\" data-permalink=\"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/banners_and_alerts-2\/\" data-orig-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Banners_and_Alerts1.png?fit=343%2C85&amp;ssl=1\" data-orig-size=\"343,85\" data-comments-opened=\"1\" data-image-meta=\"{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;}\" data-image-title=\"Banners_and_Alerts\" data-image-description=\"\" data-image-caption=\"\" data-large-file=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Banners_and_Alerts1.png?fit=343%2C85&amp;ssl=1\" src=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Banners_and_Alerts1.png?resize=343%2C85&#038;ssl=1\" alt=\"Banners_and_Alerts\" width=\"343\" height=\"85\" class=\"aligncenter size-full wp-image-2652\" srcset=\"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Banners_and_Alerts1.png?w=343&amp;ssl=1 343w, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Banners_and_Alerts1.png?resize=150%2C37&amp;ssl=1 150w, https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Banners_and_Alerts1.png?resize=300%2C74&amp;ssl=1 300w\" sizes=\"auto, (max-width: 343px) 100vw, 343px\" \/><\/center><\/p>\n<p>You are going to need to do some additional work\/coding if your IP address(es) change. I was going to hack something together that parses <code>netstat<\/code> output to make a guess at which node was the originating OS X system, but it should be quick enough to change out what your client IP address is, especially since this hack is intended for long-running jobs.<\/p>\n<p>It'd be <code>#spiffy<\/code> if RStudio Server supported the <a href=\"http:\/\/www.chromium.org\/developers\/design-documents\/desktop-notifications\/api-specification\">browser notifications API<\/a> and\/or access to http header info from within the R session to make hacks like this easier or not necessary.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Having received a couple follow-ups to the OS X notifications on RStudio Desktop for the Mac post, I was determined to find a quick hack to get remote notifications to OS X working from (at least) RStudio Server instances running on the same network. It turns out the hack was pretty straightforward just by using [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"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":true,"_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":[63,12,91],"tags":[629,703],"class_list":["post-2650","post","type-post","status-publish","format-standard","hentry","category-development","category-os-x","category-r","tag-growl","tag-rstudio-2"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Send Mac OS Notifications From RStudio *Server*! (via Growl) - rud.is<\/title>\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\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Send Mac OS Notifications From RStudio *Server*! (via Growl) - rud.is\" \/>\n<meta property=\"og:description\" content=\"Having received a couple follow-ups to the OS X notifications on RStudio Desktop for the Mac post, I was determined to find a quick hack to get remote notifications to OS X working from (at least) RStudio Server instances running on the same network. It turns out the hack was pretty straightforward just by using [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/\" \/>\n<meta property=\"og:site_name\" content=\"rud.is\" \/>\n<meta property=\"article:published_time\" content=\"2013-09-14T20:37:09+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-04-03T03:51:55+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1-530x196.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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/\"},\"author\":{\"name\":\"hrbrmstr\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"headline\":\"Send Mac OS Notifications From RStudio *Server*! (via Growl)\",\"datePublished\":\"2013-09-14T20:37:09+00:00\",\"dateModified\":\"2017-04-03T03:51:55+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/\"},\"wordCount\":353,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#\\\/schema\\\/person\\\/d7cb7487ab0527447f7fda5c423ff886\"},\"image\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/Preferences1-530x196.png\",\"keywords\":[\"Growl\",\"rstudio\"],\"articleSection\":[\"Development\",\"OS X\",\"R\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/\",\"url\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/\",\"name\":\"Send Mac OS Notifications From RStudio *Server*! (via Growl) - rud.is\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/Preferences1-530x196.png\",\"datePublished\":\"2013-09-14T20:37:09+00:00\",\"dateModified\":\"2017-04-03T03:51:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/Preferences1.png?fit=561%2C208&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/rud.is\\\/b\\\/wp-content\\\/uploads\\\/2013\\\/09\\\/Preferences1.png?fit=561%2C208&ssl=1\",\"width\":561,\"height\":208},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/rud.is\\\/b\\\/2013\\\/09\\\/14\\\/send-mac-os-notifications-from-rstudio-server-via-growl\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/rud.is\\\/b\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Send Mac OS Notifications From RStudio *Server*! (via Growl)\"}]},{\"@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":"Send Mac OS Notifications From RStudio *Server*! (via Growl) - rud.is","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\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/","og_locale":"en_US","og_type":"article","og_title":"Send Mac OS Notifications From RStudio *Server*! (via Growl) - rud.is","og_description":"Having received a couple follow-ups to the OS X notifications on RStudio Desktop for the Mac post, I was determined to find a quick hack to get remote notifications to OS X working from (at least) RStudio Server instances running on the same network. It turns out the hack was pretty straightforward just by using [&hellip;]","og_url":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/","og_site_name":"rud.is","article_published_time":"2013-09-14T20:37:09+00:00","article_modified_time":"2017-04-03T03:51:55+00:00","og_image":[{"url":"https:\/\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1-530x196.png","type":"","width":"","height":""}],"author":"hrbrmstr","twitter_card":"summary_large_image","twitter_misc":{"Written by":"hrbrmstr","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#article","isPartOf":{"@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/"},"author":{"name":"hrbrmstr","@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"headline":"Send Mac OS Notifications From RStudio *Server*! (via Growl)","datePublished":"2013-09-14T20:37:09+00:00","dateModified":"2017-04-03T03:51:55+00:00","mainEntityOfPage":{"@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/"},"wordCount":353,"commentCount":0,"publisher":{"@id":"https:\/\/rud.is\/b\/#\/schema\/person\/d7cb7487ab0527447f7fda5c423ff886"},"image":{"@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#primaryimage"},"thumbnailUrl":"https:\/\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1-530x196.png","keywords":["Growl","rstudio"],"articleSection":["Development","OS X","R"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/","url":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/","name":"Send Mac OS Notifications From RStudio *Server*! (via Growl) - rud.is","isPartOf":{"@id":"https:\/\/rud.is\/b\/#website"},"primaryImageOfPage":{"@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#primaryimage"},"image":{"@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#primaryimage"},"thumbnailUrl":"https:\/\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1-530x196.png","datePublished":"2013-09-14T20:37:09+00:00","dateModified":"2017-04-03T03:51:55+00:00","breadcrumb":{"@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#primaryimage","url":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?fit=561%2C208&ssl=1","contentUrl":"https:\/\/i0.wp.com\/rud.is\/b\/wp-content\/uploads\/2013\/09\/Preferences1.png?fit=561%2C208&ssl=1","width":561,"height":208},{"@type":"BreadcrumbList","@id":"https:\/\/rud.is\/b\/2013\/09\/14\/send-mac-os-notifications-from-rstudio-server-via-growl\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/rud.is\/b\/"},{"@type":"ListItem","position":2,"name":"Send Mac OS Notifications From RStudio *Server*! (via Growl)"}]},{"@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":"","jetpack_shortlink":"https:\/\/wp.me\/p23idr-GK","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":2601,"url":"https:\/\/rud.is\/b\/2013\/08\/25\/use-fluid-on-macos-to-build-per-rstudio-server-dedicated-clients\/","url_meta":{"origin":2650,"position":0},"title":"Use Fluid On MacOS To Build Per-RStudio Server &#8220;Dedicated&#8221; Clients","author":"hrbrmstr","date":"2013-08-25","format":false,"excerpt":"I'm jumping around analytics environments these days and have to leave the comfort of my Mac's RStudio Desktop application to use various RStudio Server instances via browser. While I prefer to use Chrome, the need to have a \"dedicated\" RStudio Server client outweighs the utility of my favorite browser. This\u2026","rel":"","context":"In &quot;OS X&quot;","block_context":{"text":"OS X","link":"https:\/\/rud.is\/b\/category\/os-x\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2643,"url":"https:\/\/rud.is\/b\/2013\/09\/12\/send-mac-os-notifications-from-r\/","url_meta":{"origin":2650,"position":1},"title":"Send Mac OS Notifications From R","author":"hrbrmstr","date":"2013-09-12","format":false,"excerpt":"2013-09-16 UPDATE: I took suggestions from a couple comments, expanded the function a bit and stuck it in a gist. See this comment for details. The data retrieval and computation operations are taking longer and longer as we start cranking through more security data and I'll often let tasks run\u2026","rel":"","context":"In &quot;Development&quot;","block_context":{"text":"Development","link":"https:\/\/rud.is\/b\/category\/development\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":3709,"url":"https:\/\/rud.is\/b\/2015\/10\/20\/installing-r-on-os-x\/","url_meta":{"origin":2650,"position":2},"title":"Installing R on OS X","author":"hrbrmstr","date":"2015-10-20","format":false,"excerpt":"NOTE: The comments are a must read for this. Some excellent additional advice and \"gotchas\" by some super-helpful readers. I was in a conversation with an academic colleague (wicked smart dude) and the subject of installing R came up (NOTE: this will happen to you, too, if you ever have\u2026","rel":"","context":"In &quot;OS X&quot;","block_context":{"text":"OS X","link":"https:\/\/rud.is\/b\/category\/os-x\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2878,"url":"https:\/\/rud.is\/b\/2014\/01\/10\/change-the-default-shell-action-in-rstudio-for-os-x\/","url_meta":{"origin":2650,"position":3},"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":12497,"url":"https:\/\/rud.is\/b\/2019\/09\/14\/rswitch-1-5-0-release-now-also-corrals-rstudio-server-connections\/","url_meta":{"origin":2650,"position":4},"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":13194,"url":"https:\/\/rud.is\/b\/2021\/09\/06\/rswitch-2-1-2b-bug-fix-release\/","url_meta":{"origin":2650,"position":5},"title":"RSwitch 2.1.2b Bug-fix Release","author":"hrbrmstr","date":"2021-09-06","format":false,"excerpt":"RStudio is continuing to refine their ?? new product version string scheme, with the most recent change using something like the following for daily builds: RStudio-pro-2021.11.0-daily+23.pro1.dmg The full URL for these Amazon S3-hosted builds is something like: https:\/\/s3.amazonaws.com\/rstudio-ide-build\/desktop\/macos\/RStudio-pro-2021.11.0-daily%2B23.pro1.dmg with the + getting URL encoded to %2B. Unfortunately, AWS S3's fairly\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":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/2650","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=2650"}],"version-history":[{"count":0,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/posts\/2650\/revisions"}],"wp:attachment":[{"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/media?parent=2650"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/categories?post=2650"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/rud.is\/b\/wp-json\/wp\/v2\/tags?post=2650"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}