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.
RiboR requires R version 3.6 or higher.
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 devtools
install.packages("devtools")
- Load the devtools package
library("devtools")
- Install RiboR from github
install_github("ribosomeprofiling/ribor_alpha/ribor")