I have Windows XP and I wanted to upgrade my RStudio version to the latest. When I did it, I installed a version which didn't support XP and it didn't work. I uninstalled it and install the 0.98.1103 version of RStudio. But I have this message when running it or writing something related to internet.
R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-w64-mingw32/x64 (64-bit)
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.
R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.
Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.
Error in tools::startDynamicHelp() : internet routines cannot be loaded
In addition: Warning message:
R graphics engine version 11 is not supported by this version of RStudio.
The Plots tab will be disabled until a newer version of RStudio is installed.
When I do ?help
I get starting httpd help server ...Error in startDynamicHelp(TRUE) : internet routines cannot be loaded
.
Sorry for my english... but how can I fix this?
Thanks a lot :)