hardhat 0.1.2
-
default_recipe_blueprint()now defaults to prepping recipes with
fresh = TRUE. This is a safer default, and guards the user against
accidentally skipping this preprocessing step when tuning (#122). -
model_matrix()now correctly strips all attributes from the result of the
internal call tomodel.matrix().