Category: R Books

Make your package spherical

Larger packages typically consist of functions that are visible to the users (exported functions) and functions that are used by the exported functions, but that are invisible to the user....continue reading.

R oder Python

Data Science Einsteiger stehen immer wieder vor der gleichen Frage: Welche Programmiersprache sollte man als Erstes lernen? Die Wahl fällt meistens auf eine der beiden großen Anbieter, R oder Python....continue reading.

FizzBuzz in R and Python

In this post, we will solve a simple problem (called “FizzBuzz”) that is asked by some employers in data scientist job interviews. The question seeks to ascertain the applicant’s familiarity...continue reading.

gower 0.2.0 is on CRAN

A new version of R package gower has just been released on CRAN. Thanks to our new contributor David Turner who was kind enough to provide a pull request, gower...continue reading.