diff options
author | Suraj Yerramilli | 2016-02-23 14:49:46 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-02-23 14:49:46 +0530 |
commit | 11d22f82c559d8390d354ff19d622051950c9d30 (patch) | |
tree | 1c5cf1cd52acaf641ce372820818253eaeef06cd /NAMESPACE | |
parent | 7bfececa208ef0345cc1b526abe75f2ef342578b (diff) | |
download | SysID-R-code-11d22f82c559d8390d354ff19d622051950c9d30.tar.gz SysID-R-code-11d22f82c559d8390d354ff19d622051950c9d30.tar.bz2 SysID-R-code-11d22f82c559d8390d354ff19d622051950c9d30.zip |
cleaning code
Diffstat (limited to 'NAMESPACE')
-rw-r--r-- | NAMESPACE | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -29,7 +29,6 @@ S3method(summary,idframe) S3method(time,idframe) export("inputNames<-") export("outputNames<-") -export() export(armax) export(arx) export(bj) @@ -64,6 +63,7 @@ export(residplot) export(sim) export(spa) export(step) +import(bitops) import(ggplot2) import(polynom) import(reshape2) |