R/install_Games.GB.R

Defines functions install_Games.GB

Documented in install_Games.GB

#' Installation - MaJ
#'
#' Installe la dernière version de *Games.GB*
#'
#' @importFrom remotes install_github
#' @export
install_Games.GB <- function(){
  install_github("guiboucher/Games.GB", upgrade = "never")
  .rs.restartR()
  cat("Veuillez fermer et ouvrir de nouveau RStudio.")
}
guiboucher/Games.GB documentation built on May 20, 2020, 3:44 a.m.