[Pomp-commits] r431 - in pkg: . R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 30 12:54:53 CET 2010
Author: kingaa
Date: 2010-11-30 12:54:52 +0100 (Tue, 30 Nov 2010)
New Revision: 431
Modified:
pkg/DESCRIPTION
pkg/R/aaa.R
Log:
- revert last change
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2010-11-29 15:10:51 UTC (rev 430)
+++ pkg/DESCRIPTION 2010-11-30 11:54:52 UTC (rev 431)
@@ -1,8 +1,8 @@
Package: pomp
Type: Package
Title: Statistical inference for partially observed Markov processes
-Version: 0.36-2
-Date: 2010-11-29
+Version: 0.36-1
+Date: 2010-11-24
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-29 15:10:51 UTC (rev 430)
+++ pkg/R/aaa.R 2010-11-30 11:54:52 UTC (rev 431)
@@ -1,9 +1,10 @@
-.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="")
-}
+##.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")
+##}
setGeneric("print",function(x,...)standardGeneric("print"))
setGeneric("plot",function(x,y,...)standardGeneric("plot"))
More information about the pomp-commits
mailing list