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

Package: r-cran-backports
Architecture: any
Depends:
 ${R:Depends},
 ${shlibs:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Reimplementations of Functions Introduced Since R-3.0.0
 Functions introduced or changed since R v3.0.0 are re-implemented
 in this package. The backports are conditionally exported in order
 to let R resolve the function name to either the implemented backport,
 or the respective base version, if available. Package developers can make use
 of new functions or arguments by selectively importing specific backports
 to support older installations.
