Statistical Software: Regression and Supervised Learning

What do people think about author choice to use an x and y numeric matrix API rather than a formula API?

From my perspective this is a reasonable choice for someone who wants to do a basic, minimalist implementation rather than do pre-processing on data frames and generate matrices. When transparently implemented, it should allow others to wrap it using other tools.