* Interface to the rest of the Java world. This class supports the registration of Java methods as R functions.
**/
public class Interop {
public static void initialize() {
register(new Invokable() {
public String name() {
return "jan";
}
public String[] parameters() {