package ocaml-r

  1. Overview
  2. Docs

Source file OCamlR_methods.ml

1
2
3
4
5
6
7
8
9
10
11
12
13
open 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
OCaml

Innovation. Community. Security.