Vignettes/RMPB.R

## ---- eval=FALSE , echo=T------------------------------------------------
#  
#  install.packages("RMPB")  # install it first
#  
#  library(RMPB)             # load the package
#  

## ---- eval=FALSE, echo=TRUE----------------------------------------------
#  install.packages("devtools")  # install the devtools package if you have not done it before.
#  
#  library(devtools)            # load the package devtools
#  
#  # to install the RMPB from my github acount ("henok535/RMPB")
#  
#  install_github("henok535/RMPB")
#  
#  library(RMPB)
#  
#  # Well come to RMPB package. It is now ready for use!
#  
henok535/RMPB documentation built on May 17, 2019, 11:08 a.m.