-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters