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-pkgmaker
Maintainer: Debian Med Packaging Team <debian-med-packaging@lists.alioth.debian.org>
Uploaders: Alba Crespi <crespialba+debian@gmail.com>
Section: gnu-r
Priority: optional
Build-Depends: debhelper (>= 9),
cdbs,
r-base-dev (>= 3.0.0),
r-cran-registry,
r-cran-codetools,
r-cran-digest,
r-cran-stringr,
r-cran-xtable
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/r-cran-pkgmaker.git
Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-pkgmaker.git
Homepage: http://cran.r-project.org/web/packages/pkgmaker/
Package: r-cran-pkgmaker
Architecture: any
Depends: ${shlibs:Depends},
${R:Depends},
${misc:Depends},
r-cran-registry,
r-cran-codetools,
r-cran-digest,
r-cran-stringr,
r-cran-xtable
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.
|