File: control

package info (click to toggle)
r-cran-dplyr 0.7.8-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,140 kB
  • sloc: cpp: 9,380; ansic: 1,304; sh: 16; makefile: 9
file content (36 lines) | stat: -rw-r--r-- 1,289 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
Source: r-cran-dplyr
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-assertthat (>= 0.2.0),
               r-cran-bindrcpp,
               r-cran-glue,
               r-cran-magrittr,
               r-cran-pkgconfig,
               r-cran-r6 (>= 2.2.2),
               r-cran-rcpp (>= 0.12.19),
               r-cran-rlang (>= 0.3.0),
               r-cran-tibble (>= 1.4.2),
               r-cran-tidyselect (>= 0.2.3),
               r-cran-bh,
               r-cran-plogr (>= 0.1.10),
               libboost-dev (>= 1.58.0)
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-dplyr
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-dplyr.git
Homepage: https://cran.r-project.org/package=dplyr

Package: r-cran-dplyr
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
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.