File: control

package info (click to toggle)
r-cran-dplyr 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,020 kB
  • ctags: 2,056
  • sloc: cpp: 9,773; ansic: 884; sh: 16; makefile: 11
file content (38 lines) | stat: -rw-r--r-- 1,305 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
33
34
35
36
37
38
Source: r-cran-dplyr
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
               cdbs,
               r-base-dev,
               r-cran-rcpp,
               r-cran-magrittr,
               r-cran-dbi,
               r-cran-lazyeval,
               r-cran-assertthat,
               r-cran-r6,
               r-cran-tibble,
               libboost-dev (>= 1.58.0)
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-dplyr/trunk/
Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-dplyr/trunk/
Homepage: https://cran.r-project.org/web/packages/dplyr/

Package: r-cran-dplyr
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends},
         ${R:Depends},
         r-cran-rcpp,
         r-cran-magrittr,
         r-cran-dbi,
         r-cran-lazyeval,
         r-cran-assertthat,
         r-cran-r6,
         r-cran-tibble
Recommends: r-cran-data.table, r-cran-rsqlite
Suggests: r-cran-lahman
Description: GNU R grammar of data manipulation
 This GNU R package provides a fast, consistent tool for working with
 data frame like objects, both in memory and out of memory.