[Remoterengine-devel] directory structure change

Romain Francois romain.francois at dbmail.com
Mon Sep 7 11:28:10 CEST 2009


On 09/07/2009 08:27 AM, Romain Francois wrote:
>
> 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

Forgot to mention, I've added the dependency on my ant R package, which 
should be released to CRAN very soon (today or tomorrow), but in the 
meantime, you can install it from source from r-forge :

$ svn checkout svn://svn.r-forge.r-project.org/svnroot/orchestra/pkg/ant
$ R CMD build ant
# R CMD INSTALL --clean ant_0.0-5.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