From 340f9a1f94f95c8d085e455a0a8241080b056496 Mon Sep 17 00:00:00 2001 From: "Aaron A. King" Date: Thu, 2 Mar 2023 16:37:07 -0500 Subject: [PATCH] fix problems --- README.md | 2 +- inst/CITATION | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ef4ddb505..6461cdb25 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ [![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://codecov.io/gh/kingaa/pomp) +[![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) [![Dependencies](https://tinyverse.netlify.com/badge/pomp)](https://cran.r-project.org/package=pomp) diff --git a/inst/CITATION b/inst/CITATION index a617c7f85..9588240aa 100644 --- a/inst/CITATION +++ b/inst/CITATION @@ -7,7 +7,7 @@ c( header=paste("To cite the",sQuote("pomp"),"package in publications, use:"), bibtype = "Article", title = "Statistical Inference for Partially Observed {Markov} Processes via the {R} Package {pomp}", - author=personList( + author=c( as.person("Aaron A. King"), as.person("Dao Nguyen"), as.person("Edward L. Ionides") @@ -29,7 +29,7 @@ c( header="Additionally, consider citing the package itself:", bibtype="Manual", title="{pomp}: {Statistical} Inference for Partially Observed {Markov} Processes", - author=personList( + author=c( as.person("Aaron A. King"), as.person("Edward L. Ionides"), as.person("Carles Martinez Bret\\'o"),