git

pretty git exercises

I probably mentioned I use git for managing my code. Even in the simplistic way I know - already helpful. Like in this xkcd It is not easy finding good exercises to improve. I got pointed to learngitbranching. It looks polished and the exercises are short enough to do between. Just somehow I overlooked the commandos reset and undo to restart the exercised.

Nice stuff from uibk

As I was checking whether the uibk would offer us some storage for git projects I was positively surprised they run a full gitlab instance. Unfortunately we will be limited to 50 projects - so I will not be able to abandon my bitbucket account. Anyway nice to be able to host potentially sensitive stuff internal. Also they run mattermost now that looks very interesting. Chatting without going through american services… Need to get my friends in there.

Publishing work flow template

After some time my cookiecutter templates for my data analysis work flow is finally in a state that I can show the world. You can get it from github. All in all it is my way to setup a reproducible research work flow - for too long I have just copied files around. It is all about using external tools in addition to R. The most essential being make. I am very proud about the makefile that keeps code and data directories clean.