2010-09-29 2 views

ответ

5

От help(startDynamicHelp):

Детали:

This function starts the internal HTTP server, which runs on the 
loopback interface (‘127.0.0.1’). If ‘options("help.ports")’ is 
set to a vector of integer values, ‘startDynamicHelp’ will try 
those ports in order; otherwise, it tries up to 10 random ports to 
find one not in use. It can be disabled by setting the 
environment variable ‘R_DISABLE_HTTPD’ to a non-empty value. 

Так это выглядит, как вы можете попытаться изменить его с помощью options("help.ports"), надлежащим образом установить. Рандомизация представляется особенностью.

+0

Sublime ответ! Большое спасибо! – aL3xa