Package: sqlscore Authors@R: c(person("William", "Brannon", email="wwbrannon@email.wm.edu", role=c("aut", "cre"))) Version: 0.1.4 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 Depends: R (>= 3.3.0) Imports: dbplyr (>= 1.0.0) Suggests: testthat, arm, glmnet, mboost, covr RoxygenNote: 6.1.1 Config/pak/sysreqs: libicu-dev Repository: https://wwbrannon.r-universe.dev Date/Publication: 2019-03-17 16:48:33 UTC RemoteUrl: https://github.com/wwbrannon/sqlscore RemoteRef: HEAD RemoteSha: 9d0093f2cba63bb04c83d05dc45c3c78b9ae23ba NeedsCompilation: no Packaged: 2026-06-19 09:37:09 UTC; root Author: William Brannon [aut, cre] Maintainer: William Brannon