Repkit v1.1
Beta release of reprun
For wider testing and to have team start testing it on real project.
New syntaxt for repado
Old syntax:
repado , adopath("`out'/ado") mode("strict")
repado , adopath("`out'/ado") mode("nostrict")
has been replaced with new syntax:
repado "`out'/ado"
repado "`out'/ado", nostrict
This is more Stata-like. The old syntax will continue to work for backward compatibility reasons.