gnu: Add r-registry.

* gnu/packages/statistics.scm (r-registry): New variable.
master
Ricardo Wurmus 2016-03-31 15:42:30 +02:00
parent 3a6607f00b
commit 2d0f7d80bf
1 changed files with 19 additions and 0 deletions

View File

@ -2075,6 +2075,25 @@ development. It currently provides managers for multiple package specific
options and registries, vignette, unit test and bibtex related utilities.")
(license license:gpl2+)))
(define-public r-registry
(package
(name "r-registry")
(version "0.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "registry" version))
(sha256
(base32
"0c7lscfxncwwd8zp46h2xfw9gw14dypqv6m2kx85xjhjh0xw99aq"))))
(build-system r-build-system)
(home-page "http://cran.r-project.org/web/packages/registry")
(synopsis "Infrastructure for R package registries")
(description
"This package provides a generic infrastructure for creating and using R
package registries.")
(license license:gpl2+)))
(define-public r-r-methodss3
(package
(name "r-r-methodss3")