clacker
Group: Members
Posts: 570
Joined: June 2004 |
|
Posted: Mar. 28 2005,02:19 |
|
Quote | In summary, k4nt1 should be able to type at the R-prompt: library(KernSmooth) library(VR) library(boot) library(cluster) library(foreign) library(lattice) library(mgcv) library(nlme) library(rpart) library(survival) and if these R-libraries all load without errors, all is well with r-recommended. I just suspect they will have to be R INSTALLed first. |
I remade the R.tar.gz package. It turns out I needed to apt-get perl, tcl8.3, and tk8.3 to get things in recomended to compile. I tried the above libraries and all but VR loaded. I believe VR compiled, because it failed without perl like I said, but I don't see it when I type library(VR).
It's up to around 15 megs now. demo() now gives you a nice list of the available demos, and the html help is there. I set the R_BROWSER configuration variable so that R would use firefox. It wants java for some of it's help pages, but you should be able to load that extension from the repository. You might need the tcltk, gcc1, and gtk2 extensions for some things, but I did write a working function without it.
Try it out, if you like it it's yours to keep.
|