[Gogarch-commits] r33 - in pkg: . R inst
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Apr 29 23:20:45 CEST 2009
Author: bpfaff
Date: 2009-04-29 23:20:45 +0200 (Wed, 29 Apr 2009)
New Revision: 33
Modified:
pkg/DESCRIPTION
pkg/R/Methods-show.R
pkg/inst/ChangeLog
Log:
Fixed typo in show-method (see Changelog).
Modified: pkg/DESCRIPTION
===================================================================
--- pkg/DESCRIPTION 2009-03-28 17:02:04 UTC (rev 32)
+++ pkg/DESCRIPTION 2009-04-29 21:20:45 UTC (rev 33)
@@ -1,8 +1,8 @@
Package: gogarch
-Version: 0.6-8
+Version: 0.6-9
Type: Package
Title: Generalized Orthogonal GARCH (GO-GARCH) models
-Date: 2009-03-06
+Date: 2009-04-29
Author: Bernhard Pfaff
Maintainer: Bernhard Pfaff <bernhard at pfaffikus.de>
Depends: R (>= 2.7.0), methods, stats, graphics, fGarch, fastICA
Modified: pkg/R/Methods-show.R
===================================================================
--- pkg/R/Methods-show.R 2009-03-28 17:02:04 UTC (rev 32)
+++ pkg/R/Methods-show.R 2009-04-29 21:20:45 UTC (rev 33)
@@ -22,7 +22,7 @@
cat("Orthogonal Matrix U:\n")
print(object at U)
cat("\n")
- cat("Linar Map Z:\n")
+ cat("Linear Map Z:\n")
print(object at Z)
cat("\n")
}
@@ -84,7 +84,7 @@
cat(paste("Formula for component GARCH models:", paste(as.character(object at model), collapse = " "), "\n"))
cat("\n")
if(length(object at Zinv) != 0){
- cat("The Inverse of the Linar Map Z:\n")
+ cat("The Inverse of the Linear Map Z:\n")
print(object at Zinv)
cat("\n")
}
Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog 2009-03-28 17:02:04 UTC (rev 32)
+++ pkg/inst/ChangeLog 2009-04-29 21:20:45 UTC (rev 33)
@@ -1,3 +1,7 @@
+2009-04-29 Dr. Bernhard Pfaff <bp at callisto>
+
+ * R/Methods-show.R (show): Fixed typo 'Linar' to 'Linear'.
+
2009-03-06 Dr. Bernhard Pfaff <bp at callisto>
* R/Functions.R (unvech): Fixed bug in creating symmetric matrix.
More information about the Gogarch-commits
mailing list