Source: plr Priority: optional Section: database Maintainer: Debian PostgreSQL Maintainers Uploaders: Christoph Berg , Build-Depends: architecture-is-64-bit , debhelper-compat (= 13), pkgconf, postgresql-server-dev-all (>= 219~), r-base-core, Standards-Version: 4.7.0 Rules-Requires-Root: no Homepage: https://github.com/postgres-plr/plr Vcs-Browser: https://salsa.debian.org/postgresql/plr Vcs-Git: https://salsa.debian.org/postgresql/plr.git Package: postgresql-17-plr Architecture: any Depends: r-base-core (>= 2.10), ${misc:Depends}, ${postgresql:Depends}, ${shlibs:Depends}, Suggests: r-recommended, Provides: postgresql-plr, Description: Procedural language interface between PostgreSQL and R R is a language and environment for statistical computing and graphics, providing a wide variety of statistical and graphical techniques (linear and nonlinear modelling, statistical tests, time series analysis, classification, clustering, and so on). . PostgreSQL is an open source SQL database server. . This package provides a procedural language interface to R from PostgreSQL. Procedural languages are used to write functions which can be called in database queries.