Source: r-cran-globals
Standards-Version: 4.7.3
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders:
 Michael R. Crusoe <crusoe@debian.org>,
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-codetools,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-globals
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-globals.git
Homepage: https://cran.r-project.org/package=globals
Rules-Requires-Root: no

Package: r-cran-globals
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Identify Global Objects in R Expressions
 Identifies global ("unknown" or "free") objects in R expressions by code
 inspection using various strategies (ordered, liberal, conservative,
 or deep-first search). The objective of this package is to make it as simple
 as possible to identify global objects for the purpose of exporting them
 in parallel, distributed compute environments.
