On 13-04-16 7:20 AM, Adrian Trapletti wrote:
Dear All,

Are there any plans around that "R CMD INSTALL
some_package_containing_java_source code" supports Java source code
compiling in future versions of R similar to compiling C/C++ and/or
Fortran sources in the src directory?

None that I know of. You can do it already (using your own Makevars or Makefile) but you will run into trouble on systems that don't have the Java compiler installed, e.g. Windows systems typically don't.

Duncan Murdoch

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to