Skip to content

Commit e2c8151

Browse files
committed
include Zenodo DOI
1 parent 3bc7b96 commit e2c8151

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: pomp
22
Type: Package
33
Title: Statistical Inference for Partially Observed Markov Processes
4-
Version: 6.2.1.0
5-
Date: 2025-05-06
4+
Version: 6.2.1.1
5+
Date: 2025-05-08
66
Authors@R: c(person(given=c("Aaron","A."),family="King",role=c("aut","cre"),email="kingaa@umich.edu",comment=c(ORCID="0000-0001-6159-3207")),
77
person(given=c("Edward","L."),family="Ionides",role="aut",comment=c(ORCID="0000-0002-4190-0174")) ,
88
person(given="Carles",family="Bretó",role="aut",comment=c(ORCID="0000-0003-4695-4902")),

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
[![manual](https://img.shields.io/badge/manual-HTML-brown)](https://kingaa.github.io/pomp/manual/)
1717
[![pdf-manual](https://img.shields.io/badge/manual-PDF-brown)](https://kingaa.github.io/pomp/manual/pdf/)
1818
[![doxygen](https://img.shields.io/badge/doxygen-HTML-brown)](https://kingaa.github.io/manuals/pomp/source/html/index.html)
19+
[![DOI](https://zenodo.org/badge/38616252.svg)](https://doi.org/10.5281/zenodo.15364461)
20+
1921

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

inst/CITATION

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ c(
2929
header="Additionally, consider citing the package itself:",
3030
bibtype="Manual",
3131
title="{pomp}: {Statistical} Inference for Partially Observed {Markov} Processes",
32+
doi="10.5281/zenodo.15364462",
3233
author=c(
3334
as.person("Aaron A. King"),
3435
as.person("Edward L. Ionides"),
@@ -51,7 +52,7 @@ c(
5152
textVersion=paste0(
5253
"A. A. King, E. L. Ionides, C. M. Breto, S. P. Ellner, M. J. Ferrari, S. Funk, S. G. Johnson, B. E. Kendall, M. Lavine, D. Nguyen, E. B. O'Dea, D. C. Reuman, H. Wearing, and S. N. Wood"," (",year,"). ",
5354
"pomp: Statistical Inference for Partially Observed Markov Processes. ",
54-
note2,". ",meta$URL
55+
note2,". ",meta$URL,". DOI: 10.5281/zenodo.15364462"
5556
)
5657
)
5758
)

0 commit comments

Comments
 (0)