Package: sqldf
Version: 0-1.4
Date: 2008-12-09
Title: Perform SQL Selects on R Data Frames
Author: G. Grothendieck <ggrothendieck@gmail.com>
Maintainer: G. Grothendieck <ggrothendieck@gmail.com>
Description:  Package sqldf contains a single function, also called
	sqldf, that is typically passed a single argument which is
	an SQL select statement where the table names are ordinary
	R data frames.  sqldf transparently sets up a database, imports
	the data frames into that database, performs the SQL select 
	statement and returns the result using a heuristic to determine 
	what class to assign to each column of the returned data frame.
Depends: R (>= 2.5.1), DBI, RSQLite (>= 0.5-5), gsubfn
Description: Manipulate R data frames using SQL.
License: GPL-2
URL: http://code.google.com/p/sqldf
Packaged: Wed Dec 10 08:11:45 2008; Louis
