Skip to content

Commit fbcfbed

Browse files
committed
Fix Stata require version headers
1 parent 3176f97 commit fbcfbed

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

stata/rdbwselect.ado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RDROBUST STATA PACKAGE -- rdbwselect
33
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
44
********************************************************************************
5-
*!rdrobust Stata package v11.1.0 2026-05-22
5+
*! version 11.1.0 22may2026
66

77
capture program drop rdbwselect
88
program define rdbwselect, eclass

stata/rdplot.ado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RDROBUST STATA PACKAGE -- rdplot
33
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max Farrell, Rocio Tititunik
44
********************************************************************************
5-
*!rdrobust Stata package v11.1.0 2026-05-22
5+
*! version 11.1.0 22may2026
66

77
capture program drop rdplot
88
program define rdplot, eclass

stata/rdrobust.ado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* RDROBUST STATA PACKAGE -- rdrobust
33
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
44
********************************************************************************
5-
*!rdrobust Stata package v11.1.0 2026-05-22
5+
*! version 11.1.0 22may2026
66

77
capture program drop rdrobust
88
program define rdrobust, eclass

stata/rdrobustplot.ado

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* S3 method in the R package and plot_rdrobust() in the Python package.
55
* Authors: Sebastian Calonico, Matias D. Cattaneo, Max H. Farrell, Rocio Titiunik
66
********************************************************************************
7-
*!rdrobust Stata package v11.1.0 2026-05-22
7+
*! version 11.1.0 22may2026
88

99
capture program drop rdrobustplot
1010
program define rdrobustplot, rclass

0 commit comments

Comments
 (0)