My group is working on an android application which must: -query a database -modify some of the data returned -pass the data to r for some statistical analysis (do a boxcox) -receive the result as a vector
Can this be done with JRI? Is it even possible to utilize R in an android application?