Skip to content

Commit

Permalink
Update DESCRIPTION
Browse files Browse the repository at this point in the history
  • Loading branch information
wwbrannon committed Jan 7, 2017
1 parent 74493ac commit 99514e0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Package: sqlscore
Authors@R: c(person("William", "Brannon", email="[email protected]", 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
Expand Down
2 changes: 1 addition & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 99514e0

Please sign in to comment.