NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


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:
[math/R]

Master sites:


Version history: (Expand)


CVS history: (Expand)


   2012-11-03 18:49:18 by Krister Walfridsson | Files touched by this commit (9) | Package removed
Log message:
Remove R-Rdbi and R-Rdbi.PgSQL as they depend on postgresql82 (which were
removed from pkgsrc 2 years ago).
   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