diff --git a/DESCRIPTION b/DESCRIPTION index bf2b0a8..82cd000 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,12 +1,12 @@ Package: sqlscore Authors@R: c(person("William", "Brannon", email="wwbrannon@email.wm.edu", role=c("aut", "cre"))) Version: 0.1.1 -Title: Provides Utilities for Generating SQL Queries from Model Objects -Description: The sqlscore package provides utilities for generating SQL queries - (particularly CREATE TABLE statements) from R model objects. The most important - use case is generating SQL to score a generalized linear model or related model - represented as an R object, in which case the package handles parsing formula - operators and including the model's response function. +Title: Utilities for Generating SQL Queries from Model Objects +Description: Provides utilities for generating SQL queries (particularly CREATE + TABLE statements) from R model objects. The most important use case is + generating SQL to score a generalized linear model or related model + represented as an R object, in which case the package handles parsing + formula operators and including the model's response function. License: MIT + file LICENSE URL: https://github.com/wwbrannon/sqlscore/ BugReports: https://github.com/wwbrannon/sqlscore/issues diff --git a/cran-comments.md b/cran-comments.md index d6934f2..6d4cc7e 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -1,4 +1,4 @@ -Resubmission: corrected the Title field in DESCRIPTION +Resubmission: corrected the Description field in DESCRIPTION ## Test environments * ubuntu 12.04.5 LTS (R-release and R-devel) via travis-ci