readme.md

MNuc package

R package containing tools for bioinformatics.

Installation

Install MNuc package from gitHub

This is the fast way to make package ready for work, however, man pages will not be displayed.

Type in RStudio command line:

library("devtools") 
install_github("suvarzz/MNuc")  

Install MNuc package from downloaded archive.

Complete installation of MNuc package locally on your PC. 1. Download MNuc (MNuc > Clone or download > Download ZIP). 2. Extract from archive, rename if necessary to "MNuc", and place it into the directory of choice (e.g. ~/Projects/MNuc). 3. Install devtools and roxygen2 packages:

install.packages(c(devtools, roxygen2))
  1. Type in RStudio command line:
library("devtools")  
setwd("~/Projects/MNuc/")  
document()  
setwd("~/Projects/")  
install("MNuc")  


suvarzz/MNuc documentation built on Aug. 11, 2019, 6:45 a.m.