[Remoterengine-devel] directory structure change
Romain Francois
romain.francois at dbmail.com
Mon Sep 7 08:27:44 CEST 2009
Hello,
Last night, I changed the directory structure so that instead of using
the src directory and a Makefile, I am now using a configure script at
the root of the package. This guarantees the call to ant is only
executed once. "src" is really only for compiled code that is linked
__directly__ to R, we do it indirectly via JRI.
Consequently, I have moved the java source into the inst/java_src
directory.
All else should be the same:
to build:
$ R CMD build RemoteREngine
to install
# R CMD INSTALL RemoteREngine_0.0-4.tar.gz
Romain
--
Romain Francois
Professional R Enthusiast
+33(0) 6 28 91 30 30
http://romainfrancois.blog.free.fr
|- http://tr.im/xMdt : update on the ant package
|- http://tr.im/xHLs : R capable version of ant
`- http://tr.im/xHiZ : Tip: get java home from R with rJava
More information about the Remoterengine-devel
mailing list