1 Oct 2011 11:10
Re: r-autoyas not working: "Namespace: `nil'"
Hofert Jan Marius <marius.hofert <at> math.ethz.ch>
2011-10-01 09:10:13 GMT
2011-10-01 09:10:13 GMT
> In a R process, could you type "pnorm" When I do this, I get
>
> > pnorm
> function (q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)
> .Internal(pnorm(q, mean, sd, lower.tail, log.p))
> <environment: namespace:stats>
>
> Which allows R-autoyas to guess this function is in a prebuilt package.
>
> Could you tell me what you get?
Dear Matt,
thanks for your help and sorry for the very late response.
I get the same output as you:
function (q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)
.Internal(pnorm(q, mean, sd, lower.tail, log.p))
<environment: namespace:stats>
>
> In the interim, you could customize `r-autoyas-expand-package-functions-only' to nil.
I tried this and started Aquamacs again (C-h v r-autoyas-expand-package-functions-only now shows nil),
but it did not change the behavior when I type in "pnorm" and press TAB.
Do you have any ideas what is going wrong?
If I type in "pnorm(" and hit TAB, I get the following in a split buffer:
(Continue reading)
RSS Feed