Seqanswers Leaderboard Ad

Collapse

Announcement

Collapse
No announcement yet.
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Installing R in ubuntu

    Hi everyone!
    I need to install R for using the cummeRbund package.
    When I try to install it through apt-get the R version installed is too old for some dependencies of cummeRbund.
    Even after I tryed do update the apt-get the R version isn't new enough.
    So I downloaded the R version from R website in a gz file and I guess that there's something else that I need to do besides decompressing it.
    Can anyone tell what I need to do with my "R-3.2.2.tar.gz" file?
    Since now, thanks!

  • #2
    Code:
    tar xzvf R-3.2.2.tar.gz
    cd  R-3.2.2
    configure 
    make 
    make check
    sudo make install
    sudo	make install-info
    sudo	make install-pdf
    Or, something along those lines.
    After uncompressing the file, you can just read the file INSTALL for the full instructions.
    You can just run configure and make if you don't want a system wide installation.
    The R executable will then be in the bin subfolder.

    Code:
    tar xzvf R-3.2.2.tar.gz
    cd  R-3.2.2
    configure 
    make 
    bin/R
    Last edited by blancha; 12-05-2015, 08:25 PM.

    Comment


    • #3
      You might find the packaged version easier, since it will also get updates via apt-get:

      R is a popular open source programming language that specializes in statistical computing and graphics. It is widely used by statisticians for developing st…

      Comment

      Latest Articles

      Collapse

      • seqadmin
        Essential Discoveries and Tools in Epitranscriptomics
        by seqadmin




        The field of epigenetics has traditionally concentrated more on DNA and how changes like methylation and phosphorylation of histones impact gene expression and regulation. However, our increased understanding of RNA modifications and their importance in cellular processes has led to a rise in epitranscriptomics research. “Epitranscriptomics brings together the concepts of epigenetics and gene expression,” explained Adrien Leger, PhD, Principal Research Scientist...
        04-22-2024, 07:01 AM
      • seqadmin
        Current Approaches to Protein Sequencing
        by seqadmin


        Proteins are often described as the workhorses of the cell, and identifying their sequences is key to understanding their role in biological processes and disease. Currently, the most common technique used to determine protein sequences is mass spectrometry. While still a valuable tool, mass spectrometry faces several limitations and requires a highly experienced scientist familiar with the equipment to operate it. Additionally, other proteomic methods, like affinity assays, are constrained...
        04-04-2024, 04:25 PM

      ad_right_rmr

      Collapse

      News

      Collapse

      Topics Statistics Last Post
      Started by seqadmin, 04-11-2024, 12:08 PM
      0 responses
      59 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 10:19 PM
      0 responses
      57 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-10-2024, 09:21 AM
      0 responses
      51 views
      0 likes
      Last Post seqadmin  
      Started by seqadmin, 04-04-2024, 09:00 AM
      0 responses
      56 views
      0 likes
      Last Post seqadmin  
      Working...
      X