[Pomp-commits] r1149 - pkg/pomp/inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Mar 24 17:24:30 CET 2015
Author: kingaa
Date: 2015-03-24 17:24:30 +0100 (Tue, 24 Mar 2015)
New Revision: 1149
Modified:
pkg/pomp/inst/CITATION
Log:
- improve citation
Modified: pkg/pomp/inst/CITATION
===================================================================
--- pkg/pomp/inst/CITATION 2015-03-24 14:19:18 UTC (rev 1148)
+++ pkg/pomp/inst/CITATION 2015-03-24 16:24:30 UTC (rev 1149)
@@ -1,5 +1,5 @@
year <- sub("-.*", "", meta$Date)
-note <- sprintf("R package version %s", meta$Version)
+note <- sprintf("R package, version %s", meta$Version)
citHeader("To cite the pomp package in publications use:")
@@ -24,7 +24,7 @@
url=meta$URL,
textVersion=paste0(
"A. A. King, E. L. Ionides, C. M. Breto, S. P. Ellner, M. J. Ferrari, B. E. Kendall, M. Lavine, D. Nguyen, D. C. Reuman, H. Wearing, and S. N. Wood"," (",year,") ",
- "pomp: Statistical Inference for Partially Observed Markov Processes (R package). ",
- meta$URL
+ "pomp: Statistical Inference for Partially Observed Markov Processes ",
+ note,". ",meta$URL
)
)
More information about the pomp-commits
mailing list