summaryrefslogtreecommitdiff
path: root/NAMESPACE
diff options
context:
space:
mode:
authorSuraj Yerramilli2016-05-15 22:12:26 +0530
committerSuraj Yerramilli2016-05-15 22:12:26 +0530
commit9c2781e62278b70cb8ffeb4f172470086c7fe248 (patch)
treec23b5966e64aefcfb18e4eabfc953e1cc443e75a /NAMESPACE
parent5b39ff0388157ad14118b9eda4f6ac130ca38dff (diff)
downloadSysID-R-code-9c2781e62278b70cb8ffeb4f172470086c7fe248.tar.gz
SysID-R-code-9c2781e62278b70cb8ffeb4f172470086c7fe248.tar.bz2
SysID-R-code-9c2781e62278b70cb8ffeb4f172470086c7fe248.zip
fixing the infinite recursion error
Diffstat (limited to 'NAMESPACE')
-rw-r--r--NAMESPACE6
1 files changed, 0 insertions, 6 deletions
diff --git a/NAMESPACE b/NAMESPACE
index b903ab6..00e1040 100644
--- a/NAMESPACE
+++ b/NAMESPACE
@@ -3,10 +3,6 @@
S3method("%=%",lbunch)
S3method("inputNames<-",idframe)
S3method("outputNames<-",idframe)
-S3method(deltat,default)
-S3method(deltat,idframe)
-S3method(frequency,default)
-S3method(frequency,idframe)
S3method(inputData,default)
S3method(inputData,idframe)
S3method(inputNames,default)
@@ -28,8 +24,6 @@ S3method(sim,default)
S3method(sim,idpoly)
S3method(summary,estpoly)
S3method(summary,idframe)
-S3method(time,default)
-S3method(time,idframe)
export("%=%")
export("inputNames<-")
export("outputNames<-")