/data-pack-importer

Primary LanguageRBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Data Pack Importer

Installation

See data-pack-import-vagrant to set up a machine with Vagrant.

If you want to install all things manually (not recommended) follow these steps.

On Ubuntu, you need the following packages:

sudo apt install libcurl4-gnutls-dev libxml2-dev libcurl4-openssl-dev libssl-dev
  • Install R (tested on rstudio-server-1.1.423)
  • Install R packages:
install.packages("devtools")
library(devtools)
install_github(repo="jason-p-pickering/datim-validation")
install_github(repo="jason-p-pickering/data-pack-importer", ref="prod")
install_github(repo="jason-p-pickering/openxlsx", ref="26a6f60")

Tier II Manual

Consult the Tier II Validation guide