Re: [Rd] legitimate use of :::

2014-05-13 Thread Deepayan Sarkar
On Wed, May 14, 2014 at 12:29 AM, Duncan Murdoch wrote: > On 13/05/2014 12:14 PM, Knut Krueger wrote: >> >> Is there another new solution for this issue? >> especially I would like to use: >> >> utils:::.win32consoleCompletion >> the use of this is suggested in the completion.r file of utils: >> >

[Rd] package compositions removed CRAN. Explain please the output?

2014-05-13 Thread Paul Johnson
I notice compositions was removed on CRAN, that's one I want to try out. I downloaded the last tarball, the build output doesn't look that bad. A warning, no errors. $ R CMD build compositions * checking for file ‘compositions/DESCRIPTION’ ... OK * preparing ‘compositions’: * checking DESCRIPTI

Re: [Rd] legitimate use of :::

2014-05-13 Thread Duncan Murdoch
On 13/05/2014 12:14 PM, Knut Krueger wrote: Is there another new solution for this issue? especially I would like to use: utils:::.win32consoleCompletion the use of this is suggested in the completion.r file of utils: ## test some typical completion attempts library(utils) testLine <- fun

Re: [Rd] legitimate use of :::

2014-05-13 Thread Trevor Davis
On Tue, May 13, 2014 at 9:14 AM, Knut Krueger wrote: > Is there another new solution for this issue? > especially I would like to use: > > utils:::.win32consoleCompletion > the use of this is suggested in the completion.r file of utils: > Besides forking the function (i.e. "copy-and-paste" it) if

Re: [Rd] legitimate use of :::

2014-05-13 Thread Knut Krueger
Is there another new solution for this issue? especially I would like to use: utils:::.win32consoleCompletion the use of this is suggested in the completion.r file of utils: ## test some typical completion attempts library(utils) testLine <- function(line, cursor = nchar(line)) { str(uti

[Rd] --vanilla option for creating cluster nodes

2014-05-13 Thread Richard Cotton
When a PSOCK cluster (maybe other cluster types too) is created by the parallel package, an Rscript process is spawned for each node. At least by default, the Rprofile.site file is read for each node that is created, which can constitute the majority of the time to create a cluster. See: http://