-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #333 from worldbank/v7.2
Merging V7.2 to main
- Loading branch information
Showing
27 changed files
with
196 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
capture program drop iebaltab, | ||
program define iebaltab, rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
capture program drop ieboilstart | ||
program ieboilstart , rclass | ||
|
@@ -78,8 +78,14 @@ | |
local apath = trim("`apath'") | ||
local aoption = trim(subinstr("`aoption'",",","",1)) | ||
if !missing("`aoption'") & "`aoption'" != "strict" { | ||
noi di as error `"{phang}The suboption [`aoption'] in the option [`adopath'] is not a valid suboption. See help file for more details.{p_end}"' | ||
if missing("`aoption'") | !inlist("`aoption'", "strict", "nostrict") { | ||
if missing("`aoption'") { | ||
local aopterr `"You did not provide any sub-option."' | ||
} | ||
else { | ||
local aopterr `"You provided the sub-option [`aoption']."' | ||
} | ||
noi di as error `"{phang}The option [`adopath'] requires one of the sub-options [strict] or [nostrict]. `aopterr' See help file for more details.{p_end}"' | ||
error 198 | ||
} | ||
|
@@ -106,6 +112,9 @@ | |
if _rc local morepaths 0 | ||
} | ||
* Update the paths where mata search for commands to mirror adopath | ||
mata: mata mlib index | ||
local aoutput `"`aoutput'PLUS adopath was set to [`apath']. All adopaths other than this and BASE have been removed. Only programs and ado-files in this PLUS folder are accessible to Stata until the end of this session."' | ||
} | ||
else { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
cap program drop ieddtab | ||
program define ieddtab, rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
cap program drop iedorep | ||
program define iedorep, rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
capture program drop iedropone | ||
program define iedropone , | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
cap program drop iefolder | ||
program define iefolder | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
cap program drop iegitaddmd | ||
program define iegitaddmd | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
cap program drop iegraph | ||
program define iegraph, rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
cap prog drop iekdensity | ||
prog define iekdensity | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
cap program drop iematch | ||
program define iematch | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
capture program drop iesave | ||
program iesave , rclass | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
*! version 7.1 19JAN2023 DIME Analytics [email protected] | ||
*! version 7.2 04APR2023 DIME Analytics [email protected] | ||
|
||
capture program drop ietoolkit | ||
program ietoolkit, rclass | ||
|
||
* UPDATE THESE LOCALS FOR EACH NEW VERSION PUBLISHED | ||
local version "7.1" | ||
local versionDate "19JAN2023" | ||
local version "7.2" | ||
local versionDate "04APR2023" | ||
|
||
syntax [anything] | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{smcl} | ||
{* 19 Jan 2023}{...} | ||
{* 04 Apr 2023}{...} | ||
{hline} | ||
help for {hi:iebaltab} | ||
{hline} | ||
|
Oops, something went wrong.