Skip to content

Instantly share code, notes, and snippets.

View eibanez's full-sized avatar

Eduardo Ibanez eibanez

  • GE Energy Consulting
  • United States
View GitHub Profile
#' Release an R package to our local repository on ourserver
#'
#' from where it can then be installed (without this package) by
#' install.packages(pkg,repos='http://ourserver.com/R',type='source')
#'
#' Modified from release function in devtools.
#' @param pkg package description see \link[devtools]{release}
#' @param check if TRUE, run checking, otherwise omit it. This is useful if
#' you've just checked your package and you're ready to release it.
#' @param user defaults to myuser