R/easyml.R

Defines functions onAttach

#' easyml: Easily build and evaluate machine learning models. 
#'
#' @docType package
#' @name easyml
NULL

.onAttach <- function(libname, pkgname) {
  packageStartupMessage("Loaded easyml 0.1.0. Also loading ggplot2.")
  requireNamespace("ggplot2")
}

Try the easyml package in your browser

Any scripts or data that you put into this service are public.

easyml documentation built on June 26, 2017, 9:02 a.m.