File: DESCRIPTION

package info (click to toggle)
r-cran-rpostgresql 0.7-7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 720 kB
  • sloc: sh: 3,070; ansic: 3,054; makefile: 7
file content (48 lines) | stat: -rw-r--r-- 2,138 bytes parent folder | download
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