Port details |
- R-cran-rJava R to Java interface
- 1.0.6_4 devel
=1 1.0.6_3Version of this port present on the latest quarterly branch. - Maintainer: thierry@FreeBSD.org
 - Port Added: 2022-05-01 20:15:08
- Last Update: 2023-11-17 11:46:00
- Commit Hash: e55b801
- People watching this port, also watch:: SparseBitSet, py39-cysignals, R-cran-eRm, python
- Also Listed In: java
- License: LGPL21
- WWW:
- https://cran.r-project.org/package=rJava
- Description:
- rJava is a simple R-to-Java interface. It is comparable to the .C/.Call C
interface. rJava provides a low-level bridge between R and Java (via JNI). It
allows to create objects, call methods and access fields of Java objects from R.
In a sense the inverse of rJava is JRI (Java/R Interface) which provides the
opposite direction - calling R from Java. JRI is now shipped as a part of the
rJava package, although it still can be used as a separate entity (especially
for development).
See also: https://rforge.net/rJava/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- R-cran-rJava>0:devel/R-cran-rJava
- To install the port:
- cd /usr/ports/devel/R-cran-rJava/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/R-cran-rJava
- pkg install R-cran-rJava
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: R-cran-rJava
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651223268
SHA256 (rJava_1.0-6.tar.gz) = e290d0493317a5d6c452793e92baa914e37ef03faef19b2e436329b4ec8658c6
SIZE (rJava_1.0-6.tar.gz) = 1047062
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- java : java/openjdk8
- R : math/R
- gfortran12 : lang/gcc12
- as : devel/binutils
- Runtime dependencies:
-
- java : java/openjdk8
- R : math/R
- gfortran12 : lang/gcc12
- Library dependencies:
-
- libicuuc.so : devel/icu
- libpcre2-8.so : devel/pcre2
- This port is required by:
- for Build
-
- math/R-cran-XLConnect
- for Run
-
- math/R-cran-XLConnect
Configuration Options:
- No options to configure
- Options name:
- devel_R-cran-rJava
- USES:
- cran:compiles
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 9
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.6_4 17 Nov 2023 11:46:00
    |
Jan Beich (jbeich)  |
devel/icu: update to 74.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-74-1
Reported by: GitHub (watch releases)
PR: 274317
Exp-run by: antoine (incomplete)
Approved by: fluffy |
1.0.6_3 23 Apr 2023 09:09:58
    |
Gerald Pfeifer (gerald)  |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
1.0.6_2 13 Apr 2023 00:56:37
    |
Jan Beich (jbeich)  |
devel/icu: update to 73.1
- Temporarily switch to GitHub auto archive (release artifacts are N/A atm)
Changes: https://github.com/unicode-org/icu/releases/tag/release-73-1
Reported by: GitHub (watch releases)
PR: 270422
Exp-run by: antoine |
1.0.6_1 19 Oct 2022 08:10:29
    |
Jan Beich (jbeich)  |
devel/icu: update to 72.1
Changes: https://github.com/unicode-org/icu/releases/tag/release-72-1
Reported by: GitHub (watch releases)
PR: 266582
Exp-run by: antoine |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.0.6 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.0.6 20 Jul 2022 14:21:35
    |
Tobias C. Berner (tcberner)  |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
1.0.6 13 May 2022 20:06:29
    |
Piotr Kubaj (pkubaj)  |
devel/R-cran-rJava: fix build on powerpc64*
openjdk is installed into ppc64 / ppc64le subdirectory. |
1.0.6 01 May 2022 20:12:16
    |
Thierry Thomas (thierry)  |
devel/R-cran-rJava: adding a R to Java interface |
Number of commits found: 9
|