R/utils.R

Defines functions update_cgr

Documented in update_cgr

# utils.R

#' Update the CGR package
#'
#' This will automatically update the library.
#'
#' @import devtools
#' @export
update_cgr <- function(){
  devtools::install_github("cgr-promising-solutions/cgr")
}
cgr-promising-solutions/cgr documentation built on May 28, 2019, 7:16 p.m.