summaryrefslogtreecommitdiff
path: root/DESCRIPTION
diff options
context:
space:
mode:
Diffstat (limited to 'DESCRIPTION')
-rw-r--r--DESCRIPTION13
1 files changed, 13 insertions, 0 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
new file mode 100644
index 0000000..8ec883a
--- /dev/null
+++ b/DESCRIPTION
@@ -0,0 +1,13 @@
+Package: sysid
+Type: Package
+Title: System Identification in R
+Version: 1.0.4
+Date: 2017-01-06
+Author: Suraj Yerramilli, Arun Tangirala
+Maintainer: Suraj Yerramilli <surajyerramilli@gmail.com>
+Description: Provides functions for constructing mathematical models of dynamical systems from measured input-output data.
+License: GPL-3
+Depends: R (>= 3.1)
+Imports:
+ signal,tframe, ggplot2 (>= 2.1.0), reshape2, polynom, bitops, zoo
+RoxygenNote: 5.0.1