Skip to content

s-u/RJDBC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b0843d5 · Aug 17, 2023
Dec 22, 2022
Dec 23, 2022
Dec 22, 2022
Aug 17, 2023
Dec 22, 2022
Jan 24, 2018
Dec 23, 2022
Dec 23, 2022
Mar 24, 2022
Mar 24, 2022
Mar 24, 2022
Jan 24, 2018

Repository files navigation

RJDBC

CRAN RForge RJDBC check

This R package provides access to databases using the JDBC interface.

It is a back-end for the DBI interface in R and thus consult the DBI documentation for the basics. Modifications specific to RJDBC are mentioned in its R documentation.

Please visit the main RJDBC project page on RForge.net for details.

Installation

Recommended installation of the CRAN version is via

install.packages("RJDBC")

in R. If you have all tools necessary to build R packages from sources, you can install the latest development version with

install.packages("RJDBC", repos="https://rforge.net")

The RForge.net repository is updated automatically on each commit.

Bug reports

Please use RJDBC GitHub issues page to report bugs.