From d9e425137ccb3e913b52a58bb2cc5a479108a02e Mon Sep 17 00:00:00 2001 From: Suraj Yerramilli Date: Fri, 6 Jan 2017 16:11:27 -0600 Subject: making CRAN-ready changes --- R/data.R | 2 +- man/cstrData.Rd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/R/data.R b/R/data.R index 5406356..89b65ea 100644 --- a/R/data.R +++ b/R/data.R @@ -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 -- cgit