Displaying 2 results from an estimated 2 matches for "current_test".
Did you mean:
current_last
2009 Sep 07
1
Usage of OCaml/R binding.
...-> sexp = "r_sexp_of_symbol"
> external set_var : symbol -> sexp -> unit = "r_set_var"
> external r_print_value : sexp -> unit = "r_print_value"
> external exec : string -> arg array -> unit = "r_exec"
> external current_test : unit -> unit = "r_current_test"
> external to_bool : sexp -> bool = "bool_of_sexp"
> external to_int : sexp -> int = "int_of_sexp"
> external to_float : sexp -> float = "float_of_sexp"
> external to_string : sexp ->...
2009 Sep 07
1
Usage of OCaml/R binding.
...-> sexp = "r_sexp_of_symbol"
> external set_var : symbol -> sexp -> unit = "r_set_var"
> external r_print_value : sexp -> unit = "r_print_value"
> external exec : string -> arg array -> unit = "r_exec"
> external current_test : unit -> unit = "r_current_test"
> external to_bool : sexp -> bool = "bool_of_sexp"
> external to_int : sexp -> int = "int_of_sexp"
> external to_float : sexp -> float = "float_of_sexp"
> external to_string : sexp ->...