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.
- Host: GitHub
- URL: https://github.com/rsquaredacademy/r2academy
- Owner: rsquaredacademy
- License: other
- Created: 2018-10-08T16:51:00.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-08T07:14:12.000Z (over 7 years ago)
- Last Synced: 2025-02-12T11:17:11.506Z (over 1 year ago)
- Topics: inferential-statistics, logistic-regression, ols-regression, rfm-analysis, summary-statistics
- Language: R
- Homepage: https://pkgs.rsquaredacademy.com
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- Changelog: NEWS.md
- License: LICENSE
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.
[](https://cran.r-project.org/package=r2academy)
[](https://travis-ci.org/rsquaredacademy/r2academy) [](https://ci.appveyor.com/project/rsquaredacademy/r2academy)

## 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)