Videos / Posts

The R language has two common methods of assignment. The = and <- binary operators are semantically equivalent in most cases, so …

Being primarily a statistical language R lacks a number of common code analysis tools available for languages used more often for …

The Problem Continuous Integration is a great technique for both developers, contributers and users to ensure that the development …

Since releasing covr I have gotten a couple of requests to explain how it works. This post is adapted from a vignette I wrote to try …

I have been using remote completion from remote boxes for a long time, as it is available in both zsh and bash. However because …

Just a short post about two useful global aliases I created. ZSH global aliases are basically variables which are expanded before the …

I am pleased to announce my project for generating styled, dynamic html reports knitr_bootstrap. Here is an example of a report. I have …