Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kingaa committed Jan 23, 2024
1 parent 5564bb8 commit 58f27b0
Show file tree
Hide file tree
Showing 3 changed files with 418 additions and 15 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@

[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
[![Development Release](https://img.shields.io/github/release/kingaa/pomp.svg)](https://github.com/kingaa/pomp/releases/latest)
[![CRAN Status](https://www.r-pkg.org/badges/version/pomp)](https://cran.r-project.org/package=pomp)
[![Last CRAN release date](https://www.r-pkg.org/badges/last-release/pomp)](https://cran.r-project.org/package=pomp)
[![CRAN Status](https://www.r-pkg.org/badges/version/pomp?color=blue)](https://cran.r-project.org/package=pomp)
[![Last CRAN release date](https://www.r-pkg.org/badges/last-release/pomp?color=blue)](https://cran.r-project.org/package=pomp)
[![R-CMD-check](https://github.com/kingaa/pomp/actions/workflows/r-cmd-check.yml/badge.svg)](https://github.com/kingaa/pomp/actions/workflows/r-cmd-check.yml)
[![binary-build](https://github.com/kingaa/pomp/actions/workflows/binary-build.yml/badge.svg)](https://github.com/kingaa/pomp/actions/workflows/binary-build.yml)
[![test-coverage](https://github.com/kingaa/pomp/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/kingaa/pomp/actions/workflows/test-coverage.yml)
[![codecov](https://codecov.io/gh/kingaa/pomp/branch/master/graph/badge.svg)](https://app.codecov.io/gh/kingaa/pomp)
![CRAN mirror monthly downloads](https://cranlogs.r-pkg.org/badges/last-month/pomp)
![CRAN mirror total downloads](https://cranlogs.r-pkg.org/badges/grand-total/pomp)
![CRAN mirror monthly downloads](https://cranlogs.r-pkg.org/badges/last-month/pomp?color=yellow)
![CRAN mirror total downloads](https://cranlogs.r-pkg.org/badges/grand-total/pomp?color=yellow)
[![Dependencies](https://tinyverse.netlify.app/badge/pomp)](https://tinyverse.netlify.app/)
[![manual](https://img.shields.io/badge/manual-HTML-informational)](https://kingaa.github.io/pomp/manual/)
[![pdf-manual](https://img.shields.io/badge/manual-PDF-informational)](https://kingaa.github.io/pomp/manual/pdf/)
[![manual](https://img.shields.io/badge/manual-HTML-brown)](https://kingaa.github.io/pomp/manual/)
[![pdf-manual](https://img.shields.io/badge/manual-PDF-brown)](https://kingaa.github.io/pomp/manual/pdf/)
[![doxygen](https://img.shields.io/badge/doxygen-HTML-brown)](https://kingaa.github.io/manuals/pomp/source/html/index.html)

For installation instructions and user guides, see [the package website](https://kingaa.github.io/pomp/).

Expand Down
412 changes: 409 additions & 3 deletions inst/doc/index.html

Large diffs are not rendered by default.

8 changes: 2 additions & 6 deletions inst/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,6 @@ dt {

- [Report issues with the package](https://github.com/kingaa/pomp/issues)

- <a href="#" onclick="goBack()">Back to the previous page</a>
- <a href="#" onclick="window.history.back()">Back to the previous page</a>

<script>
function goBack() {
window.history.back();
}
</script>
- <a href="#" onclick="window.close()">Close window</a>

0 comments on commit 58f27b0

Please sign in to comment.