r - Set default port number in HTML help -


well, title quite self-explanatory... possible set default port number r's html help? each time start html help, port number gets changed.

from help(startdynamichelp):

details:

 function starts internal http server, runs on  loopback interface (‘127.0.0.1’).  if ‘options("help.ports")’  set vector of integer values, ‘startdynamichelp’ try  ports in order; otherwise, tries 10 random ports  find 1 not in use.  can disabled setting  environment variable ‘r_disable_httpd’ non-empty value. 

so looks can try override via options("help.ports"), appropriately set. randomization appears feature.


Comments

Popular posts from this blog

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -