-
Notifications
You must be signed in to change notification settings - Fork 1
/
make.do
15 lines (14 loc) · 1.4 KB
/
make.do
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// 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 primus, toc pkg version(0.0.0.9100) ///
license("MIT") ///
author("D4G team") ///
affiliation("The World Bank") ///
email("[email protected]") ///
url("https://github.com/worldbank/primus") ///
title("PRIMUS") ///
description("The Primus ado files for Stata in this GitHub repo are a critical component of this process. These allow for data sharing and file upload service that ensures that estimations are based on identical source data.") ///
install("primus.ado;primus.sthlp;primus_action.ado;primus_action.sthlp;primus_check.ado;primus_download.ado;primus_download.sthlp;primus_message.ado;primus_query.ado;primus_query.sthlp;primus_up.ado;primus_upload.ado;primus_upload.sthlp;primus_vintage.ado;Primus32.dll;Primus64.dll") ///
iancillary("")