Seth Russell

informatics, software engineering, data science, and healthcare research blog

  1. Using Google Compute Engine as host for RStudio Server

    How to setup a Google Compute Engine instance to host your own RStudio Server

  2. How to profile your R code that calls C/C++

    When profiling R code, the details and performance of any C/C++ code is hidden behind .Call(). This post describes how to get details on what the C/C++ code is doing.

  3. Example of Python data analysis

    A demonstration of a few of the things you can do to analyze data stored in Google BigQuery using Python.