[Yuima-commits] r78 - in pkg/yuima: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 21 00:09:46 CEST 2010


Author: iacus
Date: 2010-06-21 00:09:46 +0200 (Mon, 21 Jun 2010)
New Revision: 78

Modified:
   pkg/yuima/AUTHORS
   pkg/yuima/DESCRIPTION
   pkg/yuima/R/zzz.R
Log:
fixed intro

Modified: pkg/yuima/AUTHORS
===================================================================
--- pkg/yuima/AUTHORS	2010-06-20 22:01:56 UTC (rev 77)
+++ pkg/yuima/AUTHORS	2010-06-20 22:09:46 UTC (rev 78)
@@ -3,8 +3,7 @@
 The YUIMA Project was initially started by Nakahiro Yoshida as principal 
 investigator and then Stefano M. Iacus joined as coordinator of the R
 implementation. The YUIMA Project is mainly developed by statisticians
-who actively publish in the field of inference and simulation for stochastic
-differential equations.
+who actively publish in the field of inference and simulation for stochastic differential equations.
 
 
 The YUIMA Project Core Team with write access to the source code, currently 

Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION	2010-06-20 22:01:56 UTC (rev 77)
+++ pkg/yuima/DESCRIPTION	2010-06-20 22:09:46 UTC (rev 78)
@@ -1,10 +1,10 @@
 Package: yuima
 Type: Package
-Title: The YUIMA Project package
+Title: The YUIMA Project package (unstable version)
 Version: 0.0.87
 Date: 2010-06-20
 Depends: methods, zoo, stats4
-Suggets: adapt
+Suggests: adapt
 Author: YUIMA Project Team.
 Maintainer: Stefano M. Iacus <stefano.iacus at R-project.org>
 Description: The YUIMA Project for Simulation and Inference 

Modified: pkg/yuima/R/zzz.R
===================================================================
--- pkg/yuima/R/zzz.R	2010-06-20 22:01:56 UTC (rev 77)
+++ pkg/yuima/R/zzz.R	2010-06-20 22:09:46 UTC (rev 78)
@@ -7,7 +7,7 @@
  require(methods)
  
  require(zoo)
- cat("\n\nThis is the S4 version of YUIMA Project package.\nIt is intended for internal use only!\n\n")
+ cat("\n\nThis is YUIMA Project package.\nNon stable release. Use at your own risk!!!\nFunctions and documentation may change in the final release\n\n")
 # require(KernSmooth, quietly=TRUE)
 # library.dynam("yuima", pkgname, libname) 
 }



More information about the Yuima-commits mailing list