.First <- function() {
  cat("\n  Launching Rpad...\n \n")
  require(Rpad)
  cat("\n  Rpad should start in your browser.\n")
  Rpad()
}
