R/update_RIGplotbiopax.R

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