RJDBC - Allows the use of JDBC to access databases from R
RForge.net

RJDBC

About RJDBC
GIT access
Download/Files
News
Check results
Package R docs

SVN repository access

The SVN repository for this project can be checked out using
svn co svn://svn.rforge.net/RJDBC/trunk RJDBC

To install the latest development snapshot of this package, use

install.packages("RJDBC",,"http://rforge.net/",type="source")

To list branches use

svn ls svn://svn.rforge.net/RJDBC/branches
and for tags use
svn ls svn://svn.rforge.net/RJDBC/tags

Most recent GIT commits


685ebcad| Simon Urbanek | Thu May 9 11:17:59 2019 -0400
fix a typo
 M       R/class.R

ac29dfa5| Simon Urbanek | Thu May 9 11:16:16 2019 -0400
fall back to column name if label is not available
 M       NEWS
 M       R/class.R

489d8777| Simon Urbanek | Thu May 9 11:15:51 2019 -0400
bump to 0.2-8
 M       DESCRIPTION

1a4fa855| Simon Urbanek | Wed Jan 24 11:20:11 2018 -0500
bump the version; change working to pass check
 M       DESCRIPTION
 M       NEWS

6f4ee316| Simon Urbanek | Wed Jan 24 11:19:44 2018 -0500
fix typo in the version script
 M       version