Doofer
Group: Members
Posts: 12
Joined: Mar. 2005 |
|
Posted: Mar. 18 2005,19:45 |
|
Ah - this is where my unfamiliarity with Debian may be a problem. It depends on what form the libraries are in r-recommended. In a typical linux setup, you'd install R, and if there was an R package/library you needed, you'd dowload the package.tar.gz and, in xterm: R INSTALL package.tar.gz and it would install it (and compile where necessary - some of the libraries are just R syntax, so don't have any compilable code as such). An alternative for a known distro would be to just slot the compiled library into the R lib directory. So if it's got r-recommended in the extension, perhaps it's got eg. foreign_0.8-5.tar.gz in the path, so you in a terminal you type: R INSTALL foreign_0.8-5.tar.gz and it slots it into the right directories, then at the R prompt you type: library(foreign) and no errors are reported...
(Maybe, for convenience, in r-recommended they've just called it foreign.tar.gz)
I'd be happy to give your extension a run-through, if only I knew whereabouts on the damnsmalllinux site it was... and/or how to access it from DSL.
I hope this helps.
|