[Pomp-commits] r430 - in pkg: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Nov 29 16:10:51 CET 2010


Author: kingaa
Date: 2010-11-29 16:10:51 +0100 (Mon, 29 Nov 2010)
New Revision: 430

Modified:
   pkg/DESCRIPTION
   pkg/R/aaa.R
Log:
- turn banner back on


Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION	2010-11-24 20:30:25 UTC (rev 429)
+++ pkg/DESCRIPTION	2010-11-29 15:10:51 UTC (rev 430)
@@ -1,8 +1,8 @@
 Package: pomp
 Type: Package
 Title: Statistical inference for partially observed Markov processes
-Version: 0.36-1
-Date: 2010-11-24
+Version: 0.36-2
+Date: 2010-11-29
 Author: Aaron A. King, Edward L. Ionides, Carles Breto, Steve Ellner, Bruce Kendall, Helen Wearing, 
 	Matthew J. Ferrari, Michael Lavine, Daniel C. Reuman
 Maintainer: Aaron A. King <kingaa at umich.edu>

Modified: pkg/R/aaa.R
===================================================================
--- pkg/R/aaa.R	2010-11-24 20:30:25 UTC (rev 429)
+++ pkg/R/aaa.R	2010-11-29 15:10:51 UTC (rev 430)
@@ -1,10 +1,9 @@
-##.onAttach <- function (...) {
-##   version <- library(help=pomp)$info[[1]]
-##   version <- strsplit(version[pmatch("Version",version)]," ")[[1]]
-##   version <- version[nchar(version)>0][2]
-##   cat("This is pomp version ",version,"\n\n",sep="")
-##   cat("See the NEWS file for important information\n")
-##}
+.onAttach <- function (...) {
+  version <- library(help=pomp)$info[[1]]
+  version <- strsplit(version[pmatch("Version",version)]," ")[[1]]
+  version <- version[nchar(version)>0][2]
+  cat("This is pomp version ",version,"\n\n",sep="")
+}
 
 setGeneric("print",function(x,...)standardGeneric("print"))
 setGeneric("plot",function(x,y,...)standardGeneric("plot"))



More information about the pomp-commits mailing list