Displaying 4 results from an estimated 4 matches for "22error".
Did you mean:
20error
2009 Oct 19
3
"Error: object 'cloud' not found"
...lattice")
But (after successfully installing from the Berkeley mirror), R insists it
cannot find the cloud function, part of the lattice package:
> cloud
Error: object 'cloud' not found
What did I do wrong?
Thanks!
PT
--
View this message in context: http://www.nabble.com/%22Error%3A-object-%27cloud%27-not-found%22-tp25952117p25952117.html
Sent from the R help mailing list archive at Nabble.com.
2009 May 21
1
"Error: C stack usage is too close to the limit" (can't understand explanations of how to fix this)
...ses when
it starts up?
I can't find the answer anywhere. Please note that I don't understand words
like "DLL" or "embed", and I don't understand how R works at any deep level.
I am using R 2.8.1 on Windows XP.
--
View this message in context: http://www.nabble.com/%22Error%3A-C-stack-usage-is-too-close-to-the-limit%22-%28can%27t-understand-explanations-of-how-to-fix-this%29-tp23650518p23650518.html
Sent from the R help mailing list archive at Nabble.com.
2008 Aug 28
1
"error using packet 1"
...ution = function(p)
qweibull(p,beta,alpha))
panel.qqmath(x, y)
},
layout = c( 1,1), aspect = 0.8,
xlab = "Unit Weibull Quantile", ylab = "D"
)
Thanks for your regard,
Giovanni
--
View this message in context: http://www.nabble.com/%22error-using-packet-1%22-tp19197960p19197960.html
Sent from the R devel mailing list archive at Nabble.com.
2008 Oct 02
2
error message documentation: "Error: no function to return from, jumping to top level"
Dear R Users,
Are error messages in R documented somewhere ? I am getting the following
error message and would like to track down what it means and which
specific routine triggers it:
Error: no function to return from, jumping to top level
Once I figure out which snippet of code triggers it, I can submit to the
list a working example in case I cannot get to the bottom of the problem