From c7a64296f8471b2c397e18e43c976fdd72949bf1 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Sun, 22 Oct 2017 22:12:07 -0500 Subject: [PATCH] Roll Description update (bump version) --- DESCRIPTION | 13 ++++++++----- man/ucidata-package.Rd | 7 +++++-- 2 files changed, 13 insertions(+), 7 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3a6af7a..4bea26e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,10 +1,13 @@ Package: ucidata -Title: Collection of Datasets from the UCI Irving Machine Learning Repository -Version: 0.0.2 +Title: Collection of Datasets from the UC Irvine Machine Learning Repository +Version: 0.0.3 Authors@R: person("James", "Balamuta", email = "balamut2@illinois.edu", role = c("aut", "cre")) -Description: Varying datasets from the UCI Irving Machine Learning Repository -Depends: R (>= 3.4.1) -License: GPL (>=2) +Description: In this package, there are select datasets from the UC Irvine + Machine Learning Repository. To be included within this package, the + data sets had to conform to being reasonable in size while also allowing + for a wide variety of visualizations and models to be formed. +Depends: R (>= 3.0.0) +License: GPL (>= 2) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) diff --git a/man/ucidata-package.Rd b/man/ucidata-package.Rd index 9108c1f..5038ca9 100644 --- a/man/ucidata-package.Rd +++ b/man/ucidata-package.Rd @@ -4,9 +4,12 @@ \name{ucidata-package} \alias{ucidata} \alias{ucidata-package} -\title{ucidata: Collection of Datasets from the UCI Irving Machine Learning Repository} +\title{ucidata: Collection of Datasets from the UC Irvine Machine Learning Repository} \description{ -Varying datasets from the UCI Irving Machine Learning Repository +In this package, there are select datasets from the UC Irvine +Machine Learning Repository. To be included within this package, the +data sets had to conform to being reasonable in size while also allowing +for a wide variety of visualizations and models to be formed. } \author{ \strong{Maintainer}: James Balamuta \email{balamut2@illinois.edu}