diff options
author | Suraj Yerramilli | 2016-05-16 10:39:14 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-16 10:39:14 +0530 |
commit | 16db847a1066828d122250824866da5a926140e4 (patch) | |
tree | df0abc988a7b98b4c384e88f0f2cb9b3730319f9 | |
parent | 08ec9591763da12c39dcc5da2f646a1114c64718 (diff) | |
download | SysID-R-code-16db847a1066828d122250824866da5a926140e4.tar.gz SysID-R-code-16db847a1066828d122250824866da5a926140e4.tar.bz2 SysID-R-code-16db847a1066828d122250824866da5a926140e4.zip |
adding dependencies
-rw-r--r-- | DESCRIPTION | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index cc44c17..5b5d164 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,7 +2,7 @@ Package: sysid Type: Package Title: System Identification in R Version: 1.0 -Date: 2015-01-17 +Date: 2016-05-16 Author: Suraj Yerramilli, Ashwin Raman, Narasimhan Balakrishnan, Arun Tangirala Maintainer: Suraj Yerramilli <surajyerramilli@outlook.com> Description: The sysid package provides functions for constructing mathematical @@ -10,6 +10,7 @@ Description: The sysid package provides functions for constructing mathematical functions for data visualization, data pre-processing, parametric and non- parametric model estimation, and model predictions and validation. License: GPL-3 +Depends: R (>= 3.1) Imports: - signal,tframe, zoo, ggplot2, reshape2, polynom, bitops + signal,tframe, zoo, ggplot2 (>=2.1.0), reshape2, polynom, bitops RoxygenNote: 5.0.1 |