[Rd] Request: bring back windows chm help support (PR#14034)

2009-11-01 Thread alexios
Full_Name: alex galanos Version: 2.10.0 OS: windows vista Submission from: (NULL) (86.11.78.110) I respectfully request that the chm help support for windows, which was very convenient, be reinstated...couldn't an online poll have been conducted to gauge the support of this format by window's use

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-02 Thread alexios
simple request, which given the presence of a wishlist subdirectory I thought was appropriate to post. Apologies if it came across as such. -Alexios Ghalanos I don't think it's going to come back, because nobody who knows how to bring it back wants to take on the work of maintaini

Re: [Rd] Request: bring back windows chm help support (PR#14034)

2009-11-02 Thread alexios
Duncan Murdoch wrote: On 01/11/2009 5:47 PM, alexios wrote: Peter Ehlers wrote: Duncan Murdoch wrote: On 31/10/2009 6:05 PM, alex...@4dscape.com wrote: Full_Name: alex galanos Version: 2.10.0 OS: windows vista Submission from: (NULL) (86.11.78.110) I respectfully request that the chm help

[Rd] script window background and text color (PR#13446)

2009-01-15 Thread alexios
Full_Name: alexios galanos Version: 2.8.1 OS: windows/vista Submission from: (NULL) (81.100.160.71) While the script editor now respects user preferences for the background color in 2.8.1, it does not do so for the user text color defaulting to black. So my preference of having for example black

[Rd] 'library' or 'require' call to package which was already attached by Depends

2013-09-05 Thread alexios ghalanos
nning certain routines in parallel. Would it be possible to make allowances for this instance of the use of 'library()' or suggest a way to call 'clusterEvalQ' with 'library' without triggering the NOTE? Thanks, Alexios __ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel

Re: [Rd] Parallel computing: how to transmit multiple parameters to a function in parLapply?

2013-12-24 Thread alexios ghalanos
of additional libraries (or source some scripts) then you should also consult “clusterEvalQ”. The makeCluster command (at least in windows via socket) just initializes new R processes which do not know about your functions or variables unless you export those to them. Perhaps a question best suite