diff --git a/src/ado/repado.ado b/src/ado/repado.ado index cb6030f..328e875 100644 --- a/src/ado/repado.ado +++ b/src/ado/repado.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop repado program define repado, rclass diff --git a/src/ado/repadolog.ado b/src/ado/repadolog.ado index bd3bdde..095a27a 100644 --- a/src/ado/repadolog.ado +++ b/src/ado/repadolog.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop repadolog program define repadolog diff --git a/src/ado/repkit.ado b/src/ado/repkit.ado index ecdae14..40e3e16 100644 --- a/src/ado/repkit.ado +++ b/src/ado/repkit.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop repkit program define repkit, rclass @@ -6,8 +6,8 @@ cap program drop repkit version 14.1 * UPDATE THESE LOCALS FOR EACH NEW VERSION PUBLISHED - local version "2.1" - local versionDate "20240516" + local version "2.2" + local versionDate "20240730" local cmd "repkit" syntax [anything] diff --git a/src/ado/reproot.ado b/src/ado/reproot.ado index da353e7..36b6728 100644 --- a/src/ado/reproot.ado +++ b/src/ado/reproot.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop reproot program define reproot, rclass diff --git a/src/ado/reproot_parse.ado b/src/ado/reproot_parse.ado index 7af5a48..cb6ccb8 100644 --- a/src/ado/reproot_parse.ado +++ b/src/ado/reproot_parse.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop reproot_parse program define reproot_parse, rclass diff --git a/src/ado/reproot_search.ado b/src/ado/reproot_search.ado index 974d089..c556f26 100644 --- a/src/ado/reproot_search.ado +++ b/src/ado/reproot_search.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop reproot_search program define reproot_search, rclass diff --git a/src/ado/reproot_setup.ado b/src/ado/reproot_setup.ado index e0af67a..9328655 100644 --- a/src/ado/reproot_setup.ado +++ b/src/ado/reproot_setup.ado @@ -1,11 +1,11 @@ -*! version XX XXXXXXXXX ADAUTHORNAME ADCONTACTINFO +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop reproot_setup program define reproot_setup qui { - version /* ADD VERSION NUMBER HERE */ + version 14.1 * Update the syntax. This is only a placeholder to make the command run syntax, [ENVPaths(string) debug_home_folder(string)] diff --git a/src/ado/reprun.ado b/src/ado/reprun.ado index 09fb4bf..815a6d6 100644 --- a/src/ado/reprun.ado +++ b/src/ado/reprun.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org cap program drop reprun program define reprun, rclass diff --git a/src/ado/reprun_dataline.ado b/src/ado/reprun_dataline.ado index 62f779b..c2fe6e8 100644 --- a/src/ado/reprun_dataline.ado +++ b/src/ado/reprun_dataline.ado @@ -1,4 +1,4 @@ -*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org +*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - dimeanalytics@worldbank.org, lsms@worldbank.org * Command intended to exclusively be run from the run files * that the command iedorep is generating diff --git a/src/dev/run-adodown-util.do b/src/dev/run-adodown-util.do index 1c23976..5081589 100644 --- a/src/dev/run-adodown-util.do +++ b/src/dev/run-adodown-util.do @@ -11,6 +11,10 @@ global clone "/Users/ankritisingh/GitHub/" } + if "`c(username)'" == "wb558768" { + global clone "C:/Users/wb558768/Documents/GitHub/" + } + local rk "${clone}/repkit" //ad_sthlp , adfolder("`rk'") commands(repadolog) diff --git a/src/repkit.pkg b/src/repkit.pkg index 1495e28..59b330f 100644 --- a/src/repkit.pkg +++ b/src/repkit.pkg @@ -1,6 +1,6 @@ * This package file is generated in the adodown workflow. Do not edit directly. *** version -v 2.1 +v 2.2 *** title d 'REPKIT': a module facilitating collaboration and computational reproducibility *** description @@ -21,7 +21,7 @@ d Contact: dimeanalytics@@worldbank.org, lsms@@worldbank.org d URL: https://github.com/worldbank/repkit d *** date -d Distribution-Date: 20240516 +d Distribution-Date: 20240730 d *** adofiles f ado/reproot_setup.ado diff --git a/src/stata.toc b/src/stata.toc index b26c836..038b06b 100644 --- a/src/stata.toc +++ b/src/stata.toc @@ -1,5 +1,5 @@ * This package file is generated in the adodown workflow. Do not edit directly. *** version -v 1.1 +v 2.2 *** packages p repkit diff --git a/src/sthlp/repado.sthlp b/src/sthlp/repado.sthlp index 9fc008c..f011097 100644 --- a/src/sthlp/repado.sthlp +++ b/src/sthlp/repado.sthlp @@ -1,5 +1,5 @@ {smcl} -{* *! version 2.1 20240516}{...} +{* *! version 2.2 20240730}{...} {hline} {pstd}help file for {hi:repado}{p_end} {hline} diff --git a/src/sthlp/repadolog.sthlp b/src/sthlp/repadolog.sthlp index 8d4305d..3528196 100644 --- a/src/sthlp/repadolog.sthlp +++ b/src/sthlp/repadolog.sthlp @@ -1,5 +1,5 @@ {smcl} -{* *! version 2.1 20240516}{...} +{* *! version 2.2 20240730}{...} {hline} {pstd}help file for {hi:repadolog}{p_end} {hline} diff --git a/src/sthlp/repkit.sthlp b/src/sthlp/repkit.sthlp index 2cb3fae..f6aa3b5 100644 --- a/src/sthlp/repkit.sthlp +++ b/src/sthlp/repkit.sthlp @@ -1,5 +1,5 @@ {smcl} -{* *! version 2.1 20240516}{...} +{* *! version 2.2 20240730}{...} {hline} {pstd}help file for {hi:repkit}{p_end} {hline} diff --git a/src/sthlp/reproot.sthlp b/src/sthlp/reproot.sthlp index 333de3d..83db911 100644 --- a/src/sthlp/reproot.sthlp +++ b/src/sthlp/reproot.sthlp @@ -1,5 +1,5 @@ {smcl} -{* *! version 2.1 20240516}{...} +{* *! version 2.2 20240730}{...} {hline} {pstd}help file for {hi:reproot}{p_end} {hline} diff --git a/src/sthlp/reproot_setup.sthlp b/src/sthlp/reproot_setup.sthlp index 98217d6..2f946c0 100644 --- a/src/sthlp/reproot_setup.sthlp +++ b/src/sthlp/reproot_setup.sthlp @@ -1,5 +1,5 @@ {smcl} -{* *! version 2.1 20240516}{...} +{* *! version 2.2 20240730}{...} {hline} {pstd}help file for {hi:reproot_setup}{p_end} {hline} diff --git a/src/sthlp/reprun.sthlp b/src/sthlp/reprun.sthlp index 7c8ae45..3b0df57 100644 --- a/src/sthlp/reprun.sthlp +++ b/src/sthlp/reprun.sthlp @@ -1,5 +1,5 @@ {smcl} -{* *! version 2.1 20240516}{...} +{* *! version 2.2 20240730}{...} {hline} {pstd}help file for {hi:reprun}{p_end} {hline}