#Zelig Build Manages Zelig-Add-ons This tool is used internally by the SWaP team at IQSS Harvard University to manage the building of statistical packages.
##Instructions
- Clone this repository
- Run:
python pkg-build -h
for help instructions and syntax explanation - Run:
python pkg-build -d <DIRECTORY_NAME>
to clone, check and build the repository within<DIRECTORY_NAME>
- Run:
pythong pkg-build -d <DIRECTORY_NAME> <PKG_TITLE>
to clone, check and build the package titled<PKG_TITLE>
within the repository<DIRECTORY_NAME>
##Manifest
pkg-build
: build packages from the Git user found at: https://github.com/zeligdevpkg-update
: shell script which behave similarly topkg-build
. This script is deprecated. Related files are:REPOSITORIES
: list of repositories to extract from. This is not used bypkg-build
as it currently uses the GitHub APIsweave
: a script used to convertRnw
documents (typical in R packages) toPDF
documentsinstall.R
: install script used to install every Zelig packages. Available here: http://r.iq.harvard.edu/install.Rinstall_custom.R
: install wizard used to guide new users through the Zelig installation procedure. Available here: http://r.iq.harvard.edu/install_live.Rsimple_json
: a python module used to parse JSON responses. This is used bypkg-build
to get the most recent versions of Zelig packages