#!/bin/sh
# configure -- generate src/Makevars via tools/config.R
: "${R_HOME:=$(R RHOME)}"
"${R_HOME}/bin/Rscript" tools/config.R
