Hi list Recently, when starting up RStudio, the following warning is being displayed: "Error in tools:::httpdPort <= 0L : comparison (4) is possible only for atomic and list types" I think that this is specific to RStudio because starting R in a terminal window doesn't produce this message. Does anyone have an idea on how to clear the conditions that are giving rise to this warning? Many thanks Sun
Warning message when starting RStudio
4 messages · Berend Hasselman, Albin Blaschka, Sun Shine
On 23-04-2015, at 08:45, Sun Shine <phaedrusv at gmail.com> wrote: Hi list Recently, when starting up RStudio, the following warning is being displayed: "Error in tools:::httpdPort <= 0L : comparison (4) is possible only for atomic and list types" I think that this is specific to RStudio because starting R in a terminal window doesn't produce this message. Does anyone have an idea on how to clear the conditions that are giving rise to this warning?
Not me. But this doesn?t belong here. You should post on a Rstudio forum. Berend
Many thanks Sun
______________________________________________ R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
Hello Am 23.04.2015 um 09:57 schrieb Berend Hasselman:
On 23-04-2015, at 08:45, Sun Shine <phaedrusv at gmail.com> wrote: Hi list Recently, when starting up RStudio, the following warning is being displayed: "Error in tools:::httpdPort <= 0L : comparison (4) is possible only for atomic and list types" I think that this is specific to RStudio because starting R in a terminal window doesn't produce this message. Does anyone have an idea on how to clear the conditions that are giving rise to this warning?
Upgrade R-Studio, it is a problem in the interaction between R and R-Studio, which was solved with the new version of R-Studio... I had the same problem... HTH, Albin
| Dr.rer.nat. Albin Blaschka | Etrichstrasse 26, A-5020 Salzburg | * www.albinblaschka.info * | * www.researchgate.net/profile/Albin_Blaschka * | - It's hard to live in the mountains, hard but not hopeless!
On 23/04/15 13:41, Albin Blaschka wrote:
Hello Am 23.04.2015 um 09:57 schrieb Berend Hasselman:
On 23-04-2015, at 08:45, Sun Shine <phaedrusv at gmail.com> wrote: Hi list Recently, when starting up RStudio, the following warning is being displayed: "Error in tools:::httpdPort <= 0L : comparison (4) is possible only for atomic and list types" I think that this is specific to RStudio because starting R in a terminal window doesn't produce this message. Does anyone have an idea on how to clear the conditions that are giving rise to this warning?
Upgrade R-Studio, it is a problem in the interaction between R and R-Studio, which was solved with the new version of R-Studio... I had the same problem... HTH, Albin
Hi Albin That did help - thanks so much! Cheers Sun