[Yuima-commits] r79 - pkg/yuima/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 21 00:13:50 CEST 2010


Author: iacus
Date: 2010-06-21 00:13:50 +0200 (Mon, 21 Jun 2010)
New Revision: 79

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

Modified: pkg/yuima/R/zzz.R
===================================================================
--- pkg/yuima/R/zzz.R	2010-06-20 22:09:46 UTC (rev 78)
+++ pkg/yuima/R/zzz.R	2010-06-20 22:13:50 UTC (rev 79)
@@ -7,7 +7,7 @@
  require(methods)
  
  require(zoo)
- 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")
+ cat(sprintf("\n\n%s\nThis is YUIMA Project package.\nNon stable release. Use at your own risk!!!\nFunctions and documentation may change in the final release\n%s\n\n",paste(rep("#",60),collapse=""),paste(rep("#",60),collapse="")))
 # require(KernSmooth, quietly=TRUE)
 # library.dynam("yuima", pkgname, libname) 
 }



More information about the Yuima-commits mailing list