<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Je T'aime Terminal</title>
    <description>RStats blog</description>
    <link>http://yonicd.github.io</link>
    <atom:link href="http://yonicd.github.io/feed.xml" rel="self" type="application/rss+xml" />
    
      <item>
        <title>Combining Github Traffic Plots Across Repositories</title>
        <description>
          
          This post will show how to use the RSelenium package to scrape your own github account to retrieve all that fun traffic data of clones and visits and create a single traffic plot for your account. For the single file you can find it in this gist file. Packages library(RSelenium)...
        </description>
        <pubDate>Mon, 02 Oct 2017 00:00:00 -0400</pubDate>
        <link>http://yonicd.github.io/2017-10-02-githubTraffic/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-10-02-githubTraffic/</guid>
      </item>
    
      <item>
        <title>Regular Expression Searching within Shiny Selectize Objects</title>
        <description>
          
          regexSelect is a small package that uses Shiny modules to solve a problem in Shiny selectize objects - regular expression (regex) searching. You can quickly filter the values in the selectize object, while being able to add that new regex query to the selectize list. This is great for long...
        </description>
        <pubDate>Tue, 26 Sep 2017 00:00:00 -0400</pubDate>
        <link>http://yonicd.github.io/2017-09-26-regexSelect/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-09-26-regexSelect/</guid>
      </item>
    
      <item>
        <title>What is the appropriate population scaling of the Affordable Care Act Funding?</title>
        <description>
          Analysis of the effects of the Graham-Cassidy Bill on the ACA population - 
          I have been trying to decipher for myself, what is in the current (well, yesterday’s) Graham-Cassidy health care bill. I saw this image on many news outlets a few days ago and my inner hate for pie charts bubbled up. This is a zoom in on the pie chart …...
        </description>
        <pubDate>Tue, 26 Sep 2017 00:00:00 -0400</pubDate>
        <link>http://yonicd.github.io/2017-09-26-aca/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-09-26-aca/</guid>
      </item>
    
      <item>
        <title>Automating roxygen2 package documentation</title>
        <description>
          Take the mystery out of CRAN level package maintenance - 
          Thinking of creating a new package? Dread the task of function documentation? Afraid to run devtools::check(build_args = '--as-cran') and get bombarded by Errors, Warnings, and Notes (oh my!) ? Wait…. breathe! After feeling all that anxiety and following all of Hadley’s directions online, I felt I was doing a lot...
        </description>
        <pubDate>Mon, 18 Sep 2017 00:00:00 -0400</pubDate>
        <link>http://yonicd.github.io/2017-09-18-sinew/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-09-18-sinew/</guid>
      </item>
    
      <item>
        <title>sinew</title>
        <description>
          a R Package to create self-populating roxygen2 skeletons - 
          Sinew is a R package that generates a Roxygen skeleton populated with information scraped from the function script. Functionality makeOxygen: Create skeleton for Roxygen2 documentation populated with information scraped from within the package function scripts. makeImport: Create import calls for DESCRIPTION, NAMESPACE and Roxygen2 makeDictionary: Create an R file of...
        </description>
        <pubDate>Wed, 03 May 2017 00:00:00 -0400</pubDate>
        <link>http://yonicd.github.io/2017-05-03-sinew/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-05-03-sinew/</guid>
      </item>
    
      <item>
        <title>slickR</title>
        <description>
          The last R carousel that you'll ever need - 
          We are happy to bring the slick JavaScript library to R. It is self described as “the last carousel you’ll ever need”. This carousel is based on putting the elements of the carousel in a div HTML tag. This makes the carousel very versatile in what can be placed inside....
        </description>
        <pubDate>Fri, 07 Apr 2017 00:00:00 -0400</pubDate>
        <link>http://yonicd.github.io/2017-04-07-slickR/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-04-07-slickR/</guid>
      </item>
    
      <item>
        <title>ggedit 0.2.0</title>
        <description>
          Crantastic! - 
          We are pleased to announce the release of the ggedit package on CRAN. To install the package you can call the standard R command install.packages('ggedit') The source version is still tracked on github, which has been reorganized to be easier to navigate. To install the dev version: devtools::install_github('metrumresearchgroup/ggedit') What is...
        </description>
        <pubDate>Fri, 31 Mar 2017 00:00:00 -0400</pubDate>
        <link>http://yonicd.github.io/2017-03-31-ggedit_CranPost/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-03-31-ggedit_CranPost/</guid>
      </item>
    
      <item>
        <title>ggedit 0.1.1</title>
        <description>
          Shiny module to interactvely edit ggplots within Shiny applications - 
          ggedit is a package that lets users interactively edit ggplot layer and theme aesthetics. In a previous post we showed you how to use it in a collaborative workflow using standard R scripts. More importantly, we highlighted that ggedit outputs to the user, after editing, updated: gg plots, layers, scales...
        </description>
        <pubDate>Wed, 22 Feb 2017 00:00:00 -0500</pubDate>
        <link>http://yonicd.github.io/2017-02-22-ggedit3/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2017-02-22-ggedit3/</guid>
      </item>
    
      <item>
        <title>ggedit</title>
        <description>
          my first Shiny gadget - 
          ggplot2 has become the standard of plotting in R for many users. New users, however, may find the learning curve steep at first, and more experienced users may find it challenging to keep track of all the options (especially in the theme!). ggedit is a package that helps users bridge...
        </description>
        <pubDate>Tue, 13 Dec 2016 00:00:00 -0500</pubDate>
        <link>http://yonicd.github.io/2016-12-13-ggedit/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2016-12-13-ggedit/</guid>
      </item>
    
      <item>
        <title>test</title>
        <description>
          
          I want to try and probe a question that has been raised since Las Vegas, can a state regulate firearms on it’s own, given the free trade between jurisdictions. Since there is not an open electronic federal database for firearm ownership and transactions, one ipportant source of information is the...
        </description>
        <pubDate>Fri, 01 Jan 2016 00:00:00 -0500</pubDate>
        <link>http://yonicd.github.io/2016-01-01-test/</link>
        <guid isPermaLink="true">http://yonicd.github.io/2016-01-01-test/</guid>
      </item>
    
  </channel>
</rss>
