search for: eval_string

Displaying 1 result from an estimated 1 matches for "eval_string".

Did you mean: dial_string
2010 Jan 07
1
Segfault in GetNewPage, memory.c.
...antmod)". The R interpreter is already up an running when we execute this R command. I wish to point out that this same piece of code works fine in OCaml bytecode, which sorts of implies that my C glue is rather OK. From source code, the execution goes this way: > let () = ignore (R.eval_string "require(quantmod)") We're simply trying to evaluate the "require(quantmod)" string in R. > let eval_string s = eval_langsxp (parse_sexp s) eval_string calls > external parse_sexp : string -> sexp = "parse_sexp" which access the C glue code wrapping R...