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
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
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
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
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
5 matches
Mail list logo