R/update_RIGconvertbiopax.R

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