./wip/R-Rdbi, Generic R database interface

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.1.2, Package name: R-Rdbi-0.1.2, Maintainer: mchittur

Rdbi is a general database access framework for the R statistical
computing environment. It is the successor to RPgSQL, a PostgreSQL
specific package. It provides Rdbi binding for PostgreSQL.

Example session:

conn <- dbConnect(PgSQL(), host = "myhost", dbname = "mydb")
res <- dbSendQuery(conn, "select * from mytable")
mydata <- dbGetResult(res)


Required to run:
[databases/postgresql82-client] [math/R]

Master sites: (Expand)


Version history: (Expand)


CVS history: (Expand)


   2009-11-10 09:18:43 by Thomas Klausner | Files touched by this commit (4)
Log message:
Remove unnecessary empty PLISTs.
   2009-10-12 23:35:56 by Thomas Klausner | Files touched by this commit (12)
Log message:
Remove unnecessary lines (mostly unexec ${RMDIR})
   2008-01-13 00:20:56 by Thomas Klausner | Files touched by this commit (1)
Log message:
Dependon postgresql82-client instead of (removed) postgresql74-lib.

   2006-10-29 09:32:37 by Sergey Svishchev | Files touched by this commit (192)
Log message:
Delint:
- convert spaces to tabs (pkglint --autofix)
- set, not append to USE_LANGUAGES
   2006-01-09 00:21:24 by Hubert Feyrer | Files touched by this commit (1)
Log message:
Fix:
===> Registering installation for R-Rdbi-0.1.2
pkg_create: Unrecognised PLIST command `@Left blank intentionally'

(while here: this should not insist on postgres74 ...)
   2005-12-31 04:32:35 by Mahesh Chittur | Files touched by this commit (1)
Log message:
fixed comment character in PLIST from # to @
   2005-12-30 20:55:18 by Mahesh Chittur | Files touched by this commit (3)
Log message:
Made minor changes to Descr
   2005-11-03 13:55:34 by Roland Illig | Files touched by this commit (1)
Log message:
Using MASTER_SITE_SOURCEFORGE.