Category: R

tinytest 1.2.0 is on CRAN

tinytest is a relatively new, light-weight (no-dependency) but full-featured unit testing framework for R. It is currently used by 60+ packages, including the famous Rcpp package. The latest version of...continue reading.

R Data Exploration: covid-19

This tutorial is part of a series of R tutorials analyzing covid-19 data. For parts 1 and 2, see the following posts: https://www.sharpsightlabs.com/blog/r-data-analysis-covid-19-part1-data-wrangling/ https://www.sharpsightlabs.com/blog/r-data-analysis-covid-19-part-2-merge-datasets/ Covid19 analysis, part 3: initial data...continue reading.

more games of life

Another puzzle in memoriam of John Conway in The Guardian: Find the ten digit number, abcdefghij. Each of the digits is different, and a is divisible by 1 ab is...continue reading.