Skip to content

Commit

Permalink
Updating dates and version in ado and help files
Browse files Browse the repository at this point in the history
  • Loading branch information
ankritisingh committed Jul 30, 2024
1 parent 5483a35 commit 9280c2a
Show file tree
Hide file tree
Showing 18 changed files with 25 additions and 21 deletions.
2 changes: 1 addition & 1 deletion src/ado/repado.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop repado
program define repado, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/repadolog.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop repadolog
program define repadolog
Expand Down
6 changes: 3 additions & 3 deletions src/ado/repkit.ado
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop repkit
program define repkit, rclass

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]
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reproot.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reproot
program define reproot, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reproot_parse.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reproot_parse
program define reproot_parse, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reproot_search.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reproot_search
program define reproot_search, rclass
Expand Down
4 changes: 2 additions & 2 deletions src/ado/reproot_setup.ado
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
*! version XX XXXXXXXXX ADAUTHORNAME ADCONTACTINFO
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

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)]
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reprun.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

cap program drop reprun
program define reprun, rclass
Expand Down
2 changes: 1 addition & 1 deletion src/ado/reprun_dataline.ado
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*! version 2.1 20240516 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]
*! version 2.2 20240730 - DIME Analytics & LSMS Team, The World Bank - [email protected], [email protected]

* Command intended to exclusively be run from the run files
* that the command iedorep is generating
Expand Down
4 changes: 4 additions & 0 deletions src/dev/run-adodown-util.do
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions src/repkit.pkg
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/stata.toc
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/sthlp/repado.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.1 20240516}{...}
{* *! version 2.2 20240730}{...}
{hline}
{pstd}help file for {hi:repado}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/repadolog.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.1 20240516}{...}
{* *! version 2.2 20240730}{...}
{hline}
{pstd}help file for {hi:repadolog}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/repkit.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.1 20240516}{...}
{* *! version 2.2 20240730}{...}
{hline}
{pstd}help file for {hi:repkit}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/reproot.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.1 20240516}{...}
{* *! version 2.2 20240730}{...}
{hline}
{pstd}help file for {hi:reproot}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/reproot_setup.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.1 20240516}{...}
{* *! version 2.2 20240730}{...}
{hline}
{pstd}help file for {hi:reproot_setup}{p_end}
{hline}
Expand Down
2 changes: 1 addition & 1 deletion src/sthlp/reprun.sthlp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{smcl}
{* *! version 2.1 20240516}{...}
{* *! version 2.2 20240730}{...}
{hline}
{pstd}help file for {hi:reprun}{p_end}
{hline}
Expand Down

0 comments on commit 9280c2a

Please sign in to comment.