R/update_RIGbiopax.R

update_RIGbiopax<-
  function(){
    #' @export
    #' @title
    #' Update RIGbiopax from GitHub
    #' @description 
    #' Updates the package. It may be necessary to restart the R session after the update.
    
    #' @author 
    #' Ivan Grishagin
    
    
    unloadNamespace(ns = "RIGbiopax")
    devtools::install_github("grishagin/RIGbiopax")
  }
grishagin/RIGbiopax documentation built on May 24, 2019, 1:33 a.m.