1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Package: RPostgreSQL
Version: 0.7-7
Date: 2024-09-30
Title: R Interface to the 'PostgreSQL' Database System
Maintainer: Tomoaki Nishiyama <tomoaki@sci.u-toyama.ac.jp>
Description: Database interface and 'PostgreSQL' driver for 'R'.
This package provides a Database Interface 'DBI' compliant
driver for 'R' to access 'PostgreSQL' database systems.
In order to build and install this package from source, 'PostgreSQL'
itself must be present your system to provide 'PostgreSQL' functionality
via its libraries and header files. These files are provided as
'postgresql-devel' package under some Linux distributions.
On 'macOS' and 'Microsoft Windows' system the attached 'libpq' library source will be used.
LazyLoad: true
Depends: R (>= 3.4.0), methods, DBI (>= 0.3)
License: GPL-3 | file LICENSE
Copyright: Authors listed above, PostgreSQL Global Development Group,
and The Regents of the University of California
Collate: S4R.R zzz.R PostgreSQLSupport.R dbObjectId.R PostgreSQL.R
URL: https://github.com/tomoakin/RPostgreSQL,
https://cran.r-project.org/package=DBI,
https://www.postgresql.org
Authors@R: c(person(given = "Joe",
family = "Conway",
role = "aut"),
person(given = "Dirk",
family = "Eddelbuettel",
role = "aut"),
person(given = "Tomoaki",
family = "Nishiyama",
role = c("aut", "cre"),
email = "tomoaki@sci.u-toyama.ac.jp"),
person(given = c("Sameer", "Kumar"),
family = "Prayaga",
role = "aut",
comment = "during 2008"),
person(given = "Neil",
family = "Tiffin",
role = "aut"))
NeedsCompilation: yes
Packaged: 2024-09-30 04:53:23 UTC; tomoaki
Author: Joe Conway [aut],
Dirk Eddelbuettel [aut],
Tomoaki Nishiyama [aut, cre],
Sameer Kumar Prayaga [aut] (during 2008),
Neil Tiffin [aut]
Repository: CRAN
Date/Publication: 2024-09-30 07:20:07 UTC
|