Skip to content
Prev 34475 / 63424 Next

Specifying (set of random) port numbers for the help HTML server (Was: Re: Fixing html help port in 2.10)

On 17/10/2009 12:08 AM, Henrik Bengtsson wrote:
I've added an option "help.ports" to set this.  It will try your 
specified ports in order; if you want a random selection, permute them 
yourself, e.g.

options(help.ports = sample(6800:6850))

This will make it into 2.10.0.

Duncan Murdoch