Port details |
- R-cran-rJava R to Java interface
- 1.0.11 devel =3 1.0.11Version of this port present on the latest quarterly branch.
- Maintainer: thierry@FreeBSD.org
- Port Added: 2022-05-01 20:15:08
- Last Update: 2025-01-17 21:45:49
- Commit Hash: 0cfcfca
- People watching this port, also watch:: wa-aspell, medit, ittapi, php81-pear, apache-log4j2
- 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 = 1706455334
SHA256 (rJava_1.0-11.tar.gz) = 9ea0ccf5553d86f7de8649a8324766c4f0810f35b7be561640dd87fd37986417
SIZE (rJava_1.0-11.tar.gz) = 634103
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:
-
- R : math/R
- gfortran13 : lang/gcc13
- as : devel/binutils
- Runtime dependencies:
-
- R : math/R
- gfortran13 : lang/gcc13
- java : java/openjdk8
- 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 java
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.0.11 17 Jan 2025 21:45:49 |
Piotr Kubaj (pkubaj) |
devel/R-cran-rJava: fix build on powerpc
Use correct jdk directory. |
1.0.11 31 Dec 2024 08:57:55 |
Muhammad Moinur Rahman (bofh) |
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
USES=java:build,run if NO_BUILD is undefined. Else it defaults to
USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>
Approved by: mat (portmgr), glewis
Differential Revision: https://reviews.freebsd.org/D48201 |
1.0.11 26 Nov 2024 18:22:31 |
Ronald Klop (ronald) |
devel/R-cran-rJava: enable armv7
PR: 282987
Approved by: thierry@ (maintainer) |
1.0.11 28 Jan 2024 15:41:06 |
Thierry Thomas (thierry) |
devel/R-cran-rJava: upgrade to 1.0-11
Changelog at <https://cran.r-project.org/web/packages/rJava/NEWS>
(read 1.0-11, not 1.0-12!). |
1.0.10 03 Dec 2023 10:48:42 |
Thierry Thomas (thierry) |
devel/R-cran-rJava: upgrade to 1.0-10
Changelog at <https://cran.r-project.org/web/packages/rJava/NEWS>. |
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 |