R-Forge Logo

Welcome to JORIS

The Java ordinary R infrastructure support project

The goal for this project is to supply a set of useful java code that facilitates using R in combination with java. jr-connect is one maven module to connect to R either via JRI or Rserve. some tools from the project MORET are migrated bit by bit to provide services for multi model management. There is lots of code for mapping objects from an arbitraty type into a storable and searchable tree (graph) structure. the last step will be to create ui widgets for desktop applications as a reference how to use this packages.

About the project structure. The project build system is maven (2 or newer). In this early stage the full build process might hang up on some machines like a windows machine blocking in a non forking process. If the build seems to stop break and retry.

folders

Getting started.

You need to install R and a connection to R first in order to utilize IRConnection.

Example

After finishing an R and Rserve installation you might want to use some fancy R libraries, too within your project. Using JORIS this is one file configuration and you're up to do what you like in your application. Example create IRConnection with loaded R-libraries.

The project summary page you can find here.