Skip to content

Commit

Permalink
Fix the URL to its canonical form in the download stats badge in `REA…
Browse files Browse the repository at this point in the history
…DME.Rmd` and `README.md`
  • Loading branch information
zhuxr11 committed May 26, 2023
1 parent 9a52522 commit 56e4a1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ knitr::opts_chunk$set(
[![CRAN status](https://www.r-pkg.org/badges/version/markovmix)](https://CRAN.R-project.org/package=markovmix)
[![R-CMD-check](https://github.com/zhuxr11/markovmix/workflows/R-CMD-check/badge.svg)](https://github.com/zhuxr11/markovmix/actions)
[![Codecov test coverage](https://codecov.io/gh/zhuxr11/markovmix/branch/master/graph/badge.svg)](https://app.codecov.io/gh/zhuxr11/markovmix?branch=master)
[![Download stats](https://cranlogs.r-pkg.org/badges/grand-total/markovmix)](https://cran.rstudio.com/web/packages/markovmix/index.html)
[![Download stats](https://cranlogs.r-pkg.org/badges/grand-total/markovmix)](https://CRAN.R-project.org/package=markovmix)
<!-- badges: end -->

**Package**: [*markovmix*](https://github.com/zhuxr11/markovmix) `r pkgload::pkg_version()`<br />
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ status](https://www.r-pkg.org/badges/version/markovmix)](https://CRAN.R-project.
[![Codecov test
coverage](https://codecov.io/gh/zhuxr11/markovmix/branch/master/graph/badge.svg)](https://app.codecov.io/gh/zhuxr11/markovmix?branch=master)
[![Download
stats](https://cranlogs.r-pkg.org/badges/grand-total/markovmix)](https://cran.rstudio.com/web/packages/markovmix/index.html)
stats](https://cranlogs.r-pkg.org/badges/grand-total/markovmix)](https://CRAN.R-project.org/package=markovmix)
<!-- badges: end -->

**Package**: [*markovmix*](https://github.com/zhuxr11/markovmix)
0.1.2<br /> **Author**: Xiurui Zhu<br /> **Modified**: 2023-04-29
13:41:56<br /> **Compiled**: 2023-04-29 13:42:00
0.1.2<br /> **Author**: Xiurui Zhu<br /> **Modified**: 2023-05-26
19:42:22<br /> **Compiled**: 2023-05-26 19:42:25

The goal of `markovmix` is to fit mixture of Markov chains of higher
orders from multiple sequences. It is also compatible with ordinary
Expand Down

0 comments on commit 56e4a1c

Please sign in to comment.