Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: how can i install R (the statistical package)

  1. #11
    Join Date
    Oct 2005
    Location
    Wyoming, USA
    Beans
    488
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: how can i install R (the statistical package)

    Quote Originally Posted by towsonu2003 View Post
    the thing is, I was interested in R when I was writing my thesis. then I found out that I cannot use it until I get an R course... at the university I mean.

    So I got stuck with spss and vmware while writing the thesis... wasn't happy...

    R has so much potential. It has so much potential that you can't grasp it (letalone learn it) quickly without a nice GUI that will allow you to "play around". A nice gui with understandable menus, sensible buttons, and a "my user is stupid" attitude

    without such a stupid[me]-oriented gui, it seems to me that only the R-book-readers and R-class-takers will be able to use it, not those who have to "write it now and learn it later".

    ps. cmdr is very nice when compared to tk. but, weirdly, it blocks its developers from writing a gui for R, because they keep saying "hey we have a gui".

    Maybe its just me, but I find Rcmdr more confusing than the cli R interface...
    This looks nothing like my signature...
    My Page

  2. #12
    Join Date
    Sep 2006
    Location
    San Diego
    Beans
    18

    Re: how can i install R (the statistical package)

    Come to think of it, you're right. What I like about the OS X interface for R is not the buttons or drop-downs but the layout -- script on the right, interpreter on the left. That said, I'm working on a script, and I have a question about installing R packages on Linux. How is it done? I downloaded a package called maptools, and it's in my /tmp dir, but how to proceed from there? Any help at all would be appreciated. Tx,
    Phil

  3. #13
    Join Date
    Oct 2005
    Location
    Wyoming, USA
    Beans
    488
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: how can i install R (the statistical package)

    Quote Originally Posted by pstep9407 View Post
    Come to think of it, you're right. What I like about the OS X interface for R is not the buttons or drop-downs but the layout -- script on the right, interpreter on the left. That said, I'm working on a script, and I have a question about installing R packages on Linux. How is it done? I downloaded a package called maptools, and it's in my /tmp dir, but how to proceed from there? Any help at all would be appreciated. Tx,
    Phil
    assuming the downloaded package is called maptools.tar.gz, and is in your /tmp directory, at a terminal, type
    Code:
    sudo R CMD INSTALL /tmp/maptools.tar.gz
    That should take care of it.
    This looks nothing like my signature...
    My Page

Page 2 of 2 FirstFirst 12

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •