[Rd] How can I list unregistered routines from loaded DLLs?

2007-09-22 Thread Shaw, Jason
Hi, I want to load DLLs that have been compiled in C or C++ (using dyn.load), and then get a list of all routines contained in that DLL. getRegisteredRoutines doesn't work, because the routines have not been registered. It's a catch-22 because I can't (so far as I can see) register the routines w

Re: [Rd] How can I list unregistered routines from loaded DLLs?

2007-09-22 Thread Duncan Murdoch
Shaw, Jason wrote: > Hi, > > I want to load DLLs that have been compiled in C or C++ (using > dyn.load), and then get a list of all routines contained in that DLL. > getRegisteredRoutines doesn't work, because the routines have not been > registered. It's a catch-22 because I can't (so far as I ca

[Rd] html help fails for named vector objects (PR#9927)

2007-09-22 Thread John . Maindonald
help(letters, htmlhelp=TRUE) fails. Under the Mac OSX gui, the message is 'Help for the topic "a" was not found.' Under the version documented below, and under Windows, the message is "No documentation for 'a' in specified packages and libraries:" repeated for all the elements of letter