ant

new R package : ant

September 8, 2009 | romain francois

The ant package has been released to CRAN yesterday. As discussed in previous posts in this blog (here and here), the ant R package provides an R-aware version of the ant build tool from the apache project. The package contains an R script that c... [Read more...]

update on the ant package

September 3, 2009 | romain francois

I have updated the ant package I described yesterday in this blog to add several things Now the R code related to and tasks can either be given as the code attribute or as the text inside the task The R code has acces... [Read more...]

R capable version of ant

September 2, 2009 | romain francois

ant is an amazing build tool. I have been using ant for some time to build the java code that lives inside the src directories of my R packages, see this post for example. The drawbacks of this approach are : that it assumes ant is available on... [Read more...]

Combine R CMD build and junit

August 28, 2009 | romain francois

This is a post in the series Mixing R CMD build and ant. Previous posts have shown how to compile the java code that lives in the src directory of a package and how to document this code using javadoc. This post tackles the problem of unit testin... [Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)