OCamlR_methods.ml1 2 3 4 5 6 7 8 9 10 11 12 13open OCamlR let () = ignore (eval_string "require(methods, quietly=TRUE)") module Stub = struct (* Information about the content of R standard library: * http://stat.ethz.ch/R-manual/R-patched/doc/html/packages.html *) (* Information about the R methods package: * http://stat.ethz.ch/R-manual/R-devel/library/methods/html/00Index.html *) end