File: control

package info (click to toggle)
r-cran-solrium 1.0.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 1,128 kB
  • sloc: xml: 374; sh: 13; makefile: 2
file content (32 lines) | stat: -rw-r--r-- 1,249 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
32
Source: r-cran-solrium
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-r,
               r-base-dev,
               r-cran-dplyr (>= 0.5.0),
               r-cran-plyr (>= 1.8.4),
               r-cran-crul,
               r-cran-xml2,
               r-cran-jsonlite,
               r-cran-tibble (>= 1.4.2),
               r-cran-r6
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-solrium
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-solrium.git
Homepage: https://cran.r-project.org/package=solrium

Package: r-cran-solrium
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: general purpose R interface to 'Solr'
 This GNU R package provides a set of functions for querying and parsing
 data from 'Solr' (<http://lucene.apache.org/solr>) 'endpoints' (local
 and  remote), including search, 'faceting', 'highlighting', 'stats', and
 'more like this'. In addition, some functionality is included for
 creating, deleting, and updating documents in a 'Solr' 'database'.