Displaying 2 results from an estimated 2 matches for "lirbary".
Did you mean:
library
2008 Jul 14
0
rgl.snapshot on linux produces colored lines only
I'm having a problem with rgl.snapshot. If I run the following code *once* and *once only*, all is well.
data(trees)
attach(trees)
plot3d(Height, Girth, Volume, type='s')
rgl.snapshot("/home/user/pic.png", fmt="png", top=TRUE )
And the pic.png looks right. But if I try to rerun rgl.snapshot anytime again in this session, the file pic.png still outputs but is
2011 Jul 04
0
R hangs. Uninstall/reinstall seems insufficient.
...en I came back in the morning, I had a message saying something to
the effect of a large number of packages (dependencies) were not able
to be installed. Other than that, all seemed fine.
I can run codes and generally use R normally.
However, if I misspell anything in the console, e.g. type
"lirbary(xx)"...anything that would tell me such and such doesn't
exist, it hangs indefinitely. I have to force quit.
I tried uninstalling it and installing it again. I tried uninstalling
it and installing a more recent build from http://r.research.att.com/
I tried uninstalling it and re-installi...