Skip to content

Commit

Permalink
Updated CRAN badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbryer committed Mar 23, 2023
1 parent beda1c5 commit 8ac769d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ editor_options:
[![R-CMD-check](https://github.com/jbryer/PSAboot/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/jbryer/PSAboot/actions/workflows/R-CMD-check.yaml)
`r badger::badge_devel("jbryer/PSAboot", "blue")`
`r badger::badge_cran_release("PSAboot")`
`r badger::badge_cran_checks("PSAboot")`
[![CRAN Status](https://badges.cranchecks.info/flavor/release/PSAboot.svg)](https://cran.r-project.org/web/checks/check_results_PSAboot.html)
<!-- badges: end -->


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
[![](https://img.shields.io/badge/devel%20version-1.3.6-blue.svg)](https://github.com/jbryer/PSAboot)
[![](https://www.r-pkg.org/badges/version/PSAboot)](https://cran.r-project.org/package=PSAboot)
[![CRAN
checks](https://badges.cranchecks.info/summary/PSAboot.svg)](https://cran.r-project.org/web/checks/check_results_PSAboot.html)
Status](https://badges.cranchecks.info/flavor/release/PSAboot.svg)](https://cran.r-project.org/web/checks/check_results_PSAboot.html)
<!-- badges: end -->

As the popularity of propensity score methods for estimating causal
Expand Down Expand Up @@ -35,7 +35,7 @@ You can download from CRAN using:
install.packages('PSAboot')
```

Or the latest development version using the `remotes` pacakge:
Or the latest development version using the `remotes` package:

``` r
remotes::install_github('jbryer/PSAboot')
Expand Down

0 comments on commit 8ac769d

Please sign in to comment.