configure.R

#!/bin/env Rscript
version <- read.dcf( "DESCRIPTION" )[, "Version" ]
setwd( "inst/java_src" )

build.properties <- readLines( "build.properties" )
build.properties <- gsub( "@VERSION@" , version, build.properties )

cat( build.properties, file = "build.properties", sep = "\n" )
ant()

Try the RemoteREngine package in your browser

Any scripts or data that you put into this service are public.

RemoteREngine documentation built on May 2, 2019, 5 p.m.