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:
>>
>
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
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
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
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
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://