Switch a codebase to its production state.
rpp_to_prod()
The production state of the code does
not include type checking or other checks, for
performance reasons. You may switch to the
development state of the code with rpp_to_dev()
,
but ensure you switch back to production when
pushing the code to online repositories or to CRAN.