[Robkalman-commits] r81 - pkg/robKalman/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu May 15 16:18:15 CEST 2025


Author: ruckdeschel
Date: 2025-05-15 16:18:14 +0200 (Thu, 15 May 2025)
New Revision: 81

Added:
   pkg/robKalman/R/0onAttach.R
Removed:
   pkg/robKalman/R/0AllClass.R
   pkg/robKalman/R/AllGeneric.R
Log:
0AllClass.R wird 0onAttach.R

Deleted: pkg/robKalman/R/0AllClass.R
===================================================================
--- pkg/robKalman/R/0AllClass.R	2025-05-15 14:08:20 UTC (rev 80)
+++ pkg/robKalman/R/0AllClass.R	2025-05-15 14:18:14 UTC (rev 81)
@@ -1,14 +0,0 @@
-.onLoad <- function(lib, pkg){
-    require("methods", character = TRUE, quietly = TRUE)
-
-}
-
-
-.onAttach <- function(library, pkg)
-{
-buildStartupMessage(pkg="robKalman", library=library, packageHelp=TRUE #, 
-                    #MANUAL=""
-                    )
-  invisible()
-}
-

Added: pkg/robKalman/R/0onAttach.R
===================================================================
--- pkg/robKalman/R/0onAttach.R	                        (rev 0)
+++ pkg/robKalman/R/0onAttach.R	2025-05-15 14:18:14 UTC (rev 81)
@@ -0,0 +1,8 @@
+.onAttach <- function(library, pkg)
+{
+buildStartupMessage(pkg="robKalman", library=library, packageHelp=TRUE #, 
+                    #MANUAL=""
+                    )
+  invisible()
+}
+

Deleted: pkg/robKalman/R/AllGeneric.R
===================================================================
--- pkg/robKalman/R/AllGeneric.R	2025-05-15 14:08:20 UTC (rev 80)
+++ pkg/robKalman/R/AllGeneric.R	2025-05-15 14:18:14 UTC (rev 81)
@@ -1,10 +0,0 @@
-#if(!isGeneric("type")){ 
-#    setGeneric("type", function(object) standardGeneric("type"))
-#}
-#if(!isGeneric("center")){ 
-#    setGeneric("center", function(object) standardGeneric("center"))
-#}
-#if(!isGeneric("center<-")){
-#    setGeneric("center<-", function(object, value) standardGeneric("center<-"))
-#}
-#



More information about the Robkalman-commits mailing list