diff options
author | Suraj Yerramilli | 2016-05-11 11:49:57 +0530 |
---|---|---|
committer | Suraj Yerramilli | 2016-05-11 11:49:57 +0530 |
commit | 21554f501f38ab4e6f81384d683f4720c341dc04 (patch) | |
tree | 794d7b3964ad8d5a66f1dc148ea2213f81121d94 /DESCRIPTION | |
parent | 26bb45d20c294df12e85bc79fc5e3964bd4f491d (diff) | |
download | SysID-R-code-21554f501f38ab4e6f81384d683f4720c341dc04.tar.gz SysID-R-code-21554f501f38ab4e6f81384d683f4720c341dc04.tar.bz2 SysID-R-code-21554f501f38ab4e6f81384d683f4720c341dc04.zip |
R correcting package check errors
Diffstat (limited to 'DESCRIPTION')
-rw-r--r-- | DESCRIPTION | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DESCRIPTION b/DESCRIPTION index 97bfd31..cc44c17 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -7,9 +7,9 @@ Author: Suraj Yerramilli, Ashwin Raman, Narasimhan Balakrishnan, Arun Tangirala Maintainer: Suraj Yerramilli <surajyerramilli@outlook.com> Description: The sysid package provides functions for constructing mathematical models of dynamic systems from measured input-output data. The package contains - functions for data visualization, data preprocessing, parametric and non- - paramteric model estimation, and model predictions and validation. + functions for data visualization, data pre-processing, parametric and non- + parametric model estimation, and model predictions and validation. License: GPL-3 Imports: - signal,tframe,zoo, ggplot2, reshape2, polynom + signal,tframe, zoo, ggplot2, reshape2, polynom, bitops RoxygenNote: 5.0.1 |