Na.Ebrahimi
2010-Jul-22 06:30 UTC
[R] please help me for this Error: cannot listen to TCP port 15259
hi, I get an Error when I try to run function "help" in R, it says "starting httpd help server ...Error: cannot listen to TCP port 15259" I would be so glad if you help me [[alternative HTML version deleted]]
Allan Engelhardt
2010-Jul-22 08:45 UTC
[R] please help me for this Error: cannot listen to TCP port 15259
The short-term work-around is probably to use the help_type= argument to
help, e.g.
help("help", help_type="text")
Hope this helps a little.
Allan
On 22/07/10 07:30, Na.Ebrahimi wrote:> hi,
> I get an Error when I try to run function "help" in R,
> it says
> "starting httpd help server ...Error: cannot listen to TCP port
15259"
> I would be so glad if you help me
>
>