Hello,

I have some additional questions:

I tried the following R-commands inside RDump():

search()
should output attached packages

(.packages())
print(.packages())
Neither (.packages()), nor print(.packages()) work. They should output the attached packages [ '.packages()' won't print anything, you need either (.packages()) or print(.packages()) for this.]

.packages(all=TRUE)
should output all *installed packages*

Neither of these commands did work inside RDump!

Does this relate to the way Rserve connects to R or is this a coding problem? sessionInfo() seems to work correctly and to report the packages. I tried therefore: (inside RDump)
library("coin")
=> attaches the package 'coin' (needs to be installed on the machine)
sessionInfo()
=> package 'coin' is displayed (together with the base and helper-packages).

So, I do NOT believe that this is an Rserve issue.

I insist on implementing debugging functions and working these issues out, because this will ease future development.

Sincerely,

Leonard

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to