File: control

package info (click to toggle)
plr 1%3A8.3.0.17-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 592 kB
  • ctags: 339
  • sloc: ansic: 4,378; sql: 436; makefile: 90; sh: 31
file content (31 lines) | stat: -rw-r--r-- 1,271 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
Source: plr
Priority: optional
Section: database
Maintainer: Debian PostgreSQL Maintainers <pkg-postgresql-public@lists.alioth.debian.org>
Uploaders: Christoph Berg <myon@debian.org>
Build-Depends: debhelper (>= 9), pkg-config,
 postgresql-server-dev-all (>= 158~), r-base-core,
 docbook-dsssl, openjade, texlive-htmlxml,
Standards-Version: 3.9.8
Homepage: http://www.joeconway.com/plr/
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-postgresql/plr.git
Vcs-Git: git://anonscm.debian.org/pkg-postgresql/plr.git
XS-Testsuite: autopkgtest

Package: postgresql-9.6-plr
Architecture: any
Depends: r-base-core (>= 2.10), postgresql-9.6, ${shlibs:Depends}, ${misc: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.