Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 820 Bytes

README.md

File metadata and controls

33 lines (18 loc) · 820 Bytes

Build Status

riboR_alpha

R api for ribo files

This is the temporary repository that we will use to develop our R api for ribo files.

Once ready, we can move it to a permanent repository with a cleaner history.

Installation

RiboR requires R version 3.6 or higher.

Note For Linux Users

Install dependencies for devtools. For Ubuntu based distributions, you can use the following command.

sudo apt-get install libcurl4-openssl-dev libssl-dev -y

Install Latest Version From GitHub

  1. Install devtools

install.packages("devtools")

  1. Load the devtools package

library("devtools")

  1. Install RiboR from github

install_github("ribosomeprofiling/ribor_alpha/ribor")