diff options
author | Suraj Yerramilli | 2017-01-06 16:11:27 -0600 |
---|---|---|
committer | Suraj Yerramilli | 2017-01-06 16:11:27 -0600 |
commit | d9e425137ccb3e913b52a58bb2cc5a479108a02e (patch) | |
tree | 38c415700ae31c471bac427609cb4161b30c2015 | |
parent | 46574ab91c60eb189de7803acc4aa8a62905d361 (diff) | |
download | SysID-R-code-d9e425137ccb3e913b52a58bb2cc5a479108a02e.tar.gz SysID-R-code-d9e425137ccb3e913b52a58bb2cc5a479108a02e.tar.bz2 SysID-R-code-d9e425137ccb3e913b52a58bb2cc5a479108a02e.zip |
making CRAN-ready changes
-rw-r--r-- | R/data.R | 2 | ||||
-rw-r--r-- | man/cstrData.Rd | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -79,7 +79,7 @@ #' @format an \code{data.frame} object with 7500 rows and three columns: #' q, Ca and T #' -#' @source \url{ftp://ftp.esat.kuleuven.ac.be/pub/SISTA/espinosa/datasets/cstr.dat} +#' @source \url{ftp://ftp.esat.kuleuven.be/pub/SISTA/data/process_industry/cstr.dat.gz} "cstrData" #' Continuous stirred tank reactor data with missing values diff --git a/man/cstrData.Rd b/man/cstrData.Rd index f7198e4..7fc7be9 100644 --- a/man/cstrData.Rd +++ b/man/cstrData.Rd @@ -7,7 +7,7 @@ \format{an \code{data.frame} object with 7500 rows and three columns: q, Ca and T} \source{ -\url{ftp://ftp.esat.kuleuven.ac.be/pub/SISTA/espinosa/datasets/cstr.dat} +\url{ftp://ftp.esat.kuleuven.be/pub/SISTA/data/process_industry/cstr.dat.gz} } \usage{ cstrData |