Displaying 1 result from an estimated 1 matches for "r_eval_sxp".
2009 Nov 26
0
Symbols, install, and eval.
...= <abstr>
While evaluating z fails. (ml_eval is a an OCaml function mimicking the
eval function of eval.c).
> # R.Raw.eval_langsxp z;;
> Erreur dans function (object, ...) :
> function g?n?rique incorrecte dans 'UseMethod'
> Exception: Failure "OCaml-R error in r_eval_sxp C stub.".
> # ml_eval z;;
> Erreur : impossible de trouver la fonction "???"
> /bin/sh: line 1: 15884 Erreur de segmentation ocaml
So I was wondering if someone could give some advice on what I am doing
wrong when building z. Here's the structure of x (parser-generate...