lares

Lean Analytics and Robust Exploration Sidekick

R-CMD-check CRAN_Status_Badge docs CodeFactor


lares is an R package designed to automate, improve, and accelerate everyday analytics and machine learning tasks. It offers a wide variety of functions grouped in families for:

Tip: See all available functions and documentation here or type ?lares:: in RStudio to explore interactively.


Installation

# CRAN VERSION
install.packages("lares")

# DEV VERSION (latest updates)
# If you don't have remotes installed yet, run: install.packages('remotes')
remotes::install_github("laresbernardo/lares")
# For a full installation with recommended dependencies:
remotes::install_github("laresbernardo/lares", dependencies = TRUE)

Windows users: You may need to install RTools to build the dev version.


Read about lares in action!


AutoML Map (lares)

Getting Started & Help