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
|
Source: r-cran-pkgmaker
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Alba Crespi <crespialba+debian@gmail.com>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-pkgmaker
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-pkgmaker.git
Homepage: https://cran.r-project.org/package=pkgmaker
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-registry,
r-cran-codetools,
r-cran-digest,
r-cran-stringr,
r-cran-xtable,
r-cran-withr,
r-cran-assertthat
Testsuite: autopkgtest-pkg-r
Package: r-cran-pkgmaker
Architecture: all
Depends: ${R:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R package development utilities
This package provides some low-level utilities to use for package
development. It currently provides managers for multiple package specific
options and registries, vignette, unit test and bibtex related utilities.
It serves as a base package for many other R packages and as an incubator
package for other general purposes utilities, that will eventually be packaged
separately.
|