R/install_crender.R

Defines functions install_crender

install_crender <- function(){
  tryCatch(
    do.call(library, list("remotes")),
    error = function(e){
      utils::install.packages('remotes')
      }
    )
  do.call(what = `::`, args = list("remotes", "install_github"))("drdsdaniel/crender")
}
drdsdaniel/Rmdx documentation built on Nov. 8, 2021, 2:39 a.m.