Skip to content
This repository has been archived by the owner on Jul 9, 2020. It is now read-only.

openhie/openinfoman-r

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

openinfoman-r

OpenInfoman CSD Adapater for R statistics program

Prerequisites

Assumes that you have installed BaseX and OpenInfoMan according to:

https://github.com/openhie/openinfoman/wiki/Install-Instructions

and the OpenInfoMan CSV adapter

https://github.com/openhie/openinfoman-csv

and the FunctX XQuery Library:

 basex -Vc "REPO INSTALL http://files.basex.org/modules/expath/functx-1.0.xar"

Directions

cd ~/
git clone https://github.com/openhie/openinfoman-r
cd ~/openinfoman-r/repo
basex -Vc "REPO INSTALL openinfoman_r_adapter.xqm"
cd ~/basex/resources/stored_query_definitions
ln -sf ~/openinfoman-r/resources/stored_query_definitions/* .
cd ~/basex/webapp/
ln -s ~/openinfoman-r/webapp/openinfoman_r_adapter_bindings.xqm 

Be sure to reload the stored functions:

https://github.com/openhie/openinfoman/wiki/Install-Instructions#Loading_Stored_Queries