R/install_source.R

Defines functions install_source

Documented in install_source

#' install_source
#'
#' @param x
#'
#' @return
#' @export
#'
#' @examples
install_source = function(x) {
  install.packages(x, repos = NULL, type = "source")
}
itsaquestion/MyUtils documentation built on Aug. 25, 2019, 9:46 p.m.