[Pomp-commits] r1151 - in pkg/pomp: . inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 25 14:26:33 CET 2015


Author: kingaa
Date: 2015-03-25 14:26:32 +0100 (Wed, 25 Mar 2015)
New Revision: 1151

Modified:
   pkg/pomp/DESCRIPTION
   pkg/pomp/inst/CITATION
Log:
- update citation

Modified: pkg/pomp/DESCRIPTION
===================================================================
--- pkg/pomp/DESCRIPTION	2015-03-24 19:32:50 UTC (rev 1150)
+++ pkg/pomp/DESCRIPTION	2015-03-25 13:26:32 UTC (rev 1151)
@@ -1,8 +1,8 @@
 Package: pomp
 Type: Package
 Title: Statistical Inference for Partially Observed Markov Processes
-Version: 0.63-4
-Date: 2015-03-24
+Version: 0.63-5
+Date: 2015-03-25
 Authors at R: c(person(given=c("Aaron","A."),family="King",
 		role=c("aut","cre"),email="kingaa at umich.edu"),
 	  person(given=c("Edward","L."),family="Ionides",role=c("aut")),

Modified: pkg/pomp/inst/CITATION
===================================================================
--- pkg/pomp/inst/CITATION	2015-03-24 19:32:50 UTC (rev 1150)
+++ pkg/pomp/inst/CITATION	2015-03-25 13:26:32 UTC (rev 1151)
@@ -1,9 +1,33 @@
 year <- sub("-.*", "", meta$Date)
-note <- sprintf("R package, version %s", meta$Version)
+note1 <- sprintf("R~package, version~%s", meta$Version)
+note2 <- sprintf("(R package, version %s)", meta$Version)
 
-citHeader("To cite the pomp package in publications use:")
+citEntry(
+         header=paste("To cite the",sQuote("pomp"),
+         "package in publications, please use:"),
+         entry="Article",
+         title="Statistical Inference for Partially Observed {M}arkov Processes via the {R} Package {pomp}",
+         author=personList(
+ 	   as.person("Aaron A. King"),
+	   as.person("Dao Nguyen"),
+	   as.person("Edward L. Ionides")
+           ),
+	 year=2015,
+         journal="Journal of Statistical Software",
+         volume="in press",
+#	 number=XX,
+#	 url="http://www.jstatsoft.org/vXX/iXX",
+	 textVersion=paste0(
+           "Aaron A. King, Dao Nguyen, Edward L. Ionides",
+	   " (2015) ",
+           "Statistical Inference for Partially Observed Markov Processes via the R Package pomp. ",
+           "Journal of Statistical Software, in press. "
+#	   "http://www.jstatsoft.org/vXX/iXX"
+	  )	   
+   )		 
 
 citEntry(
+         header="The correct citation of the package itself is:",
          entry="Manual",
          title="{pomp}: {S}tatistical Inference for Partially Observed {M}arkov Processes",
          author=personList(
@@ -20,11 +44,14 @@
 	   as.person("Simon N. Wood")
 	   ),	   
 	 year=year,
-	 note=note,
+	 note=note1,
 	 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 ",
-	   note,". ",meta$URL
+	   note2,". ",meta$URL
 	  )	   
    )		 
+
+citFooter("To obtain these citations in BibTeX format, do ",
+          sQuote("toBibtex(citation(\"pomp\"))"))



More information about the pomp-commits mailing list