Hi Dirk, |> > library(foreign) |> |> head(read.octave) | I started with R this week and didn't know that I've to use "libray()". With that command it worked as expected.
|Could it be that you are confusing presence of a source file in the source |package -- which is of course still there in the _source_ -- with the |'parsed' file that is ready to run in the installed package? It is also there |but as a _function_ read.octave and not as a source file read.octave.R: | Yes, I thougt R locates its libraries like octave in runtime, since I got it working by copying "octave.R" for the cran source into my current working directory. I was confused by the non-exsistence of that file in the debian package. Sorry! Thank you for your hint and wish you much fun at the R conference. Tobias -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

