narendarreddy kalam
2011-Nov-29 11:03 UTC
[R] problem during installing bayesQR package for R 2.14 version
I typed the following command *install.packages('bayesQR')'* to install bayesQR(my R version is 2.14) i am encountered the following error. Installing package(s) into ?C:/Users/knreddy.IDRBTVM/Documents/R/win-library/2.14? (as ?lib? is unspecified) Warning: unable to access index for repository http://essrc.hyogo-u.ac.jp/cran/bin/windows/contrib/2.14 Warning: unable to access index for repository http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.14 Warning message: In getDependencies(pkgs, dependencies, available, lib) : package ?bayesQR? is not available (for R version 2.14.0) pls reply me as early as possible. and also can i know i amable to access the bayesQR code.tell me the link to access the same.. THANKS IN ADVANCE. With regards Kalam Narendar Reddy Masters in Technology, University Of hyderabad. -- View this message in context: http://r.789695.n4.nabble.com/problem-during-installing-bayesQR-package-for-R-2-14-version-tp4118755p4118755.html Sent from the R help mailing list archive at Nabble.com.
R. Michael Weylandt
2011-Nov-29 11:27 UTC
[R] problem during installing bayesQR package for R 2.14 version
You can try downloading from the CRAN master (either a pre-packaged binary or source code). There's fortran code you might need to compile if you can't get the binary to work but it should be ok. http://cran.r-project.org/web/packages/bayesQR/index.html Michael On Tue, Nov 29, 2011 at 6:03 AM, narendarreddy kalam <narendarcse007 at gmail.com> wrote:> I typed the following command > *install.packages('bayesQR')'* > to install bayesQR(my R version is 2.14) > ?i am encountered the following error. > Installing package(s) into > ?C:/Users/knreddy.IDRBTVM/Documents/R/win-library/2.14? > (as ?lib? is unspecified) > Warning: unable to access index for repository > http://essrc.hyogo-u.ac.jp/cran/bin/windows/contrib/2.14 > Warning: unable to access index for repository > http://www.stats.ox.ac.uk/pub/RWin/bin/windows/contrib/2.14 > Warning message: > In getDependencies(pkgs, dependencies, available, lib) : > ?package ?bayesQR? is not available (for R version 2.14.0) > pls reply me as early as possible. > and also can i know ?i amable to access the bayesQR code.tell me the link to > access the same.. > THANKS IN ADVANCE. > With regards > Kalam Narendar Reddy > Masters in Technology, > University Of hyderabad. > > -- > View this message in context: http://r.789695.n4.nabble.com/problem-during-installing-bayesQR-package-for-R-2-14-version-tp4118755p4118755.html > Sent from the R help mailing list archive at Nabble.com. > > ______________________________________________ > R-help at r-project.org mailing list > 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. >
R. Michael Weylandt
2011-Nov-29 12:14 UTC
[R] problem during installing bayesQR package for R 2.14 version
Please cc the general list in your replies. I'm not a Windows expert and there are many on this list who know far more about that OS than I and can handle your question far more ably. As I said I'm not a Windows expert so you may wish to consult the R-Windows FAQ and the R Admin & Installation Manuals (both easily google-able) and take the following with a grain of salt, but you can usually install a binary directly with the install.packages() command setting repos = NULL and putting the file-path as the primary argument. E.g., on my Mac this works to install xts remove.packages("xts") library(xts) # Throws error as desired setwd("~/Downloads") install.packages("xts_0.8-2.tgz", repos = NULL) library(xts) # Success! If you downloaded a binary don't worry about compiling the Fortran code: it comes pre-compiled. Michael On Tue, Nov 29, 2011 at 6:46 AM, kalam narendar reddy <narendarcse007 at gmail.com> wrote:> thnak u sir for revert back quickly. > sir what i have to do now i have downloaded the windows Binary file. > what is the next step i have to follow. > please help me in this regard. > if fortran code is there for bayesian quantile rgression in which directory > it is. > My os is windows07 > Thanks In advance > With Regards > Kalam Narendar Reddy >
John C Frain
2011-Nov-30 18:35 UTC
[R] problem during installing bayesQR package for R 2.14 version
1. Start R (as administrator i.e. right click on the R icon on your desktop and select run as administrator). 2 Select Packages form menu bar 3 Select Install package(s) from local zip files.. and negotiate to your zip file. When you want to use the package you must enter library(bayesQR) I would strongly recomment that you read section 4 of the windows FAQ. This provides a lot of solutions to various problems that occur when one tries to install packages. This explains, in particular, how to install packages on systems where you do not have full admin rights. Best Regads John On 30 November 2011 05:31, kalam narendar reddy <narendarcse007 at gmail.com> wrote:> @John > hello sir, > i have R 2.14 version.and i have downloaded bayesQR package zip file as u > said?from following > link > http:// http://cran.r-project.org/web/packages/bayesQR/index.ht ml > my OS is Windows7.i have downloaded? Windows binary:??? bayesQR_1.3.zip file > from above link.I am new to R. > > So please tell me what is the next step i have to do inorder to install the > bayesQR package.pls reply? me as quickly as possible.i am not getting the > what the R manual for package installation for windows ?is a > thanks in advance > ??? with regards > *Kalam Narendar Reddy,* > Masters In technology, > University Of HYderabad,-- John C Frain Economics Department Trinity College Dublin Dublin 2 Ireland www.tcd.ie/Economics/staff/frainj/home.html mailto:frainj at tcd.ie mailto:frainj at gmail.com