openbsd-ports/math/R/pkg
2021-11-04 07:57:06 +00:00
..
DESCR
PLIST Update to R 4.1.2 2021-11-04 07:57:06 +00:00
README

$OpenBSD: README,v 1.10 2020/05/18 05:26:13 feinerer Exp $

+-----------------------------------------------------------------------
| Running ${PKGSTEM} on OpenBSD
+-----------------------------------------------------------------------

Configuring Java support
========================
To enable Java support, R needs to know where the JVM and the Java
libraries are located.

Running:

# export JAVA_HOME=${LOCALBASE}/jdk-11
# ${TRUEPREFIX}/bin/R CMD javareconf

as root, will update both ${TRUEPREFIX}/lib/R/etc/Makeconf and
${TRUEPREFIX}/lib/R/etc/ldpaths with the right settings.