sqlscore: Utilities for Generating SQL Queries from Model Objects

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.

Version: 0.1.2
Depends: R (≥ 3.3.0)
Imports: dbplyr (≥ 1.0.0)
Suggests: testthat, arm, glmnet, mboost
Published: 2017-06-26
Author: William Brannon [aut, cre]
Maintainer: William Brannon <wwbrannon at email.wm.edu>
BugReports: https://github.com/wwbrannon/sqlscore/issues
License: MIT + file LICENSE
URL: https://github.com/wwbrannon/sqlscore/
NeedsCompilation: no
Materials: README NEWS
CRAN checks: sqlscore results

Downloads:

Reference manual: sqlscore.pdf
Package source: sqlscore_0.1.2.tar.gz
Windows binaries: r-devel: sqlscore_0.1.2.zip, r-release: sqlscore_0.1.2.zip, r-oldrel: sqlscore_0.1.2.zip
OS X El Capitan binaries: r-release: sqlscore_0.1.2.tgz
OS X Mavericks binaries: r-oldrel: sqlscore_0.1.2.tgz
Old sources: sqlscore archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=sqlscore to link to this page.