Commit graph

8 commits

Author SHA1 Message Date
brook
93e94bec97 Update all R packages to canonical form.
The canonical form [1] of an R package Makefile includes the
following:

- The first stanza includes R_PKGNAME, R_PKGVER, PKGREVISION (as
  needed), and CATEGORIES.

- HOMEPAGE is not present but defined in math/R/Makefile.extension to
  refer to the CRAN web page describing the package.  Other relevant
  web pages are often linked from there via the URL field.

This updates all current R packages to this form, which will make
regular updates _much_ easier, especially using pkgtools/R2pkg.

[1] http://mail-index.netbsd.org/tech-pkg/2019/08/02/msg021711.html
2019-08-08 19:53:36 +00:00
brook
1e9c61a251 R-RPostgreSQL: update to canonical form of an R package.
Update to the canonical form of an R package and fix the LICENSE
field.
2019-07-31 18:26:23 +00:00
brook
d1d2bdf864 Remove MASTER_SITES= from individual R package Makefiles.
Each R package should include ../../math/R/Makefile.extension, which also
defines MASTER_SITES.  Consequently, it is redundant for the individual
packages to do the same.  Package-specific definitions also prevent
redefining MASTER_SITES in a single common place.
2018-07-28 14:40:42 +00:00
wen
4c40236c58 Update to 0.6.2
Upstream changes:
Version 0.6-2

    o   dbGetQuery do not return NULL.
    o   use registration mechanism to call native routines.

Version 0.5-3

    o   Update the libpq library so that the package can be compiled in new versions of R and macOS.

Version 0.5-2

    o   Support dbBegin() API

version 0.5-1 --2014-02-08

    o   Remove segmentationfault when NULL is passed as host argument.

    o   Conversion routine for raw in R and bytea in PostgreSQL

    o   Use accompanied libpq when either of libpq and header is not found on darwin


Version 0.5 -- 2013-10-12

    o   postgresqlWriteTable: send column names at COPY

    o   System library header search path for OS X 10.9 (Mavericks)

    o   Memory leak was reduced
    o   Close the socket on failure

Version 0.4 -- 2013-03-27

    o   Initial implementation of prepared statement

    o   Use system libpq library when available on OS X (darwin)

    o   Force ISO datestyle for PostgreSQL-R communication by default

    o   Time zone aware Timestamp POSIXct conversion

Version 0.3-3 -- 2012-10-05

    o   Bugfix on dbColumnInfo and others reproducible by gctorture(TRUE)

    o   Do not implicitly make new connections, which interfere with transaction.

    o   Change the notation of the LICENSE
2018-07-07 12:15:38 +00:00
wiz
982c8f22e9 Recursive bump for all users of pgsql now that the default is 95. 2016-10-09 21:41:55 +00:00
joerg
a8dd640f08 Bump PostgreSQL default version to 9.3. 2014-06-10 14:21:37 +00:00
obache
ab4e71d90b Bump PKGREVISION for change of PostgreSQL default version to 9.1. 2012-08-05 10:02:09 +00:00
brook
39d0d618c7 Import RPostgreSQL v0.3-2.
Database interface and PostgreSQL driver for R.  This package provides
a Database Interface (DBI) compliant driver for R to access PostgreSQL
database systems.  A wiki and issue tracking system for the package
are available at Google Code at https://code.google.com/p/rpostgresql/.
2012-04-15 17:57:36 +00:00