arl - Embedded Lisp Dialect
Provides a Scheme-inspired Lisp dialect embedded in R, with macros, tail-call optimization, and seamless interoperability with R functions and data structures. (The name 'arl' is short for 'An R Lisp.') Implemented in pure R with no compiled code.
Last updated
6.89 score 3 stars 26 scripts 531 downloadssqlscore - 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.
Last updated
glmsql
3.85 score 14 stars 8 scripts 146 downloads