- Design: https://github.com/ArialBlack/Decl.in.ua
- Form to digitize scanned declarations: https://github.com/dimanech/form
- Our crowdsourcing framework that'll be used to crowdsource digitization process: https://github.com/mrgambal/vulyk
- Assorted scripts to cleanup data: https://github.com/dchaplinsky/open-declaration
First of all install R 3.1 or newer
then run R and install following packages:
install.packages('devtools')require(devtools)install_version("knitr", version = "1.10", repos = "http://cran.us.r-project.org")install_version("ggplot2", version = "1.0.1", repos = "http://cran.us.r-project.org")install_version("knitrBootstrap", version = "0.9.0", repos = "http://cran.us.r-project.org")install.packages('dplyr')install_version("xtable", version = "1.7-4", repos = "http://cran.us.r-project.org")install_version("scales", version = "0.2.4", repos = "http://cran.us.r-project.org")install_version("doBy", version = "4.5-13", repos = "http://cran.us.r-project.org")