File: control

package info (click to toggle)
r-cran-lazyeval 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 596 kB
  • sloc: ansic: 310; sh: 9; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 1,146 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
Source: r-cran-lazyeval
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 (>= 12~),
               dh-r,
               r-base-dev
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-lazyeval
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-lazyeval.git
Homepage: https://cran.r-project.org/package=lazyeval

Package: r-cran-lazyeval
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R lazy (non-standard) evaluation
 This GNU R package provides a disciplined approach to non-standard
 evaluation.
 .
 Lazyeval provides principled tools to perform non-standard evaluation
 (NSE) in R.  It is helpful for programmin with packages like dplyr and
 ggplot2, or to use a principled way of working with delayed expressions
 in own packages. As the name suggests, non-standard evaluation breaks
 away from the standard evaluation (SE) rules in order to do something
 special.