Skip to content

Commit

Permalink
Update readme with badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Robinson committed Sep 30, 2020
1 parent 76e6211 commit 1de8b41
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 9 deletions.
12 changes: 8 additions & 4 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,7 @@ knitr::opts_chunk$set(

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/rMIDAS)](https://cran.r-project.org/package=rMIDAS)
<!-- [![R build status](https://github.com/tidyverse/dplyr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/dplyr/actions?workflow=R-CMD-check) -->
<!-- [![Codecov test coverage](https://codecov.io/gh/tidyverse/dplyr/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyverse/dplyr?branch=master) -->
<!-- [![R build status](https://github.com/tidyverse/dplyr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/dplyr/actions) -->
[![R build status](https://github.com/MIDASverse/rMIDAS/workflows/R/badge.svg)](https://github.com/tidyverse/dplyr/actions?workflow=R)
[![R build status](https://github.com/tsrobinson/rMIDAS/workflows/R-CMD-check/badge.svg)](https://github.com/tsrobinson/rMIDAS/actions)
<!-- badges: end -->

Expand All @@ -44,7 +42,13 @@ rMIDAS also incorporates several features to streamline and improve the efficien

## Installation

rMIDAS should be available on CRAN very soon. In the meantime, you can use the code below to install the development version:
rMIDAS is now available on [CRAN](https://cran.r-project.org/package=rMIDAS). To install the package in R, you can use the following code:

```{r, eval = FALSE}
install.packages("rMIDAS")
```

To install the latest development version, please use the following code:

```{r, eval = FALSE}
# install.packages("devtools")
Expand Down
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,8 @@

[![CRAN
status](https://www.r-pkg.org/badges/version/rMIDAS)](https://cran.r-project.org/package=rMIDAS)
<!-- [![R build status](https://github.com/tidyverse/dplyr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/dplyr/actions?workflow=R-CMD-check) -->
<!-- [![Codecov test coverage](https://codecov.io/gh/tidyverse/dplyr/branch/master/graph/badge.svg)](https://codecov.io/gh/tidyverse/dplyr?branch=master) -->
<!-- [![R build status](https://github.com/tidyverse/dplyr/workflows/R-CMD-check/badge.svg)](https://github.com/tidyverse/dplyr/actions) -->
[![R build
status](https://github.com/MIDASverse/rMIDAS/workflows/R/badge.svg)](https://github.com/tidyverse/dplyr/actions?workflow=R)
[![R build
status](https://github.com/tsrobinson/rMIDAS/workflows/R-CMD-check/badge.svg)](https://github.com/tsrobinson/rMIDAS/actions)
<!-- badges: end -->
Expand Down Expand Up @@ -42,8 +41,16 @@ efficiency of multiple imputation analysis:

## Installation

rMIDAS should be available on CRAN very soon. In the meantime, you can
use the code below to install the development version:
rMIDAS is now available on
[CRAN](https://cran.r-project.org/package=rMIDAS). To install the
package in R, you can use the following code:

``` r
install.packages("rMIDAS")
```

To install the latest development version, please use the following
code:

``` r
# install.packages("devtools")
Expand Down

0 comments on commit 1de8b41

Please sign in to comment.