Re: [R] installing a package in linux

2010-05-05 Thread Vojtěch Zeisek
There are a lot of R packages available in Ubuntu's repositories. Just search for R-* or r-cran-* within Your favorite package manager. It it the easiest way. :-) Best regards, Vojtěch Zeisek Dne St 5. května 2010 17:03:22 Tengfei Yin napsal(a): > Hi > > The weird part in this case is that, if

Re: [R] installing a package in linux

2010-05-05 Thread Tengfei Yin
Hi The weird part in this case is that, if you didn't run sudo R, and install the package, it will create a library in your home directory, you should also be able to use the package next time. Regards Tengfei On Wed, May 5, 2010 at 1:53 AM, Ruihong Huang < ruihong.busin...@googlemail.com> wrot

Re: [R] installing a package in linux

2010-05-05 Thread Ruihong Huang
On 05/05/2010 02:44 AM, Tengfei Yin wrote: Hi R basic packages always works fine in my laptop (also ubuntu), you don't need to reinstall anything once you installed the package, did you do that in your terminal like $R (enter R session) install.packages('package name') q() then every

Re: [R] installing a package in linux

2010-05-04 Thread Tengfei Yin
Hi R basic packages always works fine in my laptop (also ubuntu), you don't need to reinstall anything once you installed the package, did you do that in your terminal like $R (enter R session) >install.packages('package name') >q() then everytime you enter the R session, you just library('packag

[R] installing a package in linux

2010-05-04 Thread Fahim Md
I recently started using ubuntu 9.10 and I am using gedit editor and R plugin for writing R code. To install any package I need to do: $ install.packages() //window pop-up for mirror selection //then another window pop up for package selection. After this as long as I am not exiting, the function