#!/bin/sh -e

# Note to Windows users: This is not actually platform specific.
# "${R_HOME}/bin/R" --vanilla --slave -e 'roxygen2::roxygenize(clean = FALSE)'
exit $?
