summaryrefslogtreecommitdiff
path: root/math/R-RPostgreSQL/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-04-25math/R-RPostgreSQLmef1-2/+2
(math/R-RPostgreSQL) Upated 0.7.0 to 0.7.3, explicit ChangeLog/NEWS not updated but compliant to R-4.2.0, (fix build)
2021-09-19(math/R-RPostgreSQL) Updated 0.6.2 to 0.7mef1-5/+3
2021-07-26 Tomoaki NISHIYAMA <tomoakin@staff.kanazawa-u.ac.jp> * Change LICENCE to GPL-3 * import new config.guess and config.sub * Drop an unused variable RS_PostgreSQL_closeManager_t * Use seq_along() instead of seq(along=) * -Wno-stringop-truncation for libpq compilation on windows * Change Description for new version and license. * fix type as pointed out by PR #109 * http to https transition for URLs
2019-08-08Update all R packages to canonical form.brook1-6/+4
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-07-31R-RPostgreSQL: update to canonical form of an R package.brook1-3/+4
Update to the canonical form of an R package and fix the LICENSE field.
2018-07-28Remove MASTER_SITES= from individual R package Makefiles.brook1-2/+1
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-07Update to 0.6.2wen1-4/+3
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
2016-10-09Recursive bump for all users of pgsql now that the default is 95.wiz1-2/+2
2014-06-10Bump PostgreSQL default version to 9.3.joerg1-2/+2
2012-08-05Bump PKGREVISION for change of PostgreSQL default version to 9.1.obache1-1/+2
2012-04-15Import RPostgreSQL v0.3-2.brook1-0/+23
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/.