zhuk 6e0ede6c0e Update R to 3.2.0, from Ingo Feinerer (new MAINTAINER).
Includes some input from dcoppa@, Rafael Sadowski (old MAINTAINER) and me.
2015-04-29 21:53:43 +00:00
..

$OpenBSD: README,v 1.2 2015/04/29 21:53:43 zhuk Exp $

+-----------------------------------------------------------------------
| Running ${FULLPKGNAME} 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-1.7.0
# ${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.

Customizing package compilation
===============================
Make variables to be used by R packages compiling code at installation time
can be customized via ~/.R/Makevars:

CFLAGS=-I${LOCALBASE}/include
LDFLAGS=-L${LOCALBASE}/lib