An open API service indexing awesome lists of open source software.

https://github.com/rsquaredacademy/r2academy

Easily install and load all Rsquared Academy R packages.
https://github.com/rsquaredacademy/r2academy

inferential-statistics logistic-regression ols-regression rfm-analysis summary-statistics

Last synced: over 1 year ago
JSON representation

Easily install and load all Rsquared Academy R packages.

Awesome Lists containing this project

README

          

---
output: github_document
---

```{r setup, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# r2academy

> Easily install and load all Rsquared Academy packages in a single command.

[![CRAN_Status_Badge](http://www.r-pkg.org/badges/version/r2academy)](https://cran.r-project.org/package=r2academy)
[![Travis-CI Build Status](https://travis-ci.org/rsquaredacademy/r2academy.svg?branch=master)](https://travis-ci.org/rsquaredacademy/r2academy) [![AppVeyor Build Status](https://ci.appveyor.com/api/projects/status/github/rsquaredacademy/r2academy?branch=master&svg=true)](https://ci.appveyor.com/project/rsquaredacademy/r2academy)
![](https://img.shields.io/badge/lifecycle-experimental-orange.svg)

## Installation

``` r
# Install development version from GitHub
# install.packages("devtools")
devtools::install_github("rsquaredacademy/r2academy")
```

## Usage

`library(r2academy)` will load the following packages:

- [olsrr](https://olsrr.rsquaredacademy.com)
- [rfm](https://rfm.rsquaredacademy.com)
- [descriptr](https://descriptr.rsquaredacademy.com)
- [blorr](https://blorr.rsquaredacademy.com)
- [inferr](https://inferr.rsquaredacademy.com)
- [vistributions](https://vistributions.rsquaredacademy.com)
- [rbin](https://rbin.rsquaredacademy.com)