-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.Rmd
42 lines (32 loc) · 1.39 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{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)