Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcaseb committed Mar 31, 2021
1 parent 6e386ff commit 152fae0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
12 changes: 7 additions & 5 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ knitr::opts_chunk$set(
# **nflseedR** <img src='man/figures/logo.png' align="right" width="25%" min-width="120px"/>

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version-last-release/nflseedR)](https://CRAN.R-project.org/package=nflseedR)
[![CRAN downloads](http://cranlogs.r-pkg.org/badges/grand-total/nflseedR)](https://CRAN.R-project.org/package=nflseedR)
[![R-CMD-check](https://github.com/leesharpe/nflseedR/workflows/R-CMD-check/badge.svg)](https://github.com/leesharpe/nflseedR/actions)
[![Lifecycle: experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
[![Support Server](https://img.shields.io/discord/591914197219016707.svg?color=7289da&label=Discord&logo=discord&style=flat-square)](https://discord.com/invite/5Er2FBnnQa)
Expand Down Expand Up @@ -46,13 +48,13 @@ developed by Sebastian Carl ([\@mrcaseb](https://twitter.com/mrcaseb)).

## Installation

<!-- You can install the released version of nflseedR from [CRAN](https://CRAN.R-project.org) with: -->
The easiest way to get nflseedR is to install it from [CRAN](https://cran.r-project.org/package=nflseedR) with:

<!-- ``` r -->
<!-- install.packages("nflseedR") -->
<!-- ``` -->
``` r
install.packages("nflseedR")
```

You can install nflseedR from [GitHub](https://github.com/) with:
To get a bug fix or to use a feature from the development version, you can install the development version of nflseedR from [GitHub](https://github.com/leesharpe/nflseedR/) with:

``` r
if (!require("remotes")) install.packages("remotes")
Expand Down
18 changes: 13 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@

<!-- badges: start -->

[![CRAN
status](https://www.r-pkg.org/badges/version-last-release/nflseedR)](https://CRAN.R-project.org/package=nflseedR)
[![CRAN
downloads](http://cranlogs.r-pkg.org/badges/grand-total/nflseedR)](https://CRAN.R-project.org/package=nflseedR)
[![R-CMD-check](https://github.com/leesharpe/nflseedR/workflows/R-CMD-check/badge.svg)](https://github.com/leesharpe/nflseedR/actions)
[![Lifecycle:
experimental](https://img.shields.io/badge/lifecycle-experimental-orange.svg)](https://lifecycle.r-lib.org/articles/stages.html#experimental)
Expand Down Expand Up @@ -40,12 +44,16 @@ package was developed by Sebastian Carl

## Installation

<!-- You can install the released version of nflseedR from [CRAN](https://CRAN.R-project.org) with: -->
<!-- ``` r -->
<!-- install.packages("nflseedR") -->
<!-- ``` -->
The easiest way to get nflseedR is to install it from
[CRAN](https://cran.r-project.org/package=nflseedR) with:

You can install nflseedR from [GitHub](https://github.com/) with:
``` r
install.packages("nflseedR")
```

To get a bug fix or to use a feature from the development version, you
can install the development version of nflseedR from
[GitHub](https://github.com/leesharpe/nflseedR/) with:

``` r
if (!require("remotes")) install.packages("remotes")
Expand Down

0 comments on commit 152fae0

Please sign in to comment.