From 16db847a1066828d122250824866da5a926140e4 Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Mon, 16 May 2016 10:39:14 +0530 Subject: adding dependencies --- DESCRIPTION | 5 +++-- 1 file 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 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 -- cgit