Biological Magnetic Resonance Data BankA Repository for Data from NMR Spectroscopy on Proteins, Peptides, Nucleic Acids, and other Biomolecules |
Member of |
RBMRB version 2.0.2 is available in CRAN archive and it can be installed using the following command.
install.packages("RBMRB")
This will automatically install all the dependencies. Please make sure all the dependencies are installed corretly otherwise, you will get error messages during runtime.
RBMRB library has been developed and tested in R version 3.3.x. It requires the following R packages preinstalled
Please make sure that the correct version of the above packages are already installed.
Here is the instruction to install those packages. Open your R and use the following command
install.packages(c("httr","data.table","rjson","ggplot2","plotly"))
Once the necessary packages have been installed, proceed with RMRBM installation. The source file can be downloaded from GitHub
After downloading the source file, use the following command to install RBMRB
install.packages("~/Downloads/RBMRB_2.0.tar.gz",repos=NULL,type="source")
Note: provide the correct path to the downloaded file.
If you have devtools library installed in your R, then you can install the development version directly from GitHub.
library(devtools)
install_github("uwbmrb/RBMRB/RBMRB")