I am trying to install the Gains package in R Studio Version 3.1.2 like this:?install.packages("gains")The following warnings appear:?InternetOpenUrl failed: 'The server name or address could not be resolved'Warning in install.packages :? unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.1Warning in install.packages :? package ?gains? is not available (for R version 3.1.2) Does anyone know how can I fix this?Thanks! [[alternative HTML version deleted]]
Do you have a working internet connection? install.packages("gains") should install it from the mirror you have chosen. Best, Uwe Ligges On 02.01.2015 11:51, Rodica Coderie via R-help wrote:> I am trying to install the Gains package in R Studio Version 3.1.2 like this: install.packages("gains")The following warnings appear: InternetOpenUrl failed: 'The server name or address could not be resolved'Warning in install.packages : unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.1Warning in install.packages : package ?gains? is not available (for R version 3.1.2) > Does anyone know how can I fix this?Thanks! > > [[alternative HTML version deleted]] > > ______________________________________________ > 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. >
Please don't cross post. You have your answer on crossvalidated. --------------------------------------------------------------------------- Jeff Newmiller The ..... ..... Go Live... DCN:<jdnewmil at dcn.davis.ca.us> Basics: ##.#. ##.#. Live Go... Live: OO#.. Dead: OO#.. Playing Research Engineer (Solar/Batteries O.O#. #.O#. with /Software/Embedded Controllers) .OO#. .OO#. rocks...1k --------------------------------------------------------------------------- Sent from my phone. Please excuse my brevity. On January 2, 2015 2:51:19 AM PST, Rodica Coderie via R-help <r-help at r-project.org> wrote:>I am trying to install the Gains package in R Studio Version 3.1.2 like >this:?install.packages("gains")The following warnings >appear:?InternetOpenUrl failed: 'The server name or address could not >be resolved'Warning in install.packages :? unable to access index for >repository >http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/3.1Warning in >install.packages :? package ?gains? is not available (for R version >3.1.2) >Does anyone know how can I fix this?Thanks! > > [[alternative HTML version deleted]] > >______________________________________________ >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.