Articles by hrbrmstr

Superclassing to R⁶

April 1, 2017 | hrbrmstr

To avoid “branding” confusion with R⁴ I’m superclassing it to R⁶ and encouraging others in the R community to don the moniker and do their own small, focused posts on topics that would help the R community learn things. Feel free to use R⁶ (I’ll figure out an ... [Read more...]

All-in on R⁴ : Progress [bars] on first post

March 27, 2017 | hrbrmstr

@eddelbuettel’s idea is a good one. (it’s a quick read…jump there and come back). I often wait for a complete example or new package announcement to blog something when a briefly explained snippet might have sufficient utility for many R users. Also, tweets are fleeting and twitter ... [Read more...]

Exploring 2017 Retail Store Closings with R

March 19, 2017 | hrbrmstr

A story about one of the retail chains (J.C. Penny) releasing their list of stores closing in 2017 crossed paths with my Feedly reading list today and jogged my memory that there were a number of chains closing many of their doors this year, and I wanted to see the ...
[Read more...]

Making a Case for case_when

March 10, 2017 | hrbrmstr

This is a brief (and likely obvious, for some folks) post on the dplyr::case_when() function. Part of my work-work is dealing with data from internet scans. When we’re performing a deeper inspection of a particular internet protocol or service we try to capture as much system and ... [Read more...]

Putting It All Together

February 18, 2017 | hrbrmstr

The kind folks over at @RStudio gave a nod to my recently CRAN-released epidata package in their January data package roundup and I thought it might be useful to give it one more showcase using the recent CRAN update to ggalt and the new hrbrthemes (github-only for now) packages. Labor ...
[Read more...]

Spelunking XHRs (XMLHttpRequests) with splashr

February 14, 2017 | hrbrmstr

splashr has gained some new functionality since the introductory post. First, there’s a whole new Docker image for it that embeds a local web server. Why? The main request for it was to enable rendering of htmlwidgets: But if you use the new Docker image and the add_tempdir=...
[Read more...]

Geom❤️

February 14, 2017 | hrbrmstr

Presented without exposition (since it’s a silly Geom) This particular ❤️ math pilfered this morning from @dmarcelinobr:
[Read more...]

ggalt 0.4.0 now on CRAN

February 11, 2017 | hrbrmstr

I’m uncontainably excited to report that the ggplot2 extension package ggalt is now on CRAN. The absolute best part of this package is the R community members who contributed suggestions and new geoms, stats, annotations and integration features. This release would not be possible without the PRs from: Ben ...
[Read more...]

Diving Into Dynamic Website Content with splashr

February 9, 2017 | hrbrmstr

If you do enough web scraping, you’ll eventually hit a wall that the trusty httr verbs (that sit beneath rvest) cannot really overcome: dynamically created content (via javascript) on a site. If the site was nice enough to use XHR requests to load the dynamic content, you can generally ...
[Read more...]

Candy Coated Confidence Intervals

February 3, 2017 | hrbrmstr

@mrshrbrmstr hinted that she would like this post by @RickWicklin translated into R for her stats class. She’s quite capable of cranking out the translation of the core component of that post — a call to chisq.test — but she wanted to show the entire post (in R) and really ... [Read more...]

Exploring News Coverage With newsflash

February 1, 2017 | hrbrmstr

I was enthused to see a mention of this on the GDELT blog since I’ve been working on an R package dubbed newsflash to work with the API that the form front-ends. Given the current climate, I feel compelled to note that I’m neither a Clinton supporter/defender/...
[Read more...]

Workout Wednesday Redux (2017 Week 3)

January 18, 2017 | hrbrmstr

I had started a “52 Vis” initiative back in 2016 to encourage folks to get practice making visualizations since that’s the only way to get better at virtually anything. Life got crazy, 52 Vis fell to the wayside and now there are more visible alternatives such as Makeover Monday and Workout Wednesday. ...
[Read more...]

Knit directly to jupyter notebooks from RStudio

January 10, 2017 | hrbrmstr

Did you know that you can completely replace the “knitting” engine in R Markdown documents? Well, you can! Why would you want to do this? Well, in the case of this post, to commit the unpardonable sin of creating a clunky jupyter notebook from a pristine Rmd file. I’m ... [Read more...]

2017-01 Authored Package Updates

January 8, 2017 | hrbrmstr

The rest of the month is going to be super-hectic and it’s unlikely I’ll be able to do any more to help the push to CRAN 10K, so here’s a breakdown of CRAN and GitHub new packages & package updates that I felt were worth raising awareness on: ...
[Read more...]

The Most Important Commodity in 2017 is Data

January 5, 2017 | hrbrmstr

Despite being in cybersecurity nigh forever (a career that quickly turns one into a determined skeptic if you’re doing your job correctly) I have often trusted various (not to be named) news sources, reports and data sources to provide honest and as-unbiased-as-possible information. The debacle in the U.S. ...
[Read more...]
1 12 13 14 15 16 23

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)