Skip to content

Commit

Permalink
installation files
Browse files Browse the repository at this point in the history
  • Loading branch information
randrescastaneda committed Jan 9, 2023
1 parent b412f49 commit fee1a44
Show file tree
Hide file tree
Showing 4 changed files with 87 additions and 4 deletions.
14 changes: 14 additions & 0 deletions make.do
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// the 'make.do' file is automatically created by 'github' package.
// execute the code below to generate the package installation files.
// DO NOT FORGET to update the version of the package, if changed!
// for more information visit http://github.com/haghish/github

make pcn, replace toc pkg version(0.9.7) ///
license("MIT") ///
author("R.Andres Castaneda") ///
affiliation("The World Bank") ///
email("[email protected]") ///
url("https://github.com/PovcalNet-Team/pcn") ///
title("pcn") ///
description("Povcalnet Management") ///
install("pcn.ado;pcn_compare.ado;pcn_compare_gr.ado;pcn_compare_rp.ado;pcn_create.ado;pcn_create_isynth.ado;pcn_download_gpwg.ado;pcn_download_pending.ado;pcn_download_wrk.ado;pcn_groupdata.ado;pcn_inventory.ado;pcn_load.ado;pcn_load_cpi.ado;pcn_load_estimates.ado;pcn_load_price.ado;pcn_load_wrk.ado;pcn_master_load.ado;pcn_master_update.ado;pcn_primus_download.ado;pcn_primus_download_estimates.ado;pcn_primus_download_trans.ado;pcn_primus_load.ado;pcn_primus_query.ado;pcn_production.ado;pcn_savedata.ado;pcn_test.ado;pcn_update_cpi.ado;pcn_update_price.ado;pcn_functions.mata;pcn.smcl;pcn.sthlp;pcn_compare.sthlp;pcn_create.sthlp;pcn_download.sthlp;pcn_full.sthlp;pcn_gd.sthlp;pcn_load.sthlp;pcn_master.sthlp;pcn_primus.sthlp;pcn_production.sthlp")
20 changes: 16 additions & 4 deletions pcn.ado
Original file line number Diff line number Diff line change
Expand Up @@ -408,10 +408,6 @@ pcn master, update(gdp)
pcn master, update(pce)



Version Control:


/*====================================================================
Create repository
====================================================================*/
Expand Down Expand Up @@ -489,3 +485,19 @@ if ("`createrepo'" != "" & "`calcset'" == "repo") {
save "`reporoot'\repo_vc_`repository'.dta", replace
exit
}







Version Control:


*! version 0.9.7 <2023Jan09>





48 changes: 48 additions & 0 deletions pcn.pkg
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
v 0.9.7
d 'PCN': pcn
d
d Povcalnet Management
d
d Distribution-Date: 20230109
d License: MIT
d
F pcn.ado
F pcn.smcl
F pcn.sthlp
F pcn_compare.ado
F pcn_compare.sthlp
F pcn_compare_gr.ado
F pcn_compare_rp.ado
F pcn_create.ado
F pcn_create.sthlp
F pcn_create_isynth.ado
F pcn_download.sthlp
F pcn_download_gpwg.ado
F pcn_download_pending.ado
F pcn_download_wrk.ado
F pcn_full.sthlp
F pcn_functions.mata
F pcn_gd.sthlp
F pcn_groupdata.ado
F pcn_inventory.ado
F pcn_load.ado
F pcn_load.sthlp
F pcn_load_cpi.ado
F pcn_load_estimates.ado
F pcn_load_price.ado
F pcn_load_wrk.ado
F pcn_master.sthlp
F pcn_master_load.ado
F pcn_master_update.ado
F pcn_primus.sthlp
F pcn_primus_download.ado
F pcn_primus_download_estimates.ado
F pcn_primus_download_trans.ado
F pcn_primus_load.ado
F pcn_primus_query.ado
F pcn_production.ado
F pcn_production.sthlp
F pcn_savedata.ado
F pcn_test.ado
F pcn_update_cpi.ado
F pcn_update_price.ado
9 changes: 9 additions & 0 deletions stata.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
v 0.9.7
d Materials by R.Andres Castaneda
d The World Bank
d [email protected]
d https://github.com/PovcalNet-Team/pcn

d 'pcn': Povcalnet Management

p pcn

0 comments on commit fee1a44

Please sign in to comment.