NEWS | R Documentation |
NEWS file reworked to use the new Rd format.
Temporary data are now saved in SciViews:TempEnv environment (was TempEnv), and one thus needs s svMisc >= 0.9-68.
If the Http server is not started, .onUnload()
failed in
tools::startDynamicHelp(FALSE)
. Fixed.
Functions to manage the SciViews HTTP server have been moved from svGUI 0.9-51 to here.
The SciViews HTTP server was broken under R 2.13.0 because of wrong arguments in the function called by HTTP clients. Fixed now.
The SciViews HTTP server cannot accept very long instructions (they are truncated). In such a case, write the instructions in a file instead and pass /codeSOURCE=<filepath> as message. Note that the temporary file is deleted by the HTTP server after use. The maximum length of the request is perhaps different from one to the other system (I had little problems on Mac OS X). It is probably safe to use a file if argument is more than 100 characters long. Note that encoding for this temporary file is assumed to be UTF-8!
For additional changes in the Http server in svGUI up to version 0.9-51, see its corresponding
NEWSfile.