#!/usr/bin/env sh
: "${R_HOME=`R RHOME`}"
"${R_HOME}/bin/Rscript" tools/configure.R &&
  "${R_HOME}/bin/Rscript" tools/config.R
