[ESS-bugs] ESS[R] file-remote-p: Wrong type argument: stringp, nil

Rodney Sparapani rsparapa at mcw.edu
Fri Sep 7 21:39:39 CEST 2012


On 09/07/2012 02:35 PM, Vitalie Spinu wrote:
> I don't see that. Are using ess-remote? Try to toggle the debugger on
> and see what is going on.
>

No, I am not.

>    >  Maybe this is related to the problem that I am having with r5072
>    >  If I do a C-c C-b on the following .R buffer ...
>    >  require(Rcpp)
>    >  require(inline)
>
>    >  str<- '
>    >  NumericVector a=as<NumericVector>(arg1), b=as<NumericVector>(arg2);
>    >  double x= qnorm(a, b, 1.);
>    >  return wrap(x);
>    >  '
>
>    >  check2<- cxxfunction(signature(arg1="numeric", arg2="numeric"), str,
>    >  plugin="Rcpp")
>
>    >  check2(0.5, 0.5)
>
>    >  It runs (at least the first 3 statements do), but it doesn't echo
>    >  anything from the last 2 statements.  Can someone try this too?
>
> I am getting errors on compilations, so check2 is not defined at all
>
>      Vitalie
>

I know.  But, I never get to see the errors.  How should I debug this?

-- 
Rodney Sparapani, PhD  Center for Patient Care and Outcomes Research
Sr. Biostatistician               http://www.mcw.edu/pcor
4 wheels good, 2 wheels better!   Medical College of Wisconsin (MCW)
WWLD?:  What Would Lombardi Do?   Milwaukee, WI, USA



More information about the ESS-bugs mailing list