search for: r_current_test

Displaying 2 results from an estimated 2 matches for "r_current_test".

Did you mean: current_test
2009 Sep 07
1
Usage of OCaml/R binding.
...ot; > 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 -> string = "string_of_sexp" &gt...
2009 Sep 07
1
Usage of OCaml/R binding.
...ot; > 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 -> string = "string_of_sexp" &gt...