[Pomp-commits] r854 - in pkg/pompExamples: . man tests

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Apr 22 14:02:38 CEST 2013


Author: kingaa
Date: 2013-04-22 14:02:38 +0200 (Mon, 22 Apr 2013)
New Revision: 854

Modified:
   pkg/pompExamples/DESCRIPTION
   pkg/pompExamples/man/budmoth.Rd
   pkg/pompExamples/man/pertussis.Rd
   pkg/pompExamples/tests/budmoth.R
   pkg/pompExamples/tests/pertussis.R
Log:
- update DESCRIPTION file
- fix errors in man pages


Modified: pkg/pompExamples/DESCRIPTION
===================================================================
--- pkg/pompExamples/DESCRIPTION	2013-04-17 12:21:18 UTC (rev 853)
+++ pkg/pompExamples/DESCRIPTION	2013-04-22 12:02:38 UTC (rev 854)
@@ -2,11 +2,20 @@
 Type: Package
 Title: Statistical inference for partially observed Markov processes
 Version: 0.21-1
-Date: 2013-01-13
-Author: NCEAS Working Group on Inference for Mechanistic Models: Aaron King, Steve Ellner, Bruce Kendall, Daniel C. Reuman, Matt Ferrari, Ed Ionides, Helen Wearing
+Date: 2013-04-22
 Maintainer: Aaron A. King <kingaa at umich.edu>
-Description: Inference methods for partially-observed Markov processes
-Depends: R(>= 2.14.2), stats, methods, graphics, pomp(>= 0.42-2)
+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")),
+	  person(given=c("Carles"),family="Breto",role=c("aut")),
+	  person(given=c("Stephen","P."),family="Ellner",role=c("ctb")),
+	  person(given=c("Matthew","J."),family="Ferrari",role=c("ctb")),
+	  person(given=c("Bruce","E."),family="Kendall",role=c("ctb")),
+	  person(given=c("Michael"),family="Lavine",role=c("ctb")),
+	  person(given=c("Daniel","C."),family="Reuman",role=c("ctb")),
+	  person(given=c("Helen"),family="Wearing",role=c("ctb")))
+URL: http://pomp.r-forge.r-project.org
+Description: More 'pomp' examples.
+Depends: R(>= 3.0.0), stats, methods, graphics, pomp(>= 0.43-8)
 License: GPL (>= 2)
 LazyLoad: true
 LazyData: false

Modified: pkg/pompExamples/man/budmoth.Rd
===================================================================
--- pkg/pompExamples/man/budmoth.Rd	2013-04-17 12:21:18 UTC (rev 853)
+++ pkg/pompExamples/man/budmoth.Rd	2013-04-22 12:02:38 UTC (rev 854)
@@ -22,5 +22,5 @@
 plot(budmoth.sim(para2))
 plot(budmoth.sim(tri))
 }
-\seealso{the dQuote{budmoth-model} vignette}
+\seealso{the \dQuote{budmoth-model} vignette}
 \keyword{datasets}

Modified: pkg/pompExamples/man/pertussis.Rd
===================================================================
--- pkg/pompExamples/man/pertussis.Rd	2013-04-17 12:21:18 UTC (rev 853)
+++ pkg/pompExamples/man/pertussis.Rd	2013-04-22 12:02:38 UTC (rev 854)
@@ -20,5 +20,5 @@
 plot(pertussis.sim(SEIRR.small))
 plot(pertussis.sim(full.big))
 }
-\seealso{the dQuote{pertussis-model} vignette}
+\seealso{the \dQuote{pertussis-model} vignette}
 \keyword{datasets}

Modified: pkg/pompExamples/tests/budmoth.R
===================================================================
--- pkg/pompExamples/tests/budmoth.R	2013-04-17 12:21:18 UTC (rev 853)
+++ pkg/pompExamples/tests/budmoth.R	2013-04-22 12:02:38 UTC (rev 854)
@@ -1,4 +1,4 @@
-require(pompExamples)
+library(pompExamples)
 
 all <- c("food","para1","para2","tri")
 

Modified: pkg/pompExamples/tests/pertussis.R
===================================================================
--- pkg/pompExamples/tests/pertussis.R	2013-04-17 12:21:18 UTC (rev 853)
+++ pkg/pompExamples/tests/pertussis.R	2013-04-22 12:02:38 UTC (rev 854)
@@ -1,4 +1,4 @@
-require(pompExamples)
+library(pompExamples)
 
 all <- c("SEIR.small","SEIR.big","SEIRS.small","SEIRS.big","SEIRR.small","SEIRR.big","full.small","full.big")
 



More information about the pomp-commits mailing list