August 2017

Use R and Pelican on Windows

August 27, 2017 | Mauricio Vargas S. 帕夏

Motivation On a previous post I explained how to install R and Python effortlessy. Now I bought a Windows machine and this post gathers a lot of reading and experiments I made until I could set everything correctly to write this blog post. I use Pelican for my blog, so ... [Read more...]

Writing functions – Part two

August 26, 2017 | R Blog on Cillian McHugh

(This post originally appeared on my R blog) The current post will follow on from the previous post and describe another use for writing functions. R Markdown and reporting p values in APA format The function described here is designed for use with R Markdown. I would write a post ... [Read more...]

wrapr: R Code Sweeteners

August 25, 2017 | John Mount

wrapr is an R package that supplies powerful tools for writing and debugging R code. Primary wrapr services include: let() %.__% (dot arrow pipe) := (named map builder) λ() (anonymous function builder) DebugFnW() let() let() allows execution of arbitrary code with substituted variable names (note this is subtly different than binding values for ...
[Read more...]

Unbottling “.msg” Files in R

August 25, 2017 | hrbrmstr

There was a discussion on Twitter about the need to read in “.msg” files using R. The “MSG” file format is one of the many binary abominations created by Microsoft to lock folks and users into their platform and tools. Thankfully, they (eventually) provided documentation for the MSG file format ...
[Read more...]

Tidy evaluation, most common actions

August 25, 2017 | That’s so Random

Tidy evaluation is a bit challenging to get your head around. Even after reading programming with dplyr several times, I still struggle when creating functions from time to time. I made a small summary of the most common actions I perform, so I don’t have to dig in the ... [Read more...]

Stan Weekly Roundup, 25 August 2017

August 25, 2017 | Bob Carpenter

This week, the entire Columbia portion of the Stan team is out of the office and we didn’t have an in-person/online meeting this Thursday. Mitzi and I are on vacation, and everyone else is either teaching, TA-ing, or attending the Stan course. Luckily for this report, there’s ...
[Read more...]

Stan Weekly Roundup, 25 August 2017

August 25, 2017 | Bob Carpenter

This week, the entire Columbia portion of the Stan team is out of the office and we didn’t have an in-person/online meeting this Thursday. Mitzi and I are on vacation, and everyone else is either teaching, TA-ing, or attending the Stan course. Luckily for this report, there’s ... [Read more...]

Tips and tricks on using R to query data in Power BI

August 25, 2017 | David Smith

In Power BI, the dashboarding and reporting tool, you can use R to filter, transform, or restructure data via the Query Editor. For example, you could use the mice package to impute missing values, or use the tidytext package to assign sentiment scores to text inputs. As Imke Feldmann explains, ... [Read more...]

How much will that Texas rain be

August 25, 2017 | dan

PUTTING 35 INCHES OF RAIN IN PERSPECTIVE We are always interested in putting numbers into perspective, so we were interested in this article in which they put the Hurricane Harvey’s rain into perspective. They’re predicting 30-40 inches of rain in a few days in Texas. They asked an expert ... [Read more...]

BH 1.65.0-1

August 24, 2017 | Thinking inside the box

The BH package on CRAN was updated today to version 1.65.0. BH provides a sizeable portion of the Boost C++ libraries as a set of template headers for use by R, possibly with Rcpp as well as other packages. This release upgrades the version of Boost ... [Read more...]
1 2 3 4 5 6 17

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)