Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 788 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 788 Bytes

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