achubaty / J4R

A package for executing native Java code in R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The J4R package

The J4R package makes it possible to execute native Java code in an R environment. More specifically, it allows to create Java objects and to invoke Java methods, whether they are static or not. The package is based on a local Java server that is instantiated through a Java library packaged as j4r.jar.

Copyright (C) 2010-2020 Mathieu Fortin, repicea Copyright (C) 2020-2022 Her Majesty the Queen in right of Canada - Authors: Mathieu Fortin and Jean-Francois Lavoie (Canadian Wood Fibre Centre, Canadian Forest Service)

Contact: Mathieu Fortin (mathieu.fortin.re@gmail.com)

Since version 1.0.9, the J4R package is licensed under the Lesser GNU General Public License v3.0 (LGPL-3):

This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This library is distributed with the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

Please see the license at http://www.gnu.org/copyleft/lesser.html.

The source code of the J4R package can be obtained by cloning this repository as:

git clone https://github.com/CWFC-CCFB/J4R J4R

The documentation can be found at https://github.com/CWFC-CCFB/J4R/wiki.

Tickets can be created at https://github.com/CWFC-CCFB/J4R/issues.

About

A package for executing native Java code in R


Languages

Language:R 100.0%