My blog as a software developer, data enthusiast, traveler and biostatistician — posting to https://www.r-bloggers.com
My coding projects can be found on the coding projects page.

07.01.2019

Tutorial: An app in R shiny visualizing biopsy data — in a pharmaceutical company

Learn how to build a shiny app for the visualization of clustering results. The app helps to better identify patient data samples, e.g. during a clinical study. This tutorial is a […]

07.01.2019

RTest: pretty testing of R packages

The specflow and cucumber.io for R. Enabling non-coders to interpret test reports for R-packages, moreover allowing non-coders to create test cases. A step towards simple r package validation. Table of contents […]

02.01.2019

Music listener statistics: last.fm’s last.year as an R package

When starting analyzing last.fm scrobbles with the last.week and last.year function I was always missing some plots or a pure data table. That is why I developed the package “analyzelastfm” […]

09.12.2018

Interesting packages taken from R/Pharma

A few month ago I joined the R/Pharma conference in Cambridge, MA. As a take away I thought of my project and how I can improve, with solutions others provided. […]

09.10.2018

Why do we need human readable tests for a programming language?

Software can save lifes! — R and Python programming language rank in the Top10 of programming languages today. Both languages come out of open-source and research environments and are now moving into the industry. Testing […]

05.10.2018

7 easy steps to custom inputs in shiny

A step by step guide on how to include custom inputs into R Shiny. This guide is going through an example of a custom input build from jQuery. After the […]