R/update_fosteR.R

##---------------------------------------------------------------------------------##
##                                Automatic update                                 ##
##---------------------------------------------------------------------------------##

#' Automatic update function
#'
#' @export
#' @examples update_fosteR()



update_fosteR <- function(force = FALSE){
  library(devtools)
  install_github("JohnRFoster/fosteR",force = force)
}
JohnRFoster/fosteR documentation built on May 9, 2019, 3:25 a.m.