#' 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.")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.