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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 5 18:47:53 CET 2013


Author: kingaa
Date: 2013-11-05 18:47:53 +0100 (Tue, 05 Nov 2013)
New Revision: 866

Added:
   pkg/pomp/vignettes/
Removed:
   pkg/pomp/inst/LICENSE
   pkg/pomp/inst/doc/
Modified:
   pkg/pomp/DESCRIPTION
   pkg/pomp/NAMESPACE
Log:
- keeping up with changes to the package build and check processes


Modified: pkg/pomp/DESCRIPTION
===================================================================
--- pkg/pomp/DESCRIPTION	2013-11-05 17:22:33 UTC (rev 865)
+++ pkg/pomp/DESCRIPTION	2013-11-05 17:47:53 UTC (rev 866)
@@ -1,9 +1,8 @@
 Package: pomp
 Type: Package
 Title: Statistical inference for partially observed Markov processes
-Version: 0.45-4
-Date: 2013-06-06
-Maintainer: Aaron A. King <kingaa at umich.edu>
+Version: 0.45-5
+Date: 2013-11-05
 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")),
@@ -15,13 +14,14 @@
 	  person(given=c("Helen"),family="Wearing",role=c("ctb")),
 	  person(given=c("Simon","N."),family="Wood",role=c("ctb")),
 	  person(given="Dao",family="Nguyen",role=c("ctb"))	)
+Maintainer: Aaron A. King <kingaa at umich.edu>
+Author: Aaron A. King, Edward L. Ionides, Carles Breto, Steve Ellner, Bruce Kendall, Helen Wearing, Matthew J. Ferrari, Michael Lavine, Daniel C. Reuman, Simon N. Wood, Dao Nguyen
 URL: http://pomp.r-forge.r-project.org
 Description: Inference methods for partially-observed Markov processes
-Depends: R(>= 2.14.1), stats, methods, graphics, mvtnorm, subplex, deSolve
+Depends: R(>= 2.14.1), stats, graphics, methods, mvtnorm, subplex, deSolve
 License: GPL(>= 2)
-LazyLoad: true
-LazyData: false
-BuildVignettes: no
+LazyData: true
+BuildVignettes: true
 Collate: aaa.R authors.R version.R eulermultinom.R plugins.R 
 	 parmat.R slice-design.R profile-design.R sobol.R bsplines.R sannbox.R
 	 pomp-fun.R pomp-class.R pomp.R pomp-methods.R 

Modified: pkg/pomp/NAMESPACE
===================================================================
--- pkg/pomp/NAMESPACE	2013-11-05 17:22:33 UTC (rev 865)
+++ pkg/pomp/NAMESPACE	2013-11-05 17:47:53 UTC (rev 866)
@@ -29,6 +29,7 @@
           do_init_state
           )
 
+import(methods)
 importFrom(graphics,plot)		
 importFrom(stats,simulate,time,coef,logLik,window)
 importFrom(mvtnorm,dmvnorm,rmvnorm)

Deleted: pkg/pomp/inst/LICENSE
===================================================================
--- pkg/pomp/inst/LICENSE	2013-11-05 17:22:33 UTC (rev 865)
+++ pkg/pomp/inst/LICENSE	2013-11-05 17:47:53 UTC (rev 866)
@@ -1,16 +0,0 @@
-The POMP package: Inference for partially-observed Markov processes
-
-This package is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or (at
-your option) any later version.
-
-This package is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 675 Mass Ave., Cambridge, MA 02139 USA.
-



More information about the pomp-commits mailing list