[Pomp-commits] r998 - pkg/pomp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 15 12:23:17 CEST 2014


Author: kingaa
Date: 2014-07-15 12:23:16 +0200 (Tue, 15 Jul 2014)
New Revision: 998

Modified:
   pkg/pomp/DESCRIPTION
Log:
- use Imports field where appropriate

Modified: pkg/pomp/DESCRIPTION
===================================================================
--- pkg/pomp/DESCRIPTION	2014-07-15 10:23:14 UTC (rev 997)
+++ pkg/pomp/DESCRIPTION	2014-07-15 10:23:16 UTC (rev 998)
@@ -1,8 +1,8 @@
 Package: pomp
 Type: Package
 Title: Statistical inference for partially observed Markov processes
-Version: 0.53-3
-Date: 2014-07-10
+Version: 0.53-4
+Date: 2014-07-15
 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")),
@@ -18,7 +18,8 @@
 	  )
 URL: http://pomp.r-forge.r-project.org
 Description: Inference methods for partially-observed Markov processes
-Depends: R(>= 3.0.0), stats, graphics, methods, mvtnorm, subplex, nloptr, deSolve, coda
+Depends: R(>= 3.0.0), subplex, nloptr
+Imports: stats, graphics, methods, mvtnorm, deSolve, coda
 License: GPL(>= 2)
 LazyData: true
 MailingList: Subscribe to pomp-announce at r-forge.r-project.org for announcements by going to http://lists.r-forge.r-project.org/mailman/listinfo/pomp-announce.



More information about the pomp-commits mailing list