Skip to content

Repkit v1.1

Compare
Choose a tag to compare
@kbjarkefur kbjarkefur released this 22 Jan 10:00
· 209 commits to main since this release

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.