aboutsummaryrefslogtreecommitdiff
path: root/databases/R-cran-RPostgreSQL
Commit message (Collapse)AuthorAgeFilesLines
* - Add missing shebangfix and its related sectionTAKATSU Tomonari2018-04-271-1/+7
| | | | Notes: svn path=/head/; revision=468398
* - Add new port: databases/R-cran-RPostgreSQLTAKATSU Tomonari2018-04-273-0/+33
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. WWW: https://cran.r-project.org/web/packages/RPostgreSQL/ Notes: svn path=/head/; revision=468395