Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,21 @@ knitr::opts_chunk$set(
# BayesMallowsSMC2

<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/BayesMallowsSMC2)](https://CRAN.R-project.org/package=BayesMallowsSMC2)
[![R-CMD-check](https://github.com/osorensen/BayesMallowsSMC2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/osorensen/BayesMallowsSMC2/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

BayesMallowsSMC2 provides functions for performing sequential inference in the Bayesian Mallows model using the SMC2 algorithm [@10.1214/25-BA1564].

## Installation

You can install the development version of BayesMallowsSMC2 from [GitHub](https://github.com/) with:
You can install the released version of BayesMallowsSMC2 from [CRAN](https://CRAN.R-project.org) with:

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

Or install the development version of BayesMallowsSMC2 from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@

<!-- badges: start -->

[![CRAN
status](https://www.r-pkg.org/badges/version/BayesMallowsSMC2)](https://CRAN.R-project.org/package=BayesMallowsSMC2)
[![R-CMD-check](https://github.com/osorensen/BayesMallowsSMC2/actions/workflows/R-CMD-check.yaml/badge.svg)](https://github.com/osorensen/BayesMallowsSMC2/actions/workflows/R-CMD-check.yaml)
<!-- badges: end -->

Expand All @@ -14,7 +16,14 @@ in the Bayesian Mallows model using the SMC2 algorithm (Sørensen et al.

## Installation

You can install the development version of BayesMallowsSMC2 from
You can install the released version of BayesMallowsSMC2 from
[CRAN](https://CRAN.R-project.org) with:

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

Or install the development version of BayesMallowsSMC2 from
[GitHub](https://github.com/) with:

``` r
Expand Down