Skip to content

Commit 340f9a1

Browse files
committed
fix problems
1 parent 1245b24 commit 340f9a1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
[![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)
1010
[![binary-build](https://github.com/kingaa/pomp/actions/workflows/binary-build.yml/badge.svg)](https://github.com/kingaa/pomp/actions/workflows/binary-build.yml)
1111
[![test-coverage](https://github.com/kingaa/pomp/actions/workflows/test-coverage.yml/badge.svg)](https://github.com/kingaa/pomp/actions/workflows/test-coverage.yml)
12-
[![codecov](https://codecov.io/gh/kingaa/pomp/branch/master/graph/badge.svg)](https://codecov.io/gh/kingaa/pomp)
12+
[![codecov](https://codecov.io/gh/kingaa/pomp/branch/master/graph/badge.svg)](https://app.codecov.io/gh/kingaa/pomp)
1313
![CRAN mirror monthly downloads](https://cranlogs.r-pkg.org/badges/last-month/pomp)
1414
![CRAN mirror total downloads](https://cranlogs.r-pkg.org/badges/grand-total/pomp)
1515
[![Dependencies](https://tinyverse.netlify.com/badge/pomp)](https://cran.r-project.org/package=pomp)

inst/CITATION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ c(
77
header=paste("To cite the",sQuote("pomp"),"package in publications, use:"),
88
bibtype = "Article",
99
title = "Statistical Inference for Partially Observed {Markov} Processes via the {R} Package {pomp}",
10-
author=personList(
10+
author=c(
1111
as.person("Aaron A. King"),
1212
as.person("Dao Nguyen"),
1313
as.person("Edward L. Ionides")
@@ -29,7 +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-
author=personList(
32+
author=c(
3333
as.person("Aaron A. King"),
3434
as.person("Edward L. Ionides"),
3535
as.person("Carles Martinez Bret\\'o"),

0 commit comments

Comments
 (0)