R Package that enables access to the QUIS APIs. You can use RQUIS by following either one of these methods:
- Local Installation
- Install JRE 8
- Install JDK 8
- Set the JAVA_HOME environement variable to point to the JDK root folder
- Additionally, setting the JDK_HOME environement variable to point to the JDK root folder, make the package faster to run
- Check JDK 8 is the latest version recognized by the OS
- Install R 3.2.2 or upper
- Install RStuido 0.99.484 or upper (optional)
- Install dev.tools (may need installing its prerequisites.)
- Install rJava
- From RStudio/R issue this command: devtools::install_github("JavadCh/RQUIS", ref="dev", force="TRUE")
- To test the installation:
- Issue this command: demo(package ="RQUIS", Test1)
- Press Enter
- Check your RStudio Global Enrvironment, it should contain var3 (5 obs. 7 vars.) and var4 (4 obs. 2 vars.)
- In case of issues, consult the log file in the logs folder of the package. Contact us if not fixed.
- Use the docker server image (uses RStudio Server)
- Install Docker Machine for your OS
- run: docker pull javadch/rquis:server
- run: docker run -d -p 8787:8787 e- root=TRUE javadch/rquis:server
- For RStudio customized settings consult this document