[ESS-bugs] ESS[R] file-remote-p: Wrong type argument: stringp, nil
Rodney Sparapani
rsparapa at mcw.edu
Fri Sep 7 21:18:20 CEST 2012
In *Messages* I'm seeing stuff like...
Eval buffer
file-remote-p: Wrong type argument: stringp, nil
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?
--
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